June 2004
Intermediate to advanced
848 pages
21h 28m
English
This chapter wouldn't be complete without pointing out the role of Java beans on the server side. Java beans are software components, namely well-specified “modules” that do a specific job and can easily be reused in many applications. Microsoft makes extensive use of software components under the product name ActiveX, often for some visual or GUI feature.
For example, a programmer might write a piece of code that can display a set of numbers as a pie chart. That routine is very suitable for turning into a software component, making it available to any program on the system.
The point of JSP is to use lots of Java beans that cover your business processes. You might have one bean that encompasses everything ...
Read now
Unlock full access