Re: xdoclet + Dynaforms

2004-01-28 Thread Raj Atchutuni
I looked at Person.java and .xdt files [struts_dynaform.xdt]. I am not familiar with .xdt yet. But I could understand to some extent. You are firing tags for “XDtClass:forAllClassTags”, “XDtMethod:forAllMethods”. Person.java is searched for “struts.dynaform”, “struts.dynaform-field” tags.

RE: xdoclet + Dynaforms

2004-01-28 Thread Wendy Smoak
> From: Raj Atchutuni [mailto:[EMAIL PROTECTED] > I agree. If i want to use xdoclet i have to generate through > form beans. But we are losing the spice of Dynaforms. If you are going to have the form beans generated, what does it matter whether they are dynamic forms or whether xdoclet does it

Re: xdoclet + Dynaforms

2004-01-28 Thread Nick Heudecker
Not at all. Had you googled for 'xdoclet dynaforms', you would've found my patch for XDoclet that allows you to generate the configuration for DynaForms. You may find it here: http://www.systemmobile.com/code/xdoclet-apache-module-sm-1_2b4.zip On 2004-Jan-28 15:01, Raj Atchutuni wrote: > I

RE: xdoclet + Dynaforms

2004-01-28 Thread Raj Atchutuni
I agree. If i want to use xdoclet i have to generate through form beans. But we are losing the spice of Dynaforms. I implemented Dynaforms on my project with out coding Form beans. Now i want to implement xdoclet on top of it. This is just to try xdoclet to generate my struts-config.xml, if poss

RE: xdoclet + Dynaforms

2004-01-28 Thread Wendy Smoak
> My question is where do i code web-doclet tags when i am not coding > form beans ? and is there any ways to auto generate the attributes in > ApplicationResources.properties also ? I don't know, but I thought if you were going to use xdoclet, you would have it generate the form beans. --

Re: xdoclet + Dynaforms

2004-01-28 Thread Raj Atchutuni
Since i am using Dynaforms, i dont code formbeans in java. Right now i have the following settings hand coded for "pbGettinghereForm". My question is where do i code web-doclet tags when i am not coding form beans ? and is there any ways to auto generate the attributes in ApplicationResourc

Re: xdoclet strutsconfigxml thingy

2003-11-12 Thread harm
ng List" <[EMAIL PROTECTED]> To [EMAIL PROTECTED] cc Subject Re: xdoclet strutsconfigxml thingy ok. i have something similar enough. But which bit in that specifies that you have a subapp, ie struts-config-XXX.xml instead of, struts-config.xml and do you put the subapp xml merge

Re: xdoclet strutsconfigxml thingy

2003-11-12 Thread Caoilte O'Connor
ok. i have something similar enough. But which bit in that specifies that you have a subapp, ie struts-config-XXX.xml instead of, struts-config.xml and do you put the subapp xml merge files in a sub dir of the root merge dir? or specify them as a separate merge dir in another webdoclet in

Re: xdoclet strutsconfigxml thingy

2003-11-12 Thread Mark Lowe
I had to use the destdir attribute On 12 Nov 2003, at 12:23, [EMAIL PROTECTED] wrote: Yes it is quitte easy: In build.xml uri="struts-bean"

Re: xdoclet strutsconfigxml thingy

2003-11-12 Thread harm
Yes it is quitte easy: In build.xml

RE: Xdoclet

2003-07-11 Thread Raible, Matt
I wrote a sample app that might be just what you're looking for: http://raibledesigns.com/wiki/Wiki.jsp?page=AppFuse HTH, Matt -Original Message- From: Saman Ghodsian [mailto:[EMAIL PROTECTED] Sent: Friday, July 11, 2003 1:02 PM To: [EMAIL PROTECTED] Subject: Xdoclet Hi everyone, Jus

Re: Xdoclet

2003-07-11 Thread Erik Price
Saman Ghodsian wrote: Hi thanks for the reply, Any information or sample code on how to use those?. Maybe not those tags particularly, but example of XDoclet use at http://xpetstore.sf.net/ Erik - To unsubscribe, e-mail:

RE: Xdoclet

2003-07-11 Thread Saman Ghodsian
t: Friday, July 11, 2003 12:14 PM > To: 'Struts Users Mailing List' > Subject: RE: Xdoclet > > > They are subtasks of ejbdoclet (strutsform) and webdoclet's > strutsconfigxml and strutsvalidationxml > > you can find appropriate tag descriptions in the docs fo

RE: Xdoclet

2003-07-11 Thread Alex Shneyderman
They are subtasks of ejbdoclet (strutsform) and webdoclet's strutsconfigxml and strutsvalidationxml you can find appropriate tag descriptions in the docs for those modules. > -Original Message- > From: Saman Ghodsian [mailto:[EMAIL PROTECTED] > Sent: Friday, July 11, 2003 3:02 PM > To:

Re: Xdoclet

2003-07-11 Thread Erik Price
Saman Ghodsian wrote: Hi everyone, Just starting with struts, I'm looking for xdoclet for struts, where I can put attributes on my model source code and it will generate all the Action, form, etc and xml files for me. Any ideas? Pointers appreciated.. http://xdoclet.sourceforge.net/tag

RE: xdoclet with struts

2003-02-06 Thread Sri Sankaran
You just asked this question a couple of days ago and even got a reply http://marc.theaimsgroup.com/?l=struts-user&m=104436215626677&w=2 Sri > -Original Message- > From: Pat Quinn [mailto:[EMAIL PROTECTED]] > Sent: Thursday, February 06, 2003 2:27 PM > To: [EMAIL PROTECTED] > Subjec

RE: xdoclet with struts

2003-02-06 Thread Raible, Matt
I posted this earlier, but it never seemed to come though, so I'll try again: I am - and it's awesome. The only issue (IMO) in XDoclet's current codebase is that you can only generate Struts' Forms from Entity Beans at this point. I've submitted a patch for it (http://tinyurl.com/5bb9), but no on

RE: xdoclet with struts

2003-02-06 Thread Jarnot Voytek Contr AU HQ/SC
I'll tell you one thing, you'll have to wait a while if it's only usable with Struts 1.2 beta 2 ... I knew those xdoclet developers were smart, but this is incredible... -- Voytek Jarnot Quidquid latine dictum sit, altum viditur. > -Original Message- > From: Pat Quinn [mailto:[EMAIL PR

RE: xdoclet & struts

2003-02-04 Thread Raible, Matt
I am - and it's awesome. The only issue (IMO) in XDoclet's current codebase is that you can only generate Struts' Forms from Entity Beans at this point. I've submitted a patch for it (http://tinyurl.com/5bb9), but no one has committed it yet. If you're interested in using this patch, you can find

Re: Xdoclet and Struts

2002-12-10 Thread Jack R.
. - Original Message - From: "Emil Korladinov" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Friday, December 06, 2002 3:33 AM Subject: Re: Xdoclet and Struts > --- "Jack R." <[EMAIL PROTECTED]> wrote: &

Re: Xdoclet and Struts

2002-12-09 Thread Slava_L
well is seems that u generate xml from another xml i thinl xDoclet very usefull for EJB code generation - Original Message - From: "tek1" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Monday, December 09, 2002 7:38 PM Subjec

Re: Xdoclet and Struts

2002-12-09 Thread tek1
no. check out xdoclet at: http://xdoclet.sourceforge.net/ http://sourceforge.net/projects/xdoclet At 17:00 02/12/09 +0800, you wrote: Could u plz describe wut exactly u generate Do u have to manualy edit somethin' after generation ? coz' if u do, then it is worthless -- To unsubscribe, e-m

Re: Xdoclet and Struts

2002-12-09 Thread Slava_L
]> Sent: Friday, December 06, 2002 5:36 PM Subject: Re: Xdoclet and Struts > --- "Jack R." <[EMAIL PROTECTED]> wrote: > > Is it a good practice to use xdoclet to generate > > Struts config file? Or it > > is not a good idea at all? > > > > I know

Re: Xdoclet and Struts

2002-12-06 Thread Emil Korladinov
--- "Jack R." <[EMAIL PROTECTED]> wrote: > Is it a good practice to use xdoclet to generate > Struts config file? Or it > is not a good idea at all? > > I know there are GUI tool to edit struts config > file. But I would think it > will be easier to have the struts config file auto > generate by x

Re: Xdoclet and Struts

2002-12-06 Thread Emil Korladinov
--- "Jack R." <[EMAIL PROTECTED]> wrote: > Is it a good practice to use xdoclet to generate > Struts config file? Or it > is not a good idea at all? > > I know there are GUI tool to edit struts config > file. But I would think it > will be easier to have the struts config file auto > generate by x