Skip Headers
Oracle® Application Server Quick Tour
10g Release 2 (10.1.2)
Part No. B13993-01
  Go To Documentation Library
Home
Go To Product List
Solution Area
Go To Table Of Contents
Contents

Previous
Previous
Next
Next
 

OracleAS TopLink Components

OracleAS TopLink contains separate development and runtime tools, in addition to specific class libraries.

Development Tools:

  • OracleAS TopLink Mapping Workbench creates and manages the mapping metadata that describes the relationship between Java classes and relational tables.

  • OracleAS TopLink Sessions Editor creates the sessions.xml file that describes how TopLink communicates with the datasource at runtime.

Runtime Tools:

  • The Web Client provides a Web-based interface to interact with any TopLink ServerSession deployed on a particular server, such as OC4J.

  • The Performance Profiler and configurable Logging provide developer-friendly performance tuning and runtime diagnostics.

Class Libraries:

  • OracleAS TopLink Foundation Library contains the OracleAS TopLink API that is called by an application to retrieve and store Java objects. It also includes application server-specific CMP (container managed persistence) information and can be used during both development and runtime.

TopLink development tools, runtime tools, and libraries