|
Servlets and XML: Made for each other
Find out how Java servlets and XML work together to generate an XML document and DOM tree and interface with a database. This article includes a couple of useful techniques: using HTTP parameters to control processing and generating a DOM tree without an XML source document.
|
|
Configuring servlets using XML servlet configuration
The Application Server Version 2.0 provides a set of APIs for setting servlet configuration parameters without using the Application Server Manager.
|
|
PERSPECTIVE ON TECHNOLOGY: JAVATM SERVLET API AND XML
August 15, 2000 -- Dynamic, database-driven web content has become critical to improving efficiency and productivity. Although there are many techniques to generate and present dynamic web content, the most flexible and promising combines eXtensible Markup Language (XML) and JavaTM Servlets.
|
|
Developing, Applying and Optimizing XSLT with Java Servlets
This article explains the basic patterns and programming techniques commonly used when XSL Transformations (XSLT), Java Servlets, and XML are combined to create sophisticated web applications.
|
|
Add XML to your J2EE applications
J2EE, as a multitier enterprise application framework, currently remains incomplete by relying on HTML as its presentation layer, limiting the target audience largely to Web browsers. In this article, Eoin Lane proposes an open source replacement for the J2EE presentation layer by building an XML-aware application server with a fully operational end-to-end solution.
|
|
Dynamic XML in COOCON
Web publishing is very limited without the ability to create dynamic content. By dynamic XML we mean the content that is created as a function of request parameters or state of the requested resource. For this reason, a lot of work and design has been put into Cocoon to allow dynamic XML content to be generated.
|