This figure shows the recommended, iterative, step-by-step development process to design a TopLink application.
- Design application
- Define the application requirements.
- Create the object model.
- Create class and table information
- Create Java classes, or
- Create database tables or integrate legacy tables.
- Create descriptors
- Import classes and tables into the Mapping Workbench project.
- Create descriptors using the Mapping Workbench.
- Add database functionality
- Add logic to the Java application to read the Mapping Workbench information.
- Add logic to the Java application to create database sessions, or
- Add logic to the Java application to query the database.
- Optimize performance
- Optimize the application using the TopLink customization techniques.