XDoclet for Struts - DispatchAction

2004-02-11 Thread Samyukta Akunuru
Hi, How do I generate xdoclet code for struts class- Dispatch actionThanks! Best Regards, Samyukta - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[OT]Adding xdoclet code to existing EJB beans

2004-02-02 Thread Balakrishnan, Vijay
Hi, I am trying to add an Xdoclet tag to about 100 existing EJB beans.I am trying to add a @jboss.method-attributes read-only=true to all the getter methods of all the Entity beans to avoid deadlocking issues. Someone suggested to use the patch task of ant and use xslt before running

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

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

Re: xdoclet + Dynaforms

2004-01-28 Thread Raj Atchutuni
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 agree. If i want to use

Re: Struts + xdoclet

2004-01-15 Thread Raj Atchutuni
Can some tell where you want me to research on xdoclet + struts + maven. I would like to generate xdoclet for STRUTS Dynaforms , Action Mappings. FYI : I completed my project in Struts (w/ Dynaforms, Actions etc). Now i want to implement xdoclet and also xdoclet for maven to it. Thanks Raj

Re: Struts + xdoclet

2004-01-15 Thread Matt Raible
XDoclet and Struts works very nicely together - throwing Maven into it has only brought me headaches and I found it easier to just do it in Ant. Why try to do it in Maven just because Maven is cool? ;-) You might checkout my AppFuse project with uses Ant/XDoclet/Struts/Hibernate. http

Re: generating struts-config.xml using xdoclet

2003-12-16 Thread Haroon Rafique
forwards (each should only have one). DG Gary, Sorry I can't give you a very helpful answer, but just wanted to let you know that I have found that xdoclet behaves the same way for me as well. For now, I've been cognizant of this short-coming and, so far, have not run into a situation where

generating struts-config.xml using xdoclet

2003-12-15 Thread Damm, Gary
I have two action tags defined in a single action class. Each action has it's own action-forward element. When the struts-config.xml is generated it generates two action elements but each action element has both action forwards (each should only have one). /** * @struts.action *

[OT] xdoclet + hibernate

2003-11-23 Thread M.Schipperheyn
Hi Matt, I just spent some time getting Hibernate and Xdoclet up and running. I can't see your email, send me an email off-list: m.schipperheyn ***at+++ thefactore.com. Maybe I can help you. Cheers, Marc

[OT] xdoclet + hibernate

2003-11-22 Thread Mark Lowe
Sorry to post this group with an almost unrelated question, but I'm sure someone on this list must be using xdoclet to generate hibernate resources. I wont take the piss and post the problem on this list but I would appreciate it if anyone who's been using hibernatedoclet could drop me a mail

RE: [OT] xdoclet + hibernate

2003-11-22 Thread Matt Pease
If you want examples of combining the two, as well as using xdoclet with a bunch of other things: JSP, Struts, Sitemesh, EJB 2.0 and CMP 2.0, Velocity, WebWork, Sitemesh, POJO and Hibernate. then check out http://xpetstore.sourceforge.net/ matt -Original Message- From: Mark Lowe

Re: [OT] xdoclet + hibernate

2003-11-22 Thread Mark Lowe
Thanks Matt I found the xdoclet list just after I posted this question. Hopefully the list is as good as this one. I've been through the xpetstore demo.. The hibernate tags are along the same lines as mine and there's nothing obviously wrong with my build file. How does xdoclet fail? If I've

RE: [OT] xdoclet + hibernate

2003-11-22 Thread David Friedman
Mark, There are plenty of Hibernate and Xdoclet questions on the hibernate forum: http://forum.hibernate.org Regards, David -Original Message- From: Mark Lowe [mailto:[EMAIL PROTECTED] Sent: Saturday, November 22, 2003 9:32 AM To: Struts Users Mailing List Subject: Re: [OT] xdoclet

Re: [OT] xdoclet + hibernate

2003-11-22 Thread Mark Lowe
Thanks David I've been going through that and the xdoclet user archive Part of the problem is that xdoclet/ant are reporting everything as being okay, but if the files aren't being generated then I guess its just lies.. I've been using webdoclet okay, just the hibernate stuff is proving

Re: [ANNOUNCE] New Release for XDoclet Support for Struts DynaForms

2003-11-22 Thread Nick Heudecker
Due to a mistake on my part the updated bundle may not have been deployed to the webserver. Sorry about that, but that's what I get for trying to get a bundle out the door when I'm dead tired. This has been fixed and the actual release can be found at: http://www.systemmobile.com/code/xdoclet

[ANNOUNCE] New Release for XDoclet Support for Struts DynaForms

2003-11-20 Thread Nick Heudecker
All: I've just finished the second version of the XDoclet extension to support generating Struts DynaForm configs. The content of the README are below. The fully documented bundle can be found at: http://www.systemmobile.com/code/xdoclet-apache-module-sm-1_2b4.zip Changes since last release

xdoclet strutsconfigxml thingy

2003-11-12 Thread Caoilte O'Connor
Does anyone who uses XDoclet know how to make it generate struts-config sub-app config files? I've been looking at it and can't work out whether it's covered. c - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: xdoclet strutsconfigxml thingy

2003-11-12 Thread harm
List [EMAIL PROTECTED] cc Subject xdoclet strutsconfigxml thingy Does anyone who uses XDoclet know how to make it generate struts-config sub-app config files? I've been looking at it and can't work out whether it's covered. c

Re: xdoclet strutsconfigxml thingy

2003-11-12 Thread Mark Lowe
Please respond to Struts Users Mailing List [EMAIL PROTECTED] To Struts Users Mailing List [EMAIL PROTECTED] cc Subject xdoclet strutsconfigxml thingy Does anyone who uses XDoclet know how to make it generate struts-config sub-app config files? I've been looking at it and can't work out whether it's

Re: xdoclet strutsconfigxml thingy

2003-11-12 Thread Caoilte O'Connor
xdoclet strutsconfigxml thingy Does anyone who uses XDoclet know how to make it generate struts-config sub-app config files? I've been looking at it and can't work out whether it's covered. c - To unsubscribe, e-mail

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

Struts and Xdoclet

2003-10-23 Thread Timothy Stewart
Anyone using struts with xdoclet. I have the following form bean import org.apache.struts.validator.ValidatorForm; /** * @struts.form name=LoginForm */ public class LoginForm extends ValidatorForm { private String _userName; public LoginForm() { super(); } public

RE: Struts and Xdoclet

2003-10-23 Thread Timothy Stewart
To: [EMAIL PROTECTED] Subject: Struts and Xdoclet Anyone using struts with xdoclet. I have the following form bean import org.apache.struts.validator.ValidatorForm; /** * @struts.form name=LoginForm */ public class LoginForm extends ValidatorForm { private String _userName; public

Re: Struts and Xdoclet

2003-10-23 Thread Anders Hermansen
Yes, that's because XDoclet has to know that ValidatorForm is an ActionForm. It can't do that without struts.jar, because that's where the information about ValidatorForm extends ActionForm is. Anders * Timothy Stewart ([EMAIL PROTECTED]) wrote: Figured out my own problem. It seems that you

XDoclet and SSL Extension

2003-10-20 Thread Juan Alvarado
Hello: I've recently started using xdoclet for my builds with struts and I've come into a bit of a problem with actions that use the SSL Extension. Does anybody know if there is a tag that I can add to my Action class so that: set-property property=secure value=false/ is added to my action

xdoclet for jsp/struts

2003-09-29 Thread as as
Hope you had a good weekend. I fixed the earlier problem. Right now looking for ways to use XDoclet to generate a jsp page using struts f/w for page navigation. Any tips highly appreciated. - Do you Yahoo!? The New Yahoo! Shopping - with improved product search

XDoclet Support for Struts DynaForms

2003-09-23 Thread Nick Heudecker
Hi, I couldn't find a patch to XDoclet to support generating dynaform configs in the struts-config.xml file, so I rolled my own. The download bundle has an example, a README, and a jar that *should* be a drop-in replacement for the existing 1.2beta4 Apache module. You can find it here: http

Xdoclet

2003-07-11 Thread Saman Ghodsian
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.. Saman Ghodsian CTO Middle Earth Technologies Ltd

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

RE: Xdoclet

2003-07-11 Thread Alex Shneyderman
To: [EMAIL PROTECTED] Subject: Xdoclet 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.. Saman Ghodsian CTO

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, e-mail

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
/projects/struts. This project generates Struts Validator Forms from POJOs, the validation.xml, and the struts-config.xml using XDoclet. Pretty slick stuff IMHO. The project also uses a strutsgen tool written by Erik Hatcher. This tool will generate a skeleton JSP and .properties file from a Form

xdoclet struts

2003-02-03 Thread Pat Quinn
I was taking a quick read through the xdoclet documentation and noted it offers some support for struts. Is anyone out there using xdoclet with struts and if so what are the benefits and typical usages??? Cheers Pat _ The new

Re: Xdoclet and Struts

2002-12-10 Thread Jack R.
Thanks for your feedback. If we use xdoclet and struts, is it possible for me NOT to edit/create the struts-config file for both struts 1.0 and 1.1? It kind of beat the purpose of using xdoclet if we need to manually add/change the struts-cofig file after it is generated by xdoclet. Thank you

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

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

Xdoclet and Struts

2002-12-05 Thread Jack R.
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 in my struts Form, Action files. Thanks

xdoclet vs struts

2002-12-05 Thread Jack R.
Hi, Is it a good idea to use xdoclet to generate struts config file? or it is not possible at all? Thanks for any ideas. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Xdoclet, struts, and Weblogic 7.0

2002-09-03 Thread Tim Heath
I have been using ejbgen with Weblogic but I found out that there are struts tags in Xdoclet so now I want to use Xdoclet with struts with weblogic 7.0. I am not clear on how to accomplish this easily. I would also like to be able to create a jar/war/ear that could deploy correctly

An XDoclet approach (was: DynaActionForm Advantages)

2002-07-10 Thread Dave Johnson
[EMAIL PROTECTED] wrote: Something that has always bothered me in Struts is the disconnect between Form Beans and Model Beans. How many times do you have a Form Bean and a model bean that contain the same data? In Roller, I solved this problem by using XDoclet. I use an abstract class

FW: [Xdoclet-user] XDoclet v1.1 released! (please don't reply)

2002-01-14 Thread aslak . hellesoy
]; [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: [Xdoclet-user] XDoclet v1.1 released! XDoclet v1.1 released! You can download it from http://sourceforge.net/projects/xdoclet. The new v1.1 has a lot of new stuff most importantly: Core: - Enhanced and refactored template tag handling system. - You