RE: Xdoclet & Struts modules

2005-04-28 Thread Prasad, Kamakshya
Style is the tag for html While struts implements the same with the name as styleclass -Original Message- From: Harsh Panwar [mailto:[EMAIL PROTECTED] Sent: Thursday, April 28, 2005 6:20 PM To: Struts Users Mailing List Subject: RE: Xdoclet & Struts modules

RE: Xdoclet & Struts modules

2005-04-28 Thread Harsh Panwar
Hi All Can some one tell me what is the difference between Class and styleClass in CSS becoz I have some differences when I implement in my JSP Regards ハルス パンワル Harsh Panwar Infosys Technologies Ltd Banglore Extension no-51574 -Original M

Re: XDoclet

2005-02-01 Thread bryan ( [EMAIL PROTECTED] )
my personal opinion XDoclet is on the way out and 1.5 anotations will replace it. I never liked it anyway. It does not work in a pleasant fashion with struts config files. Their is no real advantage in learning it as ejb and hibernate will both use anotations. I don't know why someone wo

RE: XDoclet

2005-01-30 Thread Marco Mistroni
Hello, Personal opinion... go for XDoclet, because you can reuse it also for Other purposes in same webapp (EJB, Hibernate, Spring etc..) Regards marco -Original Message- From: Tim Christopher [mailto:[EMAIL PROTECTED] Sent: 30 January 2005 03:28 To: Struts Users Mailing

RE: XDoclet

2005-01-29 Thread David G. Friedman
Tim, > From: Tim Christopher [mailto:[EMAIL PROTECTED] > What does everyone think of using XDoclet to build > Struts / Tiles / Validator configuration files? I like using XDoclet for creating the struts-config.xml file. For permanent items that are not in your .java files or which need to be con

Re: XDoclet

2005-01-29 Thread Eddie Bush
I think there's been some movement to do this in the past. You might try searching on sourceforge ... or even Google. On Sun, 30 Jan 2005 03:28:27 +, Tim Christopher <[EMAIL PROTECTED]> wrote: > Hi, > > What does everyone think of using XDoclet to build Struts / Tiles / > Validator configura

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