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 entries
depending on what I'm looking for, and it's easier for different people
working on different areas to work with struts configuration changes.  

- Hubert

--- 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 
> the struts-config.xml file with XDoclet we will all in fact be working 
> on separate files, with the struts-config.xml file being generated 
> consistently, with changes integrated as they're committed to CVS.
> 
> I think it's a tradeoff.
> 
> Rick Reumann wrote:
> 
> > 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 decide 
> > that after your form submits you'd rather the user forward to a 
> > different page, you end up having to track down the action class and 
> > modify the xdoclet tag and then rebuild. I'd rather modify one simple 
> > xml file. I'm yet to see how xdoclet helps in a Struts environment.
> >
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

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

Reply via email to