I want to create an application that makes use of sub-applications (Widgets).
The applications job is to call a bunch of widgets and return the
result of all of them to the user on a single page.

I want each widget to be programmed with struts, meaning that:
Each widget must have it's own control configuration (struts.xml) and
it's own set of classes. The basic directory structure should be like
this:

/widget
-/widget/classes/
-/widget/classes/struts.xml
-/widget/lib/

I'm guessing that all the widgets must have an action with the same
name so the main application knows what action to call, something
similar to the main() method.

Is there a way to implement this sub-application architecture?

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to