You can throw XSP into the mix as well. XSP and JSP are very, very similar. Have you worked with Cocoon. http://xml.apache.com
Its a free, open source, and you can program XSP with it. Its very cool, and very easy to use. Tony -----Original Message----- From: Xavier Cosyns [mailto:[EMAIL PROTECTED]] Sent: Friday, December 07, 2001 5:13 AM To: [EMAIL PROTECTED] Subject: Re: JSP or Servlet? >JSP or Servlet, which the best option in performance terms? As JSP's are compiled to servlets, I do not think there are big performance isues here, but if you are developing dynamic web pages you will fastly find out jsp's are the way to go, it is faster in development easier to read and easier to modify afterwards. Servlets on the other hand are usefull if you do not do page rendering. So mainly most people use the two in conjunction, anyway I do. Xc, >Thanks in advance. >Regards, >Fabio Martins ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html Visit our website at http://www.p21.com/visit The information in this e-mail is confidential and may contain legally privileged information. It is intended solely for the person or entity to which it is addressed. Access to this e-mail by anyone else is unauthorized. If you are not the intended recipient, any disclosure, copying, distribution, action taken, or action omitted to be taken in reliance on it, is prohibited and may be unlawful. If you received this e-mail in error, please contact the sender and delete the material from any computer. ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
