JSP advatage * separating presentation logic (content presentation) from business logic (content generation) * the JavaServer Pages technology makes it easy for both the Java programmer and the Web page designer to create HTML pages with dynamic content. Programmer implements the logic, the other does the style. * can easily access to java APIs, Applets, Java-Applcations, Beans, EJB * it is an adon to the servlets. JSP disadvantage * one layer more in the development patrick -----Urspr�ngliche Nachricht----- Von: Lalith Jayaweera [mailto:[EMAIL PROTECTED]] Gesendet am: Donnerstag, 27. Januar 2000 04:56 An: [EMAIL PROTECTED] Betreff: JSP/Servlets Comparison!!!!!!!!!!!!!! Hi, Can anybody please point out the advantages and also disadvantages of using Java Server Pages with compared to Java Servlets( currently am using Java servlets 2.1). Does it mean that java servlets are obsolute(Old) now and we should move to JSP, What are the new features that JSP has with compared to Java Servlets. Thanks in Advance lalith ___________________________________________________________________________ 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
