Robert Parker: Is it possible that you could send me a (complete) example ?

Thanks!

-----Ursprüngliche Nachricht-----
Von: Robert Parker [mailto:[EMAIL PROTECTED]]
Gesendet: Dienstag, 23. Oktober 2001 01:17
An: [EMAIL PROTECTED]
Betreff: Re: Auto-generating ActionForms


I've used something similar...A lot of the apps I build are very similar
table driven forms, ie many insert/updates of tables. Hence My development
approach at the moment is based on a generic architecture based around
struts. I design the table schemas in xml, then use xslt to generate data
access beans, value objects, struts forms, formbeans and struts actions etc.
I can then customize the generated code...

regards

Rob

----- Original Message -----
From: "Stephen Hood" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, October 23, 2001 5:14 AM
Subject: Auto-generating ActionForms


> My last message didn't get any hits, so I'll try again with a
low-verbosity
> filter.  :)
>
> 1.  Has anyone had any success using JAXB, Castor, or any other XML data
> binding technology to auto-generate their Struts ActionForm beans from
DTDs
> or XML Schemas (not from XML instance data or JSPs, like CodeMaker, etc.
> does) ?
>
> 2.  Has anyone had any experience dealing with complex ActionForms, such
as
> those derived from a XML Schema?  It seems like the Struts taglibs are
more
> about handling relatively flat documents; can anyone suggest other
> approaches for doing things like generating and handling forms with
optional
> repeating groups, etc.?
>
> I can elaborate if anyone is interested in further discussion...
>
> many thanks,
> --Steve
>
>
>

Reply via email to