While a lot of designs have value objects match to form beans, that has not been a one-to-one mapping in my experience. Only for the simple cases does that end up being this way, from the apps I've developed and seen.

My JavaDevWithAnt - http://www.ehatchersolutions.com/downloads/ - project has some XDoclet generation of start JSP pages from the form beans. I'm in the process of documenting all of the pieces of this project and will release it more formally after the holidays.

Erik

Colin Canfield wrote:
Has there been any work done with using xdoclet to generate dynaactionform
entries, or even just actionforms.

It seems actionforms are very close to value objects. It should be possible
to generate value objects to act as action forms just by changing the
parent; the problem is these are generated from the bean rather than the
jsp. With careful naming it could all work, but it means the model (ejbs)
need to know a LOT about the controller part of the world. It would be
better if something very similar to the current value objects could be
generated from the jsp pages.

Has anyone attempted this sort of thing, or is there something already in
place I have missed ?

Thanks, Colin Canfield




-------------------------------------------------------
This SF.NET email is sponsored by: Order your Holiday Geek Presents Now!
Green Lasers, Hip Geek T-Shirts, Remote Control Tanks, Caffeinated Soap,
MP3 Players,  XBox Games,  Flying Saucers,  WebCams,  Smart Putty.
T H I N K G E E K . C O M       http://www.thinkgeek.com/sf/
_______________________________________________
Xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user




-------------------------------------------------------
This SF.NET email is sponsored by: Geek Gift Procrastinating?
Get the perfect geek gift now!  Before the Holidays pass you by.
T H I N K G E E K . C O M      http://www.thinkgeek.com/sf/
_______________________________________________
Xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to