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):
- Model-View-Controler for Java Server Pages
- Lessons Learned Doing Java Programming for a Website
- The trouble with Java Server Pages
- Free (and ad-free) servlet hosting
- Servlet Essentials
More like this: design-patterns, java, web-servers, xml.
This entry was written by
Bill Humphries and posted on
October 18, 1999 at 12:00 am and filed under Uncategorized. Bookmark the
permalink. Follow any comments here with the
Atom feed for this post.
Both comments and trackbacks are currently closed.