> WEB-INF/classes/com/iamtestdomain/testproject -(1) > > and my taglibs in a the directory > > WEB-INF/classes/taglib -(2) > > Is this a good way to organize things?
The project I'm working on is organized thusly under a com.foo. package: actions entities forms servlets taglibs utils with actions in actions, struts forms in forms, etc. Entities is my business entity classes and servlets currently only contains my subclass of ActionServlet. Joey -- Sent via jApache.org -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

