Search mail archives, there are several code generators and some in Struts resources page.
V. (I have tried a few generates, some are xsl based and sql reverse tool could do it. My approach now is to hand code like this, I found it faster: write JSP based on HTML prototype; write a bean based on JSP fields, and write a SQL Select string only in DAO based on bean fields. Unit test bean outside webApp/Struts for CRUD. My DAO using reflection and rowset metadata automaticaly does CRUD Updates, Inserts, Deletes. Code on basicPortal.sf.net). Vincent Stoessel wrote: > Hello All, > I am here create my umpteenth form to interface with a db > that I will be selecting, updating , inserting , deleting from. > To save time I usually combine the insert/update form and make > separate delete and search (select) screens. > What I was wondering if some angel out there has created > an application, bean, or applet that can generate an html form for you > based on the metainfo of an sql table. > Doesn't have to be fancy looking, just working. > this seems to be a common need for me at least. How are the smarts > developers reducing time of this tedious task? > > Thanks. > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

