Summary
In this chapter, we illustrated how to integrate several Jakarta EE technologies via a sample application. We covered the following topics:
- How to create customer data by integrating Jakarta Faces, CDI, Jakarta Enterprise Beans and Jakarta Persistence
- How to view customer data by integrating Jakarta Faces, CDI, Jakarta Enterprise Beans and Jakarta Persistence
- How to update customer data by integrating Jakarta Faces, CDI, Jakarta Enterprise Beans and Jakarta Persistence
- How to delete customer data by integrating Jakarta Faces, CDI, Jakarta Enterprise Beans and Jakarta Persistence
- How to implement custom pagination logic when displaying tabular data with the Jakarta Faces data table component
Jakarta EE APIs are designed to work together, and, as seen in this chapter, they can be seamlessly integrated to build robust applications.