Putting it All Together
In previous chapters, we’ve been covering Jakarta EE APIs and specifications individually. In this chapter, however, we will develop an application using popular Jakarta EE APIs, illustrating how to use them together.
In this chapter, we will cover the following topics:
- The sample application
- Creating customer data
- Viewing customer data
- Updating customer data
- Deleting customer data
- Implementing pagination
By the end of this chapter, you will have learned how to develop a complete application combining several popular Jakarta EE APIs.
Note
Example source code for this chapter can be found on GitHub at https://github.com/PacktPublishing/Jakarta-EE-Application-Development/tree/main/ch15_src