Skip Headers

Oracle® Application Server 10g Quick Tour
10g (9.0.4)
Part No. B10374-02
  Go To Documentation Library
Home
Go To Product List
Solution Area
Go To Table Of Contents
Contents

Previous Next  

TopLink Components

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

Development Tools:

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

  • The Session 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: The Foundation Library contains the 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