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

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
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

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 form-bean 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

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 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”

Re: xdoclet strutsconfigxml thingy

2003-11-12 Thread harm
Yes it is quitte easy: In build.xml target name=xdoclet.web taskdef name=webdoclet classname=xdoclet.modules.web.WebDocletTask classpathref=xdoclet.classpath / webdoclet

Re: xdoclet strutsconfigxml thingy

2003-11-12 Thread Mark Lowe
I had to use the destdir attribute strutsconfigxml version=1.1 destdir=${build.dir}/WEB-INF / On 12 Nov 2003, at 12:23, [EMAIL PROTECTED] wrote: Yes it is quitte easy: In build.xml target name=xdoclet.web taskdef name=webdoclet

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

Re: xdoclet strutsconfigxml thingy

2003-11-12 Thread harm
] 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 files in a sub dir of the root

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..

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 Saman Ghodsian
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 for those modules. -Original Message- From

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,

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,

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: Is it a good practice to use xdoclet to generate Struts config file

Re: Xdoclet and Struts

2002-12-09 Thread Slava_L
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 there are GUI tool to edit struts config file. But I would think it will be easier to have the struts config

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,

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 Subject: Re: Xdoclet and Struts no. check

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 xdoclet tag

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 xdoclet tag