|
|
||
Jonathan Bruce's BlogCommunity: Java Web Services and XML ArchivesJDBC RowSet Co-Bundle for JWSDP 1.4Posted by jonbruce on June 28, 2004 at 11:04 PM | Permalink | Comments (3)In this instance, we have put together a set of tutorials and samples, and also have structured this co-bundles so you can immediately over-lay use RowSet in any of the three target containers Sun's App Server 8.0 PE (this the same as the free J2EE 1.4 SDK), Sun's Web Server 6.1, and Tomcat 5.0. To use the co-bundle, and benefit the samples and tutorials we have provided, you will first need to grab the... ... and download a copy of the co-bundle
As a co-bundle to the JWSDP 1.4, the JDBC RowSet package must be overlaid on top of the JWSDP 1.4 installation directory. Typically most developers just download the zip file and expand it it in the JWSDP 1.4 directory. How do I use the JDBC RowSet Co-bundle ?
Once you have overlaid the install bundle, you can quickly start using the JDBC RowSet co-bundle. Take a look at the Samples
You'll find a set of samples that cover usage of JDBC RowSet Implementations for the five standard reference definitions defined in JSR-114: Specification and Reference Implementation Docs You'll also find a copy of Specification and Javadoc for both the JSR-114 JDBC RowSet Implementations Specification and the Reference Implementation respectively. Tutorial Our tutorial provides a step-by-step guide that builds an application extending the original JDBC Tutorial sample and uses each JDBC RowSet Implementation to demonstrate it's usage.
Last, and most certainly not least we provide a real life application usage of JDBC 4.0, and JDBC Performance at JavaOne 2004Posted by jonbruce on June 08, 2004 at 11:43 AM | Permalink | Comments (8)I look forward to seeing many of you at JavaOne 2004, especially at our two talks that will cover JDBC 4.0 and how to maximize how the best performance with your JDBC enabled applications. Our session and BOF should give you an excellent opportunity to learn about the bleeding edge proposals and learn how to maximize your productivity with JDBC. A long time JDBC expert, and a good friend John Goodson from DataDirect Technologies will be joining me at these talks. In this my first BLOG entry, I wanted to muse quickly on the challenges that face the JDBC developers. As an API that has been around since the early Java days, we are commited to bringing the wealth of language improvements introduced in J2SE 1.5 (Tiger) to benefit all developers. Exciting features such as Generics and Annotations finally give us the tools to take some of the drugery out of day to day JDBC applications. I have also added the ability to post comments to this posting, so if there are things you'd like to hear about, particularily at our BOF, post a message below or drop me an email. Until next time... | ||
|
|