Re: What is best EJB Server?

2000-04-03 Thread James & Sue Ann Birchfield
Look at EJBoss(now E*Boss) at http://www.ejboss.org. It is a fully opensource package, and very nicely done. You can also get the Orion Server free for non-commercial use(another very nice server). http://www.orionserver.com. = James Birchfield Chief Technolog

Re: extra "returns" in generated page

2000-01-30 Thread James & Sue Ann Birchfield
Have you noticed the same behavior using the XML friendly equivalent? like vice '<%%>'? = James Birchfield Chief Technology Officer [EMAIL PROTECTED] http://www.proteus-technologies.com = > -Original Message- > From

Re: Writing cookie in jsp

1999-12-21 Thread James &amp; Sue Ann Birchfield
I don't have a code snippet available this second, but you can read/write cookies using the request/response streams.  Look at the API for the Cookie class...   ==James M. Birchfield   646 Howards L

Re: What are the options for running JSPs on Apache/Linux ?

1999-11-14 Thread James &amp; Sue Ann Birchfield
I am running Redhat 5.2, Apache 1.3.9, OpenSSL 0.9.4, ApacheJServ 1.0 and GNUJSP 1.0.0, Perfectly stable set up here. Jim > -Original Message- > From: A mailing list about Java Server Pages specification and reference > [mailto:[EMAIL PROTECTED]]On Behalf Of Elan Kaplan > Sent: Sunday,

Re: Apache Configuration for JSP

1999-11-08 Thread James &amp; Sue Ann Birchfield
Go to the gnujsp home pageyou can download the engine and it has docs for installing with apache. > -Original Message- > From: A mailing list about Java Server Pages specification and reference > [mailto:[EMAIL PROTECTED]]On Behalf Of Sameer Karmarkar > Sent: Monday, November 08, 1999

Re: In what ways does JSP score over Servlets ?

1999-01-04 Thread James &amp; 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(