Servlet Programming for Teams

[ via XML.com ] Another approach to separating presentation from logic in server side programming (Java, in this case.) Java Server Pages don’t solve the problem of intermixed HTML and source on the same page. The author suggests inheriting a subclass of httpServlet that pipes its output through an XML parser, then building servlets which generate XML instead of HTML.

Possibly Related posts (machine generated):

  1. Model-View-Controler for Java Server Pages
  2. Lessons Learned Doing Java Programming for a Website
  3. The trouble with Java Server Pages
  4. Free (and ad-free) servlet hosting
  5. Servlet Essentials

More like this: , , , .