Hi,

I'm very new to JSP and would like to ask some questions.

1. Where can I find some write-up on JSP recommended design framework i.e.
how we should design our web application using JSP such that it's logic
(business process) and presentation (templates) are cleanly separated?

2. Which JSP engine should I use?  JSWDK, JRUN, JavaWebServer, iPlanet
WebServer etc?

3. Where else can I find more online tutorials on JSP?

4. Must we use JavaBeans (components) in JSP i.e. is there such a thing as
in to not use components (classes) in JSP (passing data from JSP file to
another)?

5. What about security in JSP?  Is it thru the use of session concept?  How
can I use it?  Please help me by providing me with some links.

Thank you very much.  I need to do a very quick web application design and
development and would appreciate all help rendered.

Cheers,
Jo

===========================================================================
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