December 2002
Intermediate to advanced
1050 pages
24h 49m
English
To hide the business logic of the application and thus reduce the complexity of the Java code on the JSP page, we need a facility to encapsulate the business logic of the application. This business logic should be encapsulated in the form of software components. The use of these software components fits into our J2EE architecture, and Java provides two forms of software components: Java Beans and Enterprise Java Beans (EJBs).
JavaBeans are a coding facility in Java that allow for the creation of a local component that provides some degree of encapsulation. These components are not as complex as EJBs, and for applications that do not need the features of EJBs, they are more than suitable. Most notably, ...
Read now
Unlock full access