您的位置:首页 > 数据库 > Oracle

JDBC 4.0 and Oracle JDeveloper for J2EE Development

2008-12-27 19:21 260 查看
版权声明:原创作品,允许转载,转载时请务必以超链接形式标明文章原始出版、作者信息和本声明。否则将追究法律责任。http://blog.csdn.net/topmvp - topmvp
Data retrieval and storage is one of the most common components of J2EE applications. JDBC (Java Database Connectivity) is the Java API for accessing a SQL relational database and adding, retrieving, and updating data in the database.

Oracle JDeveloper is a developer-friendly integrated development environment (IDE) for building service-oriented applications using the latest industry standards for Java, XML, web services, and SQL. It supports the complete development lifecycle with integrated features for modeling, coding, debugging, testing, profiling, tuning, and deploying applications.

This book is about developing Java/J2EE applications with a database component in Oracle JDeveloper (version 10.1.3). It covers the practical aspects of JDBC (version 4.0); it will teach application developers about setting the environment for developing various JDBC-based J2EE
applications and the procedure to develop JDBC-based J2EE applications.

It will also explore the new features added in JDBC 4.0.

What you will learn from this book;

*JDBC 4.0 specificationsincluding the new features

*Configuring JDBC in Oracle JDeveloper IDE

*Creating, modifying, and querying a database with the JSTL SQL Tag Library

*Configuring JDBC in JBoss application server, WebLogic server, and WebSphere application server
Mapping an XML document to a database table and vice versa

*Modifying a database table from an XML document and creating an XSQL

*Page to run an SQL Query and generate XML

*Implementing Oracle Web RowSet to fetch the disconnected data

*Creating Excel spreadsheets, PDFs, and Excel reports using JasperReports and the Apache POI HSSF library

*Creating JSF Data Tables, JSF Panel Grids, and business components from Oracle databases with JDeveloper

*Creating and managing database tables using Hibernate
http://rapidshare.com/files/113093159/1847194303.zip
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
相关文章推荐