-
Book Overview & Buying
-
Table Of Contents
EJB 3.0 Database Persistence with Oracle Fusion Middleware 11g
Before getting started, we need to install Oracle JDeveloper 11g Studio Edition, which may be downloaded from http://www.oracle.com/technology/software/products/middleware/index.html. Oracle JDeveloper 11g is distributed as a GUI self-extractor application. Click on the jdevstudio11110instal application. We also need to install the Oracle database 10g or 10g XE , or 11g, which may be downloaded from http://www.oracle.com/technology/software/products/database/index.html. When installing Oracle database, also install the sample schemas.
Next, we create a JDBC datasource in JDeveloper. We shall use the datasource in the EJB 3.0 entity bean for database persistence. First, we need to create a database table in some sample schema, OE for example. Run the following SQL script in SQL *Plus:
CREATE TABLE Catalog (id INTEGER PRIMARY KEY NOT NULL, journal VARCHAR(100), publisher VARCHAR(100), edition VARCHAR(100), title VARCHAR(100), author...
Change the font size
Change margin width
Change background colour