You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by ra...@verizon.com on 2003/07/18 06:52:40 UTC

Location of Action Servlet and proper directory structure

Hi All,
I just wanted to clarify the proper directory structure for a typical
Struts Web Application.
- Will each Form have a Action associated with it?

Currently, I have this:
root
       - jsp (All jsp's come here)
       - src (All java source here... with com.xx.xxx.xxx)
       -  WEB-INF
      - build (classes come here)
      - dist (Distributable jar's and war's come here)
      - lib (all libraries)
      - resource( struts-config, web.xml, deployment descriptors come here)

In "src" I have a Action class associated with each Form. So, basically
each xxx.do in each forms point to there own action servlets.
Is this correct way of doing it?

thanks
-raj




---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org