Hello
can somebody help me

I use a jsp file with a bean, a query class and a database. the bean use
another class (query.class)to make a query database and the result is store
in the bean (like this : "String result = query.executeQuery" )
Then I use the result in my jsp file with a tag like this
<% String var = myBean.getresult %>

My questions are :
* Is it the better method to do that ?
* Is the database shared with all request ?
* How to use a jsp file (and maybe a bean) for displaying a list of   things
(books for example) stored in a database

Thanks a lot
olivier



______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JSP-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to