RE: xdoclet and struts forms

2004-08-12 Thread Jesse Alexander (KXT)
truts modules might be another way to split the whole app into smaller parts. hth Alexander -Original Message- From: Laran Evans [mailto:[EMAIL PROTECTED] Sent: Thursday, August 12, 2004 7:59 PM To: Struts Users Mailing List Subject: Re: xdoclet and struts forms I hear what you're sayi

Re: xdoclet and struts forms

2004-08-12 Thread Hubert Rabago
I'm not saying you should switch the whole team over now, but it might help you to be aware that you can break down your struts-config.xml into several files, each containing its own set of form beans and action declarations. I usually break it down by functionality, so it's easier for me to find

Re: xdoclet and struts forms

2004-08-12 Thread Craig McClanahan
On Thu, 12 Aug 2004 13:59:06 -0400, Laran Evans <[EMAIL PROTECTED]> wrote: > I hear what you're saying. However, I work in a team of 7 developers. > If each developer can make changes to the struts-config.xml file we'll > have 7 people working on the same file at the same time. If we generate > t

Re: xdoclet and struts forms

2004-08-12 Thread Laran Evans
I hear what you're saying. However, I work in a team of 7 developers. If each developer can make changes to the struts-config.xml file we'll have 7 people working on the same file at the same time. If we generate the struts-config.xml file with XDoclet we will all in fact be working on separ

Re: xdoclet and struts forms

2004-08-12 Thread Rick Reumann
Laran Evans wrote: I have a struts ActionForm which I would like to markup with xdoclet tags. Don't do it:) Seriously, IMO, I think it's a waste. I think it's nice having one configuration file to look it to set up all my mappings (your config.xml file). Think about it, using xdoclet if you decid

xdoclet and struts forms

2004-08-12 Thread Laran Evans
I have a struts ActionForm which I would like to markup with xdoclet tags. The documentation for @struts.form however says "Applies to: Entity beans". Does this mean that the only ActionForm implementations xdoclet supports are implemented as EJBs? Is it reasonable for me to think that I'll be