Summary
This tutorial guided you through the detailed steps to add JPA 1.0 support to a dynamic Web project and to create and configure entity beans. You also created JPA manager beans and ran a Web application to test your work.
Lessons learned
If you completed all of the lessons, you should now be able to do the following tasks:
- Add JPA support to a dynamic Web project
- Create a connection to a database
- Create JPA entity beans from database tables
- Add primary keys and query methods to entities
- Configure a runtime database connection
- Create JPA manager beans for entity beans
Additional resources
For more information about JPA, consult the online help (
Help | Help Contents).