Ann: Orion Application Server 1.0

2000-06-05 Thread Magnus Stenman
We are proud to announce the availability of Orion Application Server 1.0. Orion provides an implementation of the full Java 2 Enterprise Edition specification. It was the first commercially available full implementation of the J2EE specification. Except for this the new version also includes

Ann: Orion Application Server 0.9.0 released with full J2EE support

2000-02-01 Thread Magnus Stenman
for RMI (for firewalls) As of now it is available for download and purchase. You can download a full version at http://www.orionserver.com Regards, Magnus Stenman and Karl Avedal The Orion team === To unsubscribe: mailto

Re: Looking for a java.security.acl database implementation...

1999-11-29 Thread Magnus Stenman
rast to reinventing the wheel for every app. Just make sure to keep the container-specific interaction abstracted so it's pluggable. /vendor Pardon the ranting, have a nice day! :) /Magnus Stenman, the Orion team === To unsubsc

Re: about getContext

1999-11-26 Thread Magnus Stenman
security reasons). The second part of his statement would return null though if there's no resource associated with that URI (file or servlet/other-mapping). Have a nice day! :) /Magnus Stenman, the Orion team Orion Application Serve

Re: Problem in using RequestDispatcher

1999-10-27 Thread Magnus Stenman
the Servlet 2.2 and JSP 1.1 API. Hope it helps :) /Magnus Stenman, the Orion team http://www.orionserver.com Hi, When I try use RequestDispatcher to forward to another page I get a compilation error (Class RequestDispatcher not found). I have got JSDK2.0, Orion Web Server and JDK 1.2.2

Re: Getting the Locale from the Browser

1999-10-27 Thread Magnus Stenman
Hi, use request.getLocale() in the Servlet 2.2 API. If you're stuck with 2.1 or less then try to parse the Accept-language header, this wont take care of logged in users preferences (overriding the browser's preferences) and similar things though. Good luck! /Magnus Stenman, the Orion team http

SV: JSP to EJB

1999-10-07 Thread Magnus Stenman
Here is a simple example of a "clean" way to do it: http://www.orionserver.com/examples/jsp/ejbtag/simple.jsp /Magnus Stenman, the Orion team - Original Message - From: Shridharan Gopalan [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, October 07, 1999 4:11 PM Su

[ANN] Orion Application Server JSP 1.1 Servlet 2.2 support

1999-10-04 Thread Magnus Stenman
this month, will support the full J2EE platform. For more information, please visit http://www.orionserver.com or send an email to [EMAIL PROTECTED] Magnus Stenman and the Orion team === To unsubscribe: mailto [EMAIL

Re: JSP on Linux

1999-10-04 Thread Magnus Stenman
on use due to downtime). Hope it helps! :) Magnus Stenman, the Orion team - Original Message - From: Raghu Havaldar [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, October 04, 1999 3:56 PM Subject: JSP on Linux Hi, Has anybody been able to work with JSP with Apache on Linux ? Am usi

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

1999-10-04 Thread Magnus Stenman
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 support Greetings! We

SV: Re: Inter servlet comm and Session

1999-07-21 Thread Magnus Stenman
ance); } return instance; } } ... singletons are useful as "generic/immutable object factories" though, but it didnt sound like that was the case in this post, this approach also has the benefit of the created objects being usable automatically as application-scope beans in JSP-pages. H

Re: 1.0 compatability suite?

1999-06-07 Thread Magnus Stenman
mainly due to it being such a new spec). Our hands are pretty tied because we don't exactly fit in the "neutral" category, but we'd still very much like them to exist. /Magnus Stenman Orion WebServer - http://orion.evermind.net On Tue, 8 Jun 1999, Richard Vowles wrote: Is

Re: A Compatibility Proposal

1999-05-08 Thread Magnus Stenman
just that in it's 1.0 implementation. We have not removed the 0.92 tags, but rather moved them to jsp: as you suggested, we use jsp:includeIf/jsp:excludeIf though (note the casing, tags are case sensitive in the 1.0 spec). /Magnus Stenman Orion WebServer - http://orion.evermind.net

Re: A Compatibility Proposal

1999-05-08 Thread Magnus Stenman
in the 1.0 spec. Sure, 1.1 will have the extensible tags library functionality (which is a *great* idea by the way), but we think the loop, includeIf etc tags should be "core" anyways - not an extension. /Magnus Stenman Orion WebServer - http://orion.evermind.net -Original Message---

Re: [ANN] CF_Anywhere beta 4

1999-05-04 Thread Magnus Stenman
definition). EJB is (well, can be) that application and the two of them (EJB JSP) makes a nice pair. For instance you can pass entity beans to the JSP page which can display them "right away" via bean properties in a nice and structured manner. Hope that explains what I meant :) /Magnus Ste

Re: [ANN] Orion JSP 1.0 support

1999-05-04 Thread Magnus Stenman
uot; (from people interested in beta testing etc) from Early adopters of JSP. Have a nice day! /Magnus Stenman - Evermind Orion WebServer - http://orion.evermind.net === To unsubscribe, send email to [EMAIL PROTECTED] a

ELSE tag

1999-04-27 Thread Magnus Stenman
Condition failed! /INCLUDEIF (We are sorry if this has been discussed before on this list and has slipped us by) /Magnus Stenman Orion WebServer - http://orion.evermind.net === To unsubscribe, send email to [EMAIL PROTECTED

Re: Any large scale implementations ?

1999-04-27 Thread Magnus Stenman
implementations samples did a good job of testing an implementations compliance, but far from "100%". I wonder if there will be more comprehensive "analasys samples" in the final spec + reference implementation. /Magnus Stenman Orion WebServer - http://orion.evermind.net -Origin

Re: Question about PLACEHOLDER attribute in DISPLAY tag

1999-04-26 Thread Magnus Stenman
I'd really like the later interpretation, but it seems JRun will only use the PLACEHOLDER value if I specify a bad property. Do other JSP implementations use the PLACEHOLDER value when a property with a null value is encountered? Yes, Orion does at least. /Magnus Stenman http

Re: ERRORPAGE directive

1999-04-26 Thread Magnus Stenman
No, the ERRORPAGE directive only concerns runtime errors, not compilation errors. At least that is how it's implemented in Orion and apparently in the reference implementation too. I'm glad to hear that the reference impl acts the same (that we interpreted the spec correctly). :) /Magnus Stenman

Re: Working?

1999-04-15 Thread Magnus Stenman
Okie, thanks for the help, any previous mails has not gotten thru though, because I just recieved a copy of my original mail (asking if it got thru), and thats the only copy i've gotten from this list (from any of my mails). Thanks again for the help :) /Magnus Stenman http://orion.evermind.net

Re: tagext missing from jswdk-1.0.1

1999-01-02 Thread Magnus Stenman
/development. /vendor Have a nice day! :) /Magnus Stenman, the Orion team Hi all, I am very new to Java and trying to start with JSP. I got everything to run except when I am trying to run the custom tag handlers. I have downloaded the simple examples from java.sun.com/products/jsp/... which