--
PedroRio - 07 Jan 2011
XEO Web Components - XEO Library
In order to finalize the XEO Library project we'll need the web pages, created with XEO's Web Components layer. As explained in
XEO Concept's introduction chapter, XEO Viewers are the containers for XEO Components which will render the webpage. Each XEO Viewer is associated with a Java class (a Bean, just like those used in JSF based applications); in that bean are the structures required by the components and the viewer itself for a sucessfull render. Different types of Beans exist for the different types of Viewers in the XEO Framework, see figure XWC.1 for details.
XWC.1 - XEO Bean Hierarchy (including custom Beans)
As depicted in figure XWC.1, there are five different types of Bean suspplied by the framework (
XEOBaseBean,
XEOBaseList,
XEOEditBean,
XEOMainBean and
XEOBaseLookupList). Each of them is designed for a specific purpose