Re: Documentation on JSP

1999-05-25 Thread Steve Cooke
Try this URL instead http://java.sun.com/products/jsp/index.html -Original Message- From: Bill O'Keefe <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Tuesday, May 25, 1999 9:57 AM Subject: Re: Documentation on JSP >Craig, > >>Read the JSP Specification, which is al

Re: JSP versus servlets

1999-06-02 Thread Steve Cooke
One major advantage is that you can easily separate page logic from page presentation. If you are building a web site with a team of programmers and designers, you would like each to work relatively independent of the other. JSP allows the designers to layout a page and later plug in logic. For

Multiple sessions

1999-06-10 Thread Steve Cooke
Is it possible to create muliple sessions for the same user. If a user opens two browser windows, both windows share the same session scoped beans. This leads to pretty bothersome effects when, for instance, the bean preserves visual state or the user would like two instances of the same form, or