I am trying to organize the Struts files structure for my
application.
The files structure will be placed in the
$CATALINA_HOME\webapps\MyWebApp\WEB-INF\src
directory.
Has someone any comment or advice about the following structure:
<src
- <MyDomain
- <MyWebApp
- <Controller
MyRequestProcessor.java
MyListener.java
<Action
- <View
<ActionForm
- <Model
JavaBean sources
- <Common
The Model directory has only to contain Java sources linked to the
web application.
The JavaBean classes shared between multiple applications (web or
simple Java application)
must be placed in an other directory common perhaps ?
If someone has other structure proposition, I am very interested.
Thanks a lot in advance.
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>