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.
> 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
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
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
> 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.
--
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
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
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
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"
Yes it is quitte easy:
In build.xml
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
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:
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
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:
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
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
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
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
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
.
- 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:
&
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
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
]>
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
--- "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
--- "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
25 matches
Mail list logo