|
Getting Started with XSLT Style Sheets and Java Servlets
The world of XSL is moving fast, and developers want to know how this technology can benefit them. The XSL Transformations (XSLT) Working Draft has been evolving for the past year and has now reached a point of near stability. There are already several XSLT processors available, all in development in parallel with the Working Draft.
|
|
What kind of language is XSLT?
What kind of a language is XSLT, what is it for, and why was it designed the way it is? These questions get many different answers, and beginners are often confused because the language is so different from anything they are used to. This article tries to put XSLT in context. Without trying to teach you to write XSLT style sheets, it explains where the language comes from, what it's good at, and why you should use it.
|
|
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.
|