Book Image

JDBC 4.0 and Oracle JDeveloper for J2EE Development

Book Image

JDBC 4.0 and Oracle JDeveloper for J2EE Development

Overview of this book

Table of Contents (20 chapters)
JDBC 4.0 and Oracle JDeveloper for J2EE Development
Credits
About the Author
About the Reviewer
Preface

Summary


JSF panel grid is a UI component used to display a set of UI components in a specified number of columns in a grid layout. In this chapter, the panel grid is used to display catalog data retrieved from a database. Panel grid is also used to convert and validate input field values. A panel grid may be created in Create PanelGrid Wizard either by binding rows or by binding a managed bean. In the JDBC 4.0 version of the panel grid application, we added JDBC 4.0 features automatic driver loading, client info properties, statement pooling, and wrapper pattern.