Tutorial

1999-06-23 Thread Nihar Sanat Parikh
Dear All, Can anyone tell me where can I find a tutorial or maybe a online book on JSP. From, Nihar === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JSP-INTEREST".

FW: books

1999-06-23 Thread Anonymous
Do not buy this book. JSP in this case stands for Jackson Structured Programming, I remember it well from ny COBOL days. The year of publishing should give it way , 1996 (recent by COBOL standards). David Beale. Reading U.K -Original Message- From: A mailing list about Java Server Pages

unsubscribe

1999-06-23 Thread Yu, Ivan
unsubscribe -Original Message- From: Automatic digest processor [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 23, 1999 03:10 PM To: Recipients of JSP-INTEREST digests Subject: JSP-INTEREST Digest - 21 Jun 1999 to 22 Jun 1999 (#1999-168) Message: JSP-INTEREST Digest -

Threads

1999-06-23 Thread Anonymous
Hi, does anybody know, how many threads the free version of Jrun is able to support concurrently? Thanks in advance. Elena begin:vcard n:Palanca;Elena tel;work:Dipartimento di Informatica di Pisa x-mozilla-html:FALSE adr:;; version:2.1 email;internet:[EMAIL PROTECTED] fn:Dott. Elena

Re: Threads

1999-06-23 Thread John Zukowski
5 Thanks for your message at 03:55 PM 6/23/99 +, Elena Palanca: Hi, does anybody know, how many threads the free version of Jrun is able to support concurrently? Thanks in advance. Elena John ZukowskiFocus on Java Guide / http://java.about.com Author Java AWT Reference / Mastering

Netscape Enterprise Server 4 and JSP

1999-06-23 Thread Anthony Picciano
What have been your impressions so far with Netscape Enterprise Server 4 and JSP? The lack of any documentation is frustrating. Specifically, I would like to know... 1) Where should BEANS be stored and how do you set the CLASSPATH so the server can find the beans. This seems to be different

32 Ko limitation in JRun ?

1999-06-23 Thread Sylvain Roche
I don't know whether it is normal or not, but I get an error when my source jsp page exceed 31.7 Ko. I was not able to find a word on that special point neither on the specifications nor in JRun's documentation. I get a 500 Internal Server Error com.livesoftware.jsp.JSPServlet

Dynamically generating JSP

1999-06-23 Thread Alik
Hi. I am toying with JSP here, and I came up with the following problem. Is it possible to get JSP pages from somewhere other than a file? I.e. can I, for example, store them in a database and retrieve on demand? Now the obvious solution, of chaining a servlet in front of the JSP page and

test

1999-06-23 Thread Suzanne Ahmed
please delete this message. === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JSP-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the

Which one is better ?

1999-06-23 Thread Joe Blow
Hi all , I was earlier using applet/servlet combination for a Web based reporting system.applets formed the front end.servlets handled the database access part. What I am investigating now is whether I can improve the speed of the application by using the JSP/servlet combination

Re: Bean Expiration

1999-06-23 Thread Anonymous
Nicolas Pujol wrote: Is there any possibility for one Bean to expire before other Beans? It appears to me that it should not be possible, since it is the session that expires and not the Beans. I want to make sure that it is good enough for me to check for the existence of one Bean in

Re: forwarding to other JSP pages

1999-06-23 Thread Christopher Cobb
Isa Hashim wrote: Hi Paul, jsp:request forward .../ is not implemented in JWS 2.0 beta2 It will be implemented for the final release version of JWS 2.0. The correct syntax for forwarding (according to the JSP spec) is now: jsp:forward .../ I just tried your simple test case