WAS v8.5 > End-to-end paths > Data access resources > Tasks: Storing and retrieving persistent data with the JPA APILearn about the differences in Apache OpenJPA and JPA for WAS.
Learn about persistence and JPA.
Step 2 towards the goal: Tasks: Storing and retrieving persistent data with the JPA API
See the topic JPA for WebSphere Application Server.
Subtopics
- Assemble applications that use the Java Persistence API
- Assemble applications
Application assembly consists of creating Java EE modules that can be deployed onto application servers. The modules are created from code artifacts such as web application archive (WAR) files, resource adapter archive (RAR) files, EJB JAR files, and application client archive (JAR) files. This packaging and configuring of code artifacts into EAR modules or stand-alone web modules is necessary for deploying the modules onto an application server.
Subtopics
- Assemble applications that use the Java Persistence API
- Assemble applications
Application assembly consists of creating Java EE modules that can be deployed onto application servers. The modules are created from code artifacts such as web application archive (WAR) files, resource adapter archive (RAR) files, EJB JAR files, and application client archive (JAR) files. This packaging and configuring of code artifacts into EAR modules or stand-alone web modules is necessary for deploying the modules onto an application server.
Related
Assemble applications that use the Java Persistence API
Assemble applications