Sunil:

To my understanding, security with JSP is exactly the same issue as security
with Servlets, as a combination of the two technologies is often a good
approach, in terms of keeping presentation out of the business logic. There
is an example of doing basic security/session tracking in the open-source
Expresso servlet framework that might serve as some example code for you -
you can download a copy at http://www.javacorporate.com. Also, if you check
the archives of this list and the servlet interest list
(http://archives.java.sun.com/archives/servlet-interest.html), you'll find
lots of discussions on different approaches to security.

Mike
Javacorporate Ltd
http://www.javacorporate.com

> -----Original Message-----
> From: A mailing list about Java Server Pages specification
> and reference
> [mailto:[EMAIL PROTECTED]]On Behalf Of Sunil S Sarje
> Sent: Friday, October 08, 1999 5:07 AM
> To: [EMAIL PROTECTED]
> Subject: Common Expectations from JSP
> > [EMAIL PROTECTED]
>
> Hi all,
> Since the JSP is meant for the WEB & E-Commerce application
> development, I
> feel that the some of the common need of we people from
> JSP-technology can
> be
> as follows:
> 1) Session Tracking
> 2) Security
>
> I came to know that the session tracking can be achieved by
>   Cookies or
>   URL-Rewriting.
> Since I haven't tried any of the above technology , I welcome
> your feedback
> for getting to know about it & any
> resources for the same.
>
> Nowadays security is the part any software-application , Can
> any one tell me
> how we can incorporate the
> security/authentication with the JSP.
>
> Thanks
> Sunil
>
> ==============================================================
> =============
> 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
>

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