| View: | [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 | 2002 | 2001 ] |
| Articles |
- Writing Java Servlets to Produce XHTML Code That References External SVG Files by Richard G. Baldwin - [Clicks: 25]
Learn how to write servlets that produce XHTML output containing references to external SVG files. The SVG files may be static, or they may be created on-the-fly during the execution of the servlet.
http://www.developer.com/java/ent/article.php/3684126 - Jun, 2007 - Using Java to Produce SVG Code in XHTML Data by Richard G. Baldwin - [Clicks: 9]
Learn how to write Java code to produce XHTML files containing in-line SVG/XML code. Also learn how to write servlets that produce XHTML output containing in-line SVG/XML code.
http://www.developer.com/java/data/article.php/3676331 - May, 2007 - Pure servlets: Rethink the view by Jason Van Cleve - [Clicks: 21]
For Web pages with dynamic content, JavaServer Pages (JSP) technology is touted as a means of separating the developer's concerns from those of the UI designer. Unfortunately, JSP is too complex for many designers, so Java developers tend to handle the JSP code themselves, often with unsatisfactory results. This article demonstrates the advantages of an unorthodox alternative: using simple helper objects to build a Web interface based on servlets alone.
[Includes sample code]
http://www-128.ibm.com/developerworks/java/library/j-pureserv/index.html - Mar, 2007 - The SIP Servlet Programming Model by Nasir Khan - [Clicks: 33]
This article is about the SIP servlet programming model, a model based on the SIP Servlet Specification for programming SIP applications. The article covers the SIP servlet container and SIP servlet API details. After reading this article you will be able to understand and appreciate the design motivations of the SIP servlet container. You will also learn about the various API constructs and how they can be used to create powerful SIP applications.
http://dev2dev.bea.com/pub/a/2006/12/sip-programming-model.html - Jan, 2007