Alternative to Redirection

1999-01-04 Thread luke olegario
Hi, Is there an alternative to redirection using java servlets and/or jsp pages? Is it possible to invoke another servlet/JSP from a servlet/JSP without the need to redirect the request, and is it possible to pass query string parameters to that second servlet/JSP? Redirection is often a slow

Re: In what ways does JSP score over Servlets ?

1999-01-04 Thread James & Sue Ann Birchfield
In the short while I have been using JSP, I have found the following to be the biggest point. I can now, more cleanly, seperate the code form the presentation.  I have used servlets extensively, and have swore by them, but I hated trying to have the HTML packed up in some long out.println(

Re: JRUN JSP1.0 vs. GNUJSP1.0

1999-01-04 Thread Geert Van Damme
That's what java securirity is all about. It's easy to start the servlet JVM so that System.exit() is not allowed. Geert 'Darling' Van Damme > -Original Message- > From: A mailing list about Java Server Pages specification and reference > [mailto:[EMAIL PROTECTED]]On Behalf Of brian > Se

Re: JSP vs. ASP

1999-01-04 Thread Matthew M. Dalby
I have been developing with ASP on the NT platform for approximately 4 years. I think the biggest problem with ASP is that you are locked into using Microsoft's IIS & NT(I have not used Chili ASP or an ASP/UNIX implementation however). I cannot help but feel that by using the NT/IIS soluti

Re: Help really urgent !!!

1999-01-04 Thread Kevin Jones
Or you could just use the new ThreadLocal class in Java 2 to achieve the same thing, Kevin -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of David Chisholm Sent: 05 November 1999 14:58 To: [EMAIL PROTECTED]