Like most people, I'm looking for a portable solution for building a
database centric web site. JSP looks good. However I've not been able to
find any examples of the following sorts of code:

1. Java bean with get and set (for JSP) methods that interacts with a
database via JDBC

2. JSP that uses the above bean and generates an HTML table (from a
returned record set?)

3. JSP that uses HTML form input to generate a statement string to be
used in the above bean when creating queries. Specifically a form with
checkboxes, radio buttons, select menus, AND text input fields.
Something complicated.

If anyone has any working code that I could look at for the above tasks,
I'd really appreciate it if you would share it with this list :)

Thanks,

Scott

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to