jsp 1.1

1999-10-26 Thread Artyom G. Salabaev
Does anybody know any JSP Engine corresponding to JSP specification 1.1? === 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

JSP 1.1

2000-03-16 Thread Balasubramanian
Hi, I am using NES 4.0 (iplant 4.0) as the Web Server. NAS 4.0 as the Application Server. NAB 4.0 as the Application Builder. NAB 4.0 supports only JSP 0.92 specification. Is there is any Tool / Plug-in available, so that i can use the above setup and still use JSP 1.1 ? Thanks in advance

JSP 1.1 -- _jspCleanup()???

1999-09-24 Thread David Navas
In the process of executing a page with a multitude of tag extensions, one tends to create objects which need to be release()d, close()d, dispose()d, or otherwise free some resources back to the system. [Aside: wouldn't it be nice if we agreed on the name of this method across all java apis!] It

Re: jsp 1.1

1999-10-26 Thread Quaranto, Mike (MBS)
Artyom, I've heard that BEA's WebLogic 4.5.1 server supports the JSP1.1 spec. You would have to verify this. -Original Message- From: Artyom G. Salabaev [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 26, 1999 9:52 AM To: [EMAIL PROTECTED] Subject: jsp 1.1 Does anybody kn

Re: jsp 1.1

1999-10-26 Thread Karl Avedal
Hello Artyom! > Does anybody know any JSP Engine corresponding to JSP specification 1.1? > The JSP 1.1 implementations I know are: SJSP (http://web.iol.cz/sator/projects/sjsp-1-1/index.html) The JSP 1.1 reference implementation (http://www.javasoft.com/products/jsp/tomcat/) Orion

Re: jsp 1.1

1999-10-26 Thread Paul Allton
- From: Quaranto, Mike (MBS) <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, October 26, 1999 3:42 PM Subject: Re: jsp 1.1 > Artyom, I've heard that BEA's WebLogic 4.5.1 server supports the JSP1.1 > spec. You would have to verify this. > > -Orig

Re: jsp 1.1

1999-10-26 Thread Anders Wallgren
Title: RE: jsp 1.1 WebLogic 4.5.1 supports JSP 1.0.  See http://www.weblogic.com/docs45/classdocs/API_jsp.html anders > -Original Message- > From: Paul Allton [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, October 26, 1999 3:41 PM > To: [EMAIL PROTECTED] > Subje

Who supports JSP 1.1 ?

1999-09-10 Thread Jeff Sahol
Just starting out on JSP, and I was reading the 1.1 spec. Tag extensions look interesting, and I was wondering if they are supported in current JSP engines. Who's supporting the 1.1 spec now? This is for commercial software where we can't dictate the type of web server being run.

Re: JSP 1.1 -- _jspCleanup()???

1999-09-27 Thread Michael Hu
) which is cleaned up by _jspDestroy(), both of which are guaranteed to be called at the appropriate times in 1.1 spec. 2) <% scriptlets %> It is the responsibility of the JSP author to wrap resource allocations in try/catch/finally blocks 3) Custom tags. Tag.release() must be called in a finally b

Re: JSP 1.1 -- _jspCleanup()???

1999-09-27 Thread David Navas
.release() must be called in a finally block by a JSP 1.1 >compliant > implementation of a custom tag. Tag.release implies that the end tag surrounds the entire use of the resources that the Tag defines. I don't think that that is a reasonable assumption, and there's already a r

Re: JSP 1.1 -- _jspCleanup()???

1999-09-27 Thread Velonis John
David Navas wrote: > The problems, as I see it, are as follows: > a) I can't override service()... In JSP 1.0 I am able to use the "extends" attribute of the page directive to specify a custom superclass, which can define its own service() method. The JSP 1.1 PR says

Re: JSP 1.1 -- _jspCleanup()???

1999-09-27 Thread Michael Hu
David Navas wrote: > > 3) Custom tags. Tag.release() must be called in a finally block by a JSP 1.1 >compliant > > implementation of a custom tag. > > Tag.release implies that the end tag surrounds the entire use of the resources > that the Tag defines. I don't th

Re: JSP 1.1 -- _jspCleanup()???

1999-09-27 Thread David Navas
Michael Hu wrote: > > > Implicitly, the JSP engine will allocate resources in the pageContext. Although >not > > > explictly demanded by the specs, it should be safe to assume that >releasePageContext() > > > will be called in service's finally block

Re: JSP 1.1 -- _jspCleanup()???

1999-09-27 Thread Michael Hu
David Navas wrote: > If releasePageContext() is called against the factory, that means that the > writer of the JSP page can't write their own cleanup routines. From a server > provider perspective, clearly, we can. But that makes extended tags which > export info that have their own cleanup re

JSP 1.1 - Custom Tags

1999-12-29 Thread Jim Smith
Can someone point me to an example for Custom Tags? thanks, jim === 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://

jsp 1.1 sytax card

2000-06-07 Thread david chan
Hi, I download a copy of JSP 1.0 systax card from sun web site, and wondering any JSP 1.1 sytax card available or it is not neccessary because most of systax in 1.0 and 1.1are the same ? David Get Your Private, Free E-mail

Next JSP 1.1 specifications draft

1999-08-19 Thread Michael Hu
Eduardo Pelegri-Llopart stated on August 8, 1999: > PD2 has not been released; there is a version of the spec that will go for expert review on > Monday (tomorrow); the spec will go for public review about a week after that, depending > on the logistics of pushing material to the web site. It ha

Re: Who supports JSP 1.1 ?

1999-09-10 Thread Darin Wilson
ports JSP 1.1 ? Just starting out on JSP, and I was reading the 1.1 spec. Tag extensions look interesting, and I was wondering if they are supported in current JSP engines. Who's supporting the 1.1 spec now? This is for commercial software where we can't dictate the type of web s

JSP 1.1 PR2 now available...

1999-10-22 Thread Eduardo Pelegri-Llopart
The Public Release 2 of the JSP 1.1 specification is available from the download page at Sun's JSP web page: http://java.sun.com/products/jsp/. There have been a few changes in the spec since PR1 based on extensive feedback and implementation efforts. Probably the most important change

Re: JSP 1.1 - Custom Tags

1999-12-29 Thread Craig R. McClanahan
Jim Smith wrote: > Can someone point me to an example for Custom Tags? > > thanks, > jim Appendex A of the JSP 1.1 specification (http://java.sun.com/products/jsp/download.html) contains a few simple examples. Crai

Re: JSP 1.1 - Custom Tags

1999-12-29 Thread Neal Kaiser
- Original Message - From: Craig R. McClanahan <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, December 29, 1999 11:49 AM Subject: Re: JSP 1.1 - Custom Tags > Jim Smith wrote: > > > Can someone point me to an example for Custom Tags? > > > > thanks, &

Re: availability of JSP 1.1 RI...

1999-09-18 Thread Eduardo Pelegri-Llopart
d August), the JSP authors > said that > an EA of JSWDK supporting JSP 1.1 will be out VERY VERY SOON. Well how very very > soon are we talking about here? It's been more than a month already, and I am > really desperate > to get

JSP 1.1/Servlet 2.2 spec comments

2000-08-15 Thread Stuart Maclean
Hi all, I sent this to Sun, thought it might be of interest to the community... I am using Tomcat 3.1 for a server side project. I have a problem in that I want to set headers, cookies specifically, from within an included servlet, using the mechanism. I see from the JSP 1.1 and Servlet 2.2

Questions about JSP-1.1 public draft 1

1999-08-07 Thread Marc Hedlund
In section 2.7.7, "The taglib directive," the spec says that the taglib directive contains an "uri" attribute where the taglib can be found. Does this imply that a taglib must be network-accessible for the JSP engine to use it? If so, why? Shouldn't a taglib also be available using a "file" attr

Re: JSP 1.1 Tag Extension specification question

1999-10-28 Thread Eduardo Pelegri-Llopart
A tradeoff. In JSP 1.1 there is a non-zero cost in invoking doBeforeBody(): scripting variables will be synchronized after every such invocation even if the method is empty and does nothing. Since, as you pointed out, actions done in doBeforeAction() can be achieved through a combination of

editorial mistake in the JSP 1.1 specification.

2000-01-12 Thread Eduardo Pelegri-Llopart
You are right, Kevn. We will fix this in a later update. - eduard/o > Date:Tue, 11 Jan 2000 21:07:07 - > From:Kevin Jones <[EMAIL PROTECTED]> > Subject: JspError vs JspTagException > > The JSP 1.1 Final Spec that I've just downloaded off the web

JSP 1.1/Servlet 2.2 and WebLogic 5.1

2000-07-07 Thread Kevin Duffey
Hi, Anybody know if WebLogic 5.1 allows full Servlet 2.2 applications along with JSP 1.1 and tag-libs to work? I see that it supports it, and we had a guy from WebLogic come out for a demo and told use that WebLogic 5.1 can't hot-deploy web apps, but that it does support it. Yet, when I t

Re: Questions about JSP-1.1 public draft 1

1999-08-08 Thread Craig McClanahan
Marc Hedlund wrote: > In section 2.7.7, "The taglib directive," the spec says that the taglib > directive contains an "uri" attribute where the taglib can be found. > Does this imply that a taglib must be network-accessible for the JSP > engine to use it? If so, why? Shouldn't a taglib also be

JSP 1.1 Spec: Integer Properties in Custom Tags

2000-03-13 Thread JonTom Kittredge
hod. Apparently it only handles tag properties that are strings. I was expecting custom tag attributes to be handled like the way handles properties. Table 2.4 in Section 2.13.2 of the JSP 1.1 spec specifies the conversions that setProperty does from string values to primitive types. Section 2.1

Re: Questions about JSP-1.1 public draft 1 (fwd)

1999-08-08 Thread Eduardo Pelegri-Llopart
Hi Marc: | taglib details No, the taglib needs not be network accessible. Two reasons: - The URI can use something like "file:/..." protocol, - The URI can be "well known" to the engine. | schedule details PD2 has not been released; there is a version of the spec that will go for ex

Re: Questions about JSP-1.1 public draft 1 (fwd)

1999-08-08 Thread Marc Hedlund
Hi, Eduardo, Thanks for the response. > No, the taglib needs not be network accessible. Two reasons: > > - The URI can use something like "file:/..." protocol, Sure. It just seemed to me that also allowing a "file" attribute (which the JSP engine would immediately interpret as a file: URI) w

[ANN] Orion Application Server JSP 1.1 & Servlet 2.2 support

1999-10-04 Thread Magnus Stenman
Greetings! We are pleased to announce that the Orion Application Server now implements the Servlet 2.2 PR and JSP 1.1 PR specifications. It is available for download from: http://www.orionserver.com Orion is free for development use so you can use this uncrippled product to experiment

[ANN] Resin 1.1.b3 supports JSP 1.1 tag libraries

1999-01-16 Thread Scott Ferguson
The subject line really says it all. The latest Resin beta now supports JSP 1.1 tag libraries. Documentation and examples for the 1.1 tag libraries are still sparse, so you'll have to rely on the JSP 2.2 spec. Resin 1.1 beta features: * Servlet 2.2 * JSP 1.1 * faster than mod_per

Localization of jsp files: JSP 1.1 spec vs. APM

2000-02-24 Thread Julian Harris
and a variante can also be used: jsp + _ + language jsp + _ + language + _ + country " So this is a nice idea, but it doesn't say: a) what the language and country values should be: codes or what? b) how to set the locale and country set by these things and c) the JSP 1.1. spec I have

Automagically convert your JSP 0.92 files to JSP 1.1

2000-04-04 Thread Govind Seshadri
Hi all, Interested in learning about how to seamlessly convert your "legacy" JSP 0.92 files over to JSP 1.1? Check out our latest FAQ entry for complete details: http://www.jguru.com/jguru/faq/view.jsp?EID=32255 enjoy, Govind Seshadri

Page caching problem with JSP 1.1 on iPlanet 4.1

2001-08-25 Thread Venkata Krishna MV
Hi, I am using iPlanet 4.1 on Windows NT. Whenever a jsp is changed, iPlanet is expected to recompile the jsp and send updated page to browser. But, this is not happening. Every time I change a jsp, I have to clear cache and restart the service. Otherwise I get previous output. This works fine

Re: [ANN] Orion Application Server JSP 1.1 & Servlet 2.2 support

1999-10-04 Thread Magnus Stenman
much inconvenience and we are very sorry this happened. Magnus Stenman, the Orion team - Original Message - From: Magnus Stenman <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, October 03, 1999 1:55 PM Subject: [ANN] Orion Application Server JSP 1.1 & Servlet 2.2

JDK version of JSP 1.1 on Java Web Server 2.0

1999-10-27 Thread Jacob Madsen
Hi again I just have one other question: what version of JDK is JSP with Java Web Server 2.0 using? The reason for this is, that I can't instantiate a java.util.LinkedList to use as a container. Is it only using JDK 1.1?? Jacob ===

Re: Localization of jsp files: JSP 1.1 spec vs. APM

2000-02-24 Thread Ray Cromwell
> > Hi all, > > the APM, p. 105 says: > > "The JavaServer Pages 1.1 specification allows you to deliver > locale-specific files by following the naming convention used by resource > bundles. This naming convention is the base file name followed by and > underscore and the language variant. A count

Re: Localization of jsp files: JSP 1.1 spec vs. APM

2000-02-25 Thread Arun Thomas
servlet engine that a JSP page is localized, and also how to provide the Locale for which I desire the relevant JSP page. As for your observation that the JSP 1.1 spec from Sun doesn't appear to mention this It is rather perplexing isn't it. I too spent a while trying to find the re

Re: Automagically convert your JSP 0.92 files to JSP 1.1

2000-04-04 Thread D. J. Hagberg
ssly convert your > "legacy" JSP 0.92 files over to JSP 1.1? > > Check out our latest FAQ entry for complete details: > http://www.jguru.com/jguru/faq/view.jsp?EID=32255 === To unsubscribe: mailto [EMAIL PROT

Re: Page caching problem with JSP 1.1 on iPlanet 4.1

2001-08-25 Thread M Sankar
Hi Venkat, 1)Try using this line before tag 2)Add these lines to ur jsp page <% response.setHeader("Cache-Control","no-cache"); %> <% response.setHeader("Pragma","no-cache"); %> <% response.setDateHeader ("Expires", 0); %> It works for me. Sankar Venkata Krishna MV wrote: > Hi, > > I am u

Re: Page caching problem with JSP 1.1 on iPlanet 4.1

2001-09-01 Thread Hari Yellina
It is the problem of the borwser, Not the server - Original Message - From: "Venkata Krishna MV" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, August 25, 2001 5:54 PM Subject: Page caching problem with JSP 1.1 on iPlanet 4.1 > Hi, > > I am

Re: Page caching problem with JSP 1.1 on iPlanet 4.1

2001-09-04 Thread Rice, David
ssage- From: Hari Yellina [mailto:[EMAIL PROTECTED]] Sent: Sunday, September 02, 2001 12:16 AM To: [EMAIL PROTECTED] Subject: Re: Page caching problem with JSP 1.1 on iPlanet 4.1 It is the problem of the borwser, Not the server - Original Message - From: "Venkata Krishna MV" <[EM

Re: Page caching problem with JSP 1.1 on iPlanet 4.1

2001-09-05 Thread Steven Armstrong
lt;[EMAIL PROTECTED]> >Subject: Re: Page caching problem with JSP 1.1 on iPlanet 4.1 > >It is the problem of the borwser, Not the server > >- Original Message - >From: "Venkata Krishna MV" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Sent: Satur

Re: JDK version of JSP 1.1 on Java Web Server 2.0

1999-10-27 Thread Isa Hashim
. hope this helps, -isa ]MIME-Version: 1.0 ]Content-Transfer-Encoding: 7bit ]X-Priority: 3 ]X-MSMail-Priority: Normal ]X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 ]Date: Wed, 27 Oct 1999 22:44:48 +0200 ]From: Jacob Madsen <[EMAIL PROTECTED]> ]Subject: JDK version of JSP 1.1 o

Re: JDK version of JSP 1.1 on Java Web Server 2.0

1999-10-27 Thread Paolo Miotti
--Original Message- From: Jacob Madsen <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: mercoledì 27 ottobre 1999 23.33 Subject: JDK version of JSP 1.1 on Java Web Server 2.0 >Hi again > >I just have one other question: what version of JDK is JSP with

JSP 1.1 support in iPlanet Web Server, Enterprise Edition 4.0 SP3

2000-01-12 Thread Basvi Ayuluri
Hi, By default it supports JSP 0.92. Does anybody know how to run JSP 1.1 in iPlanet Web Server, Enterprise Edition 4.0 (netscape server 4.0)? thanks, Basvi === To unsubscribe: mailto [EMAIL PROTECTED] with body

Using a jsp:include action (JSP 1.1) within a BodyTag taglib tag

2001-01-30 Thread Alex Tang
have: Blah Blah... The output from the jsp:include action always appears BEFORE the output from the myBodyTag taglib tag. (BTW, I'm using Tomcat 3.1) In reading the JSP 1.1 spec, section 5.4.5 says The BodyContent Class The BodyContent is a subclass of JspWriter t

Re: JSP 1.1 support in iPlanet Web Server, Enterprise Edition 4.0 SP3

2000-01-18 Thread Suresh Batchu
On Wed, 12 Jan 2000, Basvi Ayuluri wrote: > By default it supports JSP 0.92. > > Does anybody know how to run JSP 1.1 in iPlanet Web Server, > Enterprise Edition 4.0 (netscape server 4.0)? iPlanet Enterprise Server (iES) 4.0 supports only JSP 0.92. How ever, we are currently worki

Re: Using a jsp:include action (JSP 1.1) within a BodyTag taglib tag

2001-01-30 Thread Shane Witbeck
[EMAIL PROTECTED] Subject: Using a jsp:include action (JSP 1.1) within a BodyTag taglib tag hi folks. (Sorry for the wide distribution, this question seems to span both the JSP and taglib realm). I'm having a problem with the interaction of a taglib BodyTag and a jsp:include action (or an equiv

Re: Using a jsp:include action (JSP 1.1) within a BodyTag taglib tag

2001-01-30 Thread Alex Tang
ence is not changeable at request-time). Thanks anyway. Any other ideas? ...alex... - Original Message - From: "Shane Witbeck" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, January 30, 2001 10:53 AM Subject: Re: Using a jsp:include action (JSP 1.1)

Re: Using a jsp:include action (JSP 1.1) within a BodyTag taglib tag

2001-01-30 Thread David M. Karr
> "Alex" == Alex Tang <[EMAIL PROTECTED]> writes: Alex> hi folks. (Sorry for the wide distribution, this question seems to span Alex> both the JSP and taglib realm). Alex> I'm having a problem with the interaction of a taglib BodyTag and a Alex> jsp:include action (or an equivalent t

How can i make my WebLogic Server 4.5 for supporting JSP 1.1 Specs?

2000-01-09 Thread Rajiv Kumar Bandaru
Hi Guys,   I'm having weblogic Application Server which support only JSP 1.0 Specs .How can I make the Server for Supporting JSP 1.1 Specs?   Thanks in Advances Rajiv

Re: How can i make my WebLogic Server 4.5 for supporting JSP 1.1 Specs?

2000-01-09 Thread Attili Srinivas
I dont know what u r refering to but if it is about properties to set to support JSP here it is In your weblogic.properties file set the following weblogic.httpd.register.*.jsp=\ weblogic.servlet.JSPServlet weblogic.httpd.initArgs.*.jsp=\ and there are other options to set compileCommand,work