>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
