hi there good people!! in an MVC architecture, i'm sort of using servlets as my view, i've been basically using them to build templates of web pages, and them have some not web-application specific classes doing all the business logic and/or database connections. but i've been told that is wrong, that servlets should take care of the logic, and that i should have .jsp doing the presentation... but i also heard (from a someone who's opinion i respect) that .jsp are just as reliable as .asp (which is not very impressing). so what should i do... continue developing using servlets as templates (and some front end validation) or change it all (while still in time) and use jsp together with servlets. thanks in advance for your time.. wills
___________________________________________________________________________ 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
