February 2024
Beginner to intermediate
316 pages
7h 21m
English
Jakarta Enterprise Beans are server-side components that encapsulate the business logic of an application. Enterprise beans simplify application development by automatically taking care of transaction management and security. There are two types of enterprise beans: session beans, which perform business logic, and message-driven beans, which act as a message listener.
The following topics will be covered in this chapter:
Note
Example source code for this chapter can be found on GitHub at https://github.com/PacktPublishing/Jakarta-EE-Application-Development/tree/main/ch12_src ...
Read now
Unlock full access