-----Original Message----- From: Maxime Poulin [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 26, 2000 9:36 AM To: [EMAIL PROTECTED] Subject: Re: resultset to servlet to html form generator Have a look at WebLogic packages htmlKona. It is an HTML builder highly database-centric, which can generate an HTML table using a ResultSet instance... I have the very same type of applications and I tried their package, which is very good. However, we were our product already almost finished when I first heard of this package. But it is very good and > > Does anyone know of a java package that can read a > ResultSet and generate > > servlet source code and a basic html form for viewing and > updating the > > resultset? If not, I'm going to have to write one and I'd > be interested in > > hearing your ideas on what something like this should > include so it would be > > useful to others. Has anyone come up with a good way to > accomplish this > > already? > > > > Thanks, > > Lance > > > > > ______________________________________________________________ > _____________ > > To unsubscribe, send email to [EMAIL PROTECTED] and > include in the body > > of the message "signoff SERVLET-INTEREST". > > > > Archives: > http://archives.java.sun.com/archives/servlet-interest.html <http://archives.java.sun.com/archives/servlet-interest.html> > > Resources: > http://java.sun.com/products/servlet/external-resources.html <http://java.sun.com/products/servlet/external-resources.html> > > LISTSERV Help: http://www.lsoft.com/manuals/user/user.html <http://www.lsoft.com/manuals/user/user.html> > > -- > David Mossakowski [EMAIL PROTECTED] > Programmer 212.310.7275 > Instinet Corporation > > "I don't sit idly by, I'm planning a big surprise" > > ______________________________________________________________ > _____________ > To unsubscribe, send email to [EMAIL PROTECTED] and > include in the body > of the message "signoff SERVLET-INTEREST". > > Archives: http://archives.java.sun.com/archives/servlet-interest.html <http://archives.java.sun.com/archives/servlet-interest.html> > Resources: > http://java.sun.com/products/servlet/external-resources.html <http://java.sun.com/products/servlet/external-resources.html> > LISTSERV Help: http://www.lsoft.com/manuals/user/user.html <http://www.lsoft.com/manuals/user/user.html> > ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
