Realizing the Struts components
In Application Developer v7.5, the Web Diagram Editor automatically realizes the components drawn onto the palette. In terms of Struts components, this realization has different consequences for each type of component. Table | 5-1 describes the item generated and artifacts updated, given a realization of a specific component.
Table 15-1 Struts components realization resultst
Object
|
Resulting action when realized
|
Struts Form Beans
|
Creating a new form bean from within an action creates a new form bean class. In addition, it also updates the struts-config.xml file with a form bean mapping and form bean to action association.
|
Struts Actions
|
Dragging a new action onto the palette creates a new action class. In addition, it also updates the struts-config.xml with an action mapping.
|
Local/Global Forwards, Exceptions, Action Input Connections
|
Dragging a connection onto the palette updates the struts-config.xml file with the appropriate configuration.
|
JSP
|
Dragging a Web page onto the palette creates a new Web page JSP.
|
t