thanks for the advice...
Actually I need to learn java servlet.... Does anyone can recommend me a 
good java servlet book in amazon?

thanks again
Alex







"Shapira, Yoav" <[EMAIL PROTECTED]>
14/08/2002 08:13 a.m.
Please respond to Tomcat Users List

 
        To:     Tomcat Users List <[EMAIL PROTECTED]>
        cc: 
        Subject:        RE: Access Parameter



Hi,

>As JSP are "compiled" as servlets, you can do with JSP everything you
can
>do
>with servlets.

... but you shouldn't. 

JSPs are designed mostly for presentation and some associated logic.
Stuff like "if this field in the database is this value, then show these
values in HTML." 

Servlets are designed for more powerful and involved processing,
back-end "stuff", and not as much presentation. 

Sometimes knowing the conceptual differences between the technologies
and their intended uses can save you a ton of headaches down the road.
While Cedric's comment above has merits, I would say be very careful
before venturing down that path.

Yoav Shapira
Millennium ChemInformatics
This e-mail, including any attachments, is a confidential business 
communication, and may contain information that is confidential, 
proprietary and/or privileged.  This e-mail is intended only for the 
individual(s) to whom it is addressed, and may not be saved, copied, 
printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your 
computer system and notify the sender.  Thank you.

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>


Reply via email to