Re: Money for development on GNU-JSP

1999-06-20 Thread Anonymous
Does anyone know when the Jakarta team will release their JSP module? This will affect whether I'm still going to fund the projects. Thanx! Brad Neuberg On Thu, 17 Jun 1999, Jolin, Paul W. wrote: You might want to check with the Apache project now. SUN TO LICENSE JAVASERVER PAGES

applet/servlet Versus JSP/servlet

1999-06-20 Thread Anonymous
Hi all , I was earlier using applet/servlet combination for a Web based reporting system. What I am investigating now is whether I can improve the speed of the application by using the JSP/servlet combination or not. Do you guys have any opinions in this regard ?I would be

Re: no spaces - bug in JRun?

1999-06-20 Thread Anonymous
Hi, No. In JSP 1.0 spec, section 2.1.6, it says that whitespace is insignificant but is preserved. So what Dave complains is valid. Thanks. Rob - Original Message - From: David Wall [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, June 17, 1999 2:02 PM Subject: Re: no spaces

Re: no spaces - bug in JRun?

1999-06-20 Thread Anonymous
It's an important detail, and the spec seems clear enough (2.1.6): "This specification follows the whitespace behavior defined for XML, that is; all white space within the body text of a document is not significant, but is preserved." Therefore, the whitespace between the two expressions should

Re: no spaces - bug in JRun?

1999-06-20 Thread Anonymous
look at the source to see if it is actually a JRun problem - I do this a lot, and I havn't had a problem with no spaces in the _source_, but the browser does sometimes concatenate the two words. The HTML 3.2 spec said: "Except within literal text (e.g. the PRE element), HTML treats contiguous

Servlet-JSP question

1999-06-20 Thread Anonymous
Hello. First of all, I am new to this list, so if the question I am asking was previously covered, please point me to the appropriate archive (and accept my appologies) I am trying to build an application that separates business logic from presentation (i.e. I want to allow my designers to work

Re: Servlet-JSP question

1999-06-20 Thread Anonymous
Alik wrote: Hello. First of all, I am new to this list, so if the question I am asking was previously covered, please point me to the appropriate archive (and accept my appologies) I am trying to build an application that separates business logic from presentation (i.e. I want to allow