[geeks] You Are in a Maze of Twisty Tunnels...
Matty
mattyml at bellsouth.net
Mon Dec 16 10:28:20 CST 2002
On Mon, 2002-12-16 at 10:59, Joshua D Boyd wrote:
> On Sun, Dec 15, 2002 at 04:03:57PM -0600, Jonathan C. Patschke wrote:
>
> > But the alphabet soup of J2EE is making my head hurt. Do I want
> > servlets or Java Server Pages? Session beans or Enterprise Java Beans?
>
> Figuring out the whole J2EE thing is on my list of things to do. But in
> the mean time, JSP sounds really bad to me. Take something similar to
> ASP (but with Java instead of javascript), and have the web server
> compile the JSP file to a .class file on the fly? Sure, a server should
> be able to cache the files once compiled, but still.
>
The JSP is munged into a servlet, and executed by the web
container/servlet engine. This is only occurs (At least with
Tomcat/iPlanet) the first time a JSP is invoked. JSP is
actualyl a great piece of technology, and is not web server
specific (ASP for the most part is, though Chilisoft is
supposed to provide the ability to run ASPs on different
platforms).
> --
> Joshua D. Boyd
> _______________________________________________
> GEEKS: http://www.sunhelp.org/mailman/listinfo/geeks
--
Ryan Matteson - UNIX Administrator
GPG ID: 1B52A210 2002-12-01 Ryan Matteson (Primary Key Pair)
<matty91 at bellsouth.net>
Public Key: http://www.daemons.net/~matty/public.asc
Detached Digital Signature: http://www.daemons.net/~matty/public.sig.asc
Fingerprint = A0B1 298E 29C4 3F26 01D5 EDFC 3D62 281F 1B52 A210
More information about the geeks
mailing list