I highly recommend the following book to get you started on JSP
http://www.manning.com/Fields/index.html

One interesting thing is that the book discusses an "Octopus" architecture.
In which, an intelligent central servlet does the bulk of the processing,
and then passes control off to a JSP "tentacle" for minor alterations and
display. Sound familiar? ;-)

Another, good book is: http://www.coreservlets.com/

As for an app server I recommend Resin (www.caucho.com)
Its fast, easy to install, and free (for non-commercial use)
or you could of course use Allaire/Macromedia's JRun.

----- Original Message -----
From: "Shane Witbeck" <[EMAIL PROTECTED]>
To: "Fusebox" <[EMAIL PROTECTED]>
Sent: Thursday, January 18, 2001 9:07 PM
Subject: JSP vs. CF


> I am an experienced CF developer looking to start using JSP as an
> alternative. Can anyone recommend any good resources outlining differences
> between the two and learning JSP?
>
> Sincerely,
>
> Shane Witbeck
>
>
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to