Hello all,

I would like to do the following:

a HTML form call a servlet
The servlet uses a Java component to access a Database
The Java Component sends back the query results (recordset) to the servlet
the servlet build on the fly a HTML page.


I'm learning servlet and I succeed in accessing a database from my servlet,
and making it displaying the results as an HTML page.

1- I'm not clear about the Java Component : a JavaBean, a Java Class, a EJB
??????
2- For instance I know how to do this with only one servlet, I'm looking
for a trivial sample of a servlet passing a query to a Java Component and
getting back the results

Thanks in advance

Any web pointers welcome.

Luc

___________________________________________________________________________
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

Reply via email to