Getting Started with the Java Persistence API, Java EE 5, Self-Study Course
The Getting Started with Java Persistence API course provides students new to Enterprise JavaBeans (EJB) 3.0 and the Java Persistence API (JPA) with a step by step guide for creating an application with these technologies. Using JPA and NetBeans, students build an enterprise application that performs all the standard database operations: create, retrieve, update, and delete (CRUD). In addition, students refactor their code to include 1-to-1 and 1-to-many relationships. Students are guided through the creation of the application and complete key portions of the application through hands-on labs.
Students who can benefit from this courseJava developers new to the Java Persistence API and Ente…
There are no frequently asked questions yet. If you have any more questions or need help, contact our customer service.
The Getting Started with Java Persistence API course provides students new to Enterprise JavaBeans (EJB) 3.0 and the Java Persistence API (JPA) with a step by step guide for creating an application with these technologies. Using JPA and NetBeans, students build an enterprise application that performs all the standard database operations: create, retrieve, update, and delete (CRUD). In addition, students refactor their code to include 1-to-1 and 1-to-many relationships. Students are guided through the creation of the application and complete key portions of the application through hands-on labs.
Students who can benefit from this courseJava developers new to the Java Persistence API and Enterprise JavaBeans 3.0
Audience
Course Topics Getting Started
- Create an enterprise application with NetBeans
- Analyze your data model
- Create a database using Java DB
- Create the persistence init using a JPA persistence provider
- Create a Student entity class
- Define interfaces to be used by the session bean
- Create a session bean to manage your entity class
- Implement CRUD operations using JPA
- Retrieve data using JPQL queries
- Connect the session bean to a web interface
- Deploy and test the application
- Create an Address entity class
- Add an annotation to define a 1-to-1 unidirectional relationship
- Refactor your code to implement the changes
- Create a Dorm entity class
- Add annotations to define a 1-to-many bidirectional relationship
- Refactor your code to implement the changes
Course Objectives
- Create an enterprise application using NetBeans
- Create a persistence unit for an application
- Create entity classes to represent your data
- Store and retrieve data using an entity manager
- Retrieve data using Java Persistence Query Language (JPQL)
- Create entity relationships using the JPA
There are no frequently asked questions yet. If you have any more questions or need help, contact our customer service.
