|
Setup
No special setup steps are required to use Struts with JDeveloper.
In order to work with Struts and BC4J frameworks, JDeveloper provides a set
of wizards that resemble the standard (non-Struts) BC4J JSP page wizards, but
with the added functionality of being able to generate a web application that
relies on a BC4J-specific request processor for use in the Struts MVC paradigm.
For example, the BC4J JSP Struts Web Application Wizard helps
you to quickly create an entire web application based on your existing Business
Components project. Standard actions are implemented using the Struts framework
and a Struts version of the component tags from the BC4J Data Tags custom tag
library.
For information about setting up the BC4J-VSM sample application,
see the Setup section of the Overview
tutorial.
|