Show TOC

Component documentationBeans Locate this document in the navigation structure

 

The bean concept - reusable components that can be used in more than one software package - plays an important role in the portal component development. Portal components can use the beans to store and retrieve data. The JSP as well as the servlet have read and write access to the bean so the bean can be used to transfer data between the JSP and the servlet. In the portal a servlet can be a DynPage or an Abstract Portal Component.