DBAsupport.com Forums - Powered by vBulletin
Results 1 to 1 of 1

Thread: TopLink JPA outside EJB3 Container in TomCat 5.5

  1. #1
    Join Date
    Aug 2005
    Posts
    16

    TopLink JPA outside EJB3 Container in TomCat 5.5

    Web Application described bellow uses JSF for presentation layer,methods for data management are encapsulated into JSF Managed Beans and utilize JPA invokes Entity Manager. Persistence layer is done with entity beans (Toplink Essentials). Basic explanation how to create entity beans for database tables (persistence layer) may be found in [1],[2],[3].
    Main screen displays Dept table from scott’s schema. For each department "Employee" button displays records of all employees for selected department on the next page. Every employee record may be edited (including java.sql.Date type field "hiredate") or removed from scott.emp table.Button "Create new employee" inserts a new employee record for department been selected on the starting page . Button "Back to Departments" forwards back to starting page.

    View code
    Last edited by dbaxps; 11-05-2006 at 01:34 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width