As I plan to start developing some web applications I learned a little about servlets. Taking the subject of generating dynamic contents as HTML page is a problem with servlet because you are forced to mix two types of work: - the code that accesses the data sources (eg databases or EJBs ) - the code that build the HTML page to display it So the web design is mixed with data access methods. As a solution for this problem Sun proposes JSP (Java Server Pages ). I wold like to hear some opinions on it. Also: how are servlets related to JSP ? Olek ___________________________________________________________________________ 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
