Hello,
I would like to know if anyone is aware of design methods that are
specific to Java Servlets. Basically i need to design my servlets so that
i can
1. Separate my business logic from the presentation
2. Incorporate features like extensibility (that is if i have a servlet that
generates a report that takes data from a database, i should be able to
easily add another type of report. probably use of interfaces and abstract
base classes would help ??)
3. And i should be able to incorporate these design features without using
any third-party java packages (like the one from Webmacro.com for using
Model-View-Controller like design)
JSP could be an alternative, but for reasons specific to my application,
i can not go for JSPs. Any specific articles/code/websites/documents would
be helpful.
Thanks,
Suresh
___________________________________________________________________________
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