[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [OT] Java Server Pages for apache
- From: Jason Costomiris <jcostom jasons org>
- To: redhat-list redhat com
- Subject: Re: [OT] Java Server Pages for apache
- Date: Fri, 1 Sep 2000 17:25:26 -0400
On Fri, Sep 01, 2000 at 01:40:51PM -0700, Michael Ghens wrote:
: I have set up jserv before. Major pain.
Major pain? Huh? The RPM builds really easily... You can then install
gnujsp for a servlet 2.0/jsp 1.0 environment.
: Looking into setting up Java Server Pages. There are several
: implementations. Any sugguestions?
If you want to go "leading edge", go for Tomcat, from
http://jakarta.apache.org/. Servlet 2.2/JSP 1.1. It's FAST too...
Tomcat generates "good" servlets too from the JSPs. Most JSP engines
take the "non-java" parts of the JSP, and do an out.println() with the
HTML parts of the JSP. I actually saw a *major* player in the JSP
app server market that rather than doing that, creates char[] arrays
and populates them one char at a time for the HTML. Crazy, huh???
--
Jason Costomiris <>< | Technologist, geek, human.
jcostom {at} jasons {dot} org | http://www.jasons.org/
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]