Sun's recommendation is to put them in WEB-INF or WEB-INF/tlds.

--- Shri <[EMAIL PROTECTED]> wrote:
> really depends on the complexity of your application. If you have just a few
> action classes, it may be OK. If there are far too many action classes, then
> perhaps it is good to separate actions and beans.
> 
> WEB-INF/'YOUR TAG LIB' is preferred to keeping taglib under WEB-INF/classes/
> 
> Shri
> 
> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Friday, 30 November 2001 3:51 PM
> To: Struts Users Mailing List
> Subject: Directory structure of a Struts project
> 
> 
> Hi
> 
> I have a configuration layout question.  At the moment I have all my
> Java programs in one directory both beans and Action classes, ie
> 
> 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? Or should I perhaps have things
> setup like
> 
> WEB-INF/classes/com/iamtestdomain/testproject/actions
> WEB-INF/classes/com/iamtestdomain/testproject/beans
> 
> and I am not sure where to put my taglib directory, where is a good
> place for this?
> 
> Cheers
> 
> Tony
> 
> 
> 
> 
> 
> 
> 
> --
> To unsubscribe, e-mail:
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
> <mailto:[EMAIL PROTECTED]>
> 
> 
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
> 


__________________________________________________
Do You Yahoo!?
Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month.
http://geocities.yahoo.com/ps/info1

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

Reply via email to