This document is pretty good: http://jakarta.apache.org/tomcat/tomcat-4.1-doc/appdev/deployment.html
> -----Original Message----- > From: Vinay [mailto:[EMAIL PROTECTED]] > Sent: Friday, January 17, 2003 5:05 PM > To: Struts Users Mailing List > Subject: Layout of code > > > Hi all, > I have started developing a project using MVC > architecture using struts. I would like to know how to > organize the application code in Tomcat . I am using Tomcat > 4.1.18 and struts 1.1b3. I would like to know where the > Presentation logic(JSP) should go ,Business Logic , Database > logic and Controller logic should go . I would like to know > the package or folder organization of a context or > application should be laid out in general.I am planning to > use the dyna validator framework , for the project so > ActionForms will be used wherever necessary.Are there any > simple examples that will help in laying out the architecture. > > Help appreciated. > > Thanks > > Kumar > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

