I am new to JSP and am having a problem figuring out how I would organize things 
(files, beans, objects).

A good majority of this web applications I write fall into the search-list-detail 
model, where you have a search form, that returns a list from the database that 
matches the search criteria.  From here the user can click on any of the list items 
and to go to a detail screen.

We are currently using a Oracle PL\SQL Web cartridge (PL\SQL stored procedures that 
take HTML form elements as parameters and outputs HTML).  One big advantage of using 
JSP is separating the HTML from the business logic.  So I am trying to have as little 
Java in my JSP pages and as little HTML in my JavaBean code as possible.  I understand 
how to do this in the search/query page and I understand how to do this in the detail 
page, but I am a little unfamiliar how to code the list page.

So what I am asking is if any one has any examples of how to do this?  Or even better 
a site that discusses this and JSP projects that access data on a database.

Thanks in advance,

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to