Skip Headers

Oracle® Database Application Developer's Guide - Fundamentals
10g Release 1 (10.1)

Part Number B10795-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Feedback

Go to previous page
Previous
Go to next page
Next
View PDF


What's New in Application Development?

The following sections give an overview of new application development features introduced in this release and some previous releases of the database. Related documentation on each feature is cross-referenced when it is available.

New Application Development Features in Oracle Database 10g Release 1

This section discusses new features introduced in Oracle Database 10g Release 1 (10.1).

New Application Development Features in Oracle9i Release 2

This section gives an overview of application development features introduced in Oracle9i Release 2 (9.2).

Java Features Removed from the database in Oracle9i Release 2

This section discusses Java features that were removed from the database in Oracle9i Database release 2 (version 9.2.0). Support for some of these features was moved from the database to Oracle Application Server.

The following Java features and related technologies are no longer supported as integrated components of the database:

Oracle Application Server now includes Oracle Application Server Containers for J2EE (OC4J). Migrate any existing applications that use the following technologies in the database to OC4J: servlets, JSP pages, EJBs, and CORBA objects.

To develop new applications using EJBs or CORBA, you must use the J2EE components that are part of Oracle Application Server. EJBs and CORBA are no longer supported within the database.

You can still access the database from these components using Oracle Application Server as a middle-tier. You can still write Java stored procedures and Java methods for object types within database applications.

For more information on OC4J, visit the Oracle Application Server documentation pages at:

http://otn.oracle.com/documentation/

See Also:

New Application Development Features in Oracle9i Release 1

This section gives an overview of application development features introduced in Oracle9i Release 1 (9.0.1).