News

Then, you can transport the database in XML and transform it to HTML through an XSLT transformation. In this article, I'll provide an example of site content and demonstrate how XML and XSLT can ...
An XML publishing framework, Cocoon uses XML and XSLT to build server-side applications. Its pipeline-based architecture makes it easy to separate content and logic, and to interact with many ...
In order to process an XML document, a Java application will typically use the Document Object Model (DOM) API as standardized by the W3C. In this article, André Tost shows that the XSLT and ...
The long awaited releases of JavaServer Faces TM (JSF) version 1.0 and JavaServer Pages TM (JSP) version 2.0 promise to transform the way J2EE developers build Web applications. Meanwhile, Extensible ...
I'm working with XSLT for the first time, and while most of the (simple) things I've needed to do have been easy to learn, I'm having some trouble with this one part. I need to print a string as a ...
This MySQL hibernate.cfg.xml example includes optional settings to generate and format SQL as well as an instruction to create database tables if any entity beans require them. You can find the source ...