Skip to main content

By clicking Submit, you agree to the developerWorks terms of use.

The first time you sign into developerWorks, a profile is created for you. Select information in your developerWorks profile is displayed to the public, but you may edit the information at any time. Your first name, last name (unless you choose to hide them), and display name will accompany the content that you post.

All information submitted is secure.

  • Close [x]

The first time you sign in to developerWorks, a profile is created for you, so you need to choose a display name. Your display name accompanies the content you post on developerworks.

Please choose a display name between 3-31 characters. Your display name must be unique in the developerWorks community and should not be your email address for privacy reasons.

By clicking Submit, you agree to the developerWorks terms of use.

All information submitted is secure.

  • Close [x]

Code generation using XSLT

Build a flexible framework with open source tools

Leigh Dodds (leigh@xmlhack.com), Developer and editor, Ingenta, Ltd.
Photo of Leigh Dodds
Leigh Dodds is currently employed as an Engineering Manager at Ingenta. He has been developing applications on the Java platform since 1997, and has spent the last four years working with XML and related technologies. Leigh is also a contributing editor to xmlhack, and between February 2000 and June 2002, wrote the weekly "XML-Deviant" column for XML.com. He holds a Bachelors degree in biological Science, and a Masters in computing. As being the father of a lively 18 month old (Ethan) is a full-time job in itself, Leigh currently spends his copious amount of free time investigating how to improve the speed of manufacturing of Round Tuits, which he believes will revolutionize the parenting business.

Summary:  The automated generation of code, when applied correctly, can be a powerful engineering technique. This tutorial provides a basic introduction to code generation concepts, and in particular introduces XSLT as a code generation tool. The tutorial also discusses the limitations of XSLT when generating code, and demonstrates how to compensate for some of these issues using a flexible framework built with open source tools, such as Ant and Jalopy. This simple but powerful framework can be applied to the generation of many different types of code.

Date:  28 Apr 2003
Level:  Introductory PDF:  A4 and Letter (113 KB | 31 pages)Get Adobe® Reader®

Activity:  10626 views
Comments:  

Summary

Tutorial summary

This tutorial has demonstrated how you can use XSLT, controlled by the Ant build tool, to automatically generate both Java code and XSLT transformations.

The tutorial began by introducing the basic concepts behind code generation, reviewing its benefits and the advantages of using XML and XSLT to implement little languages that can be used to drive code generation processes. Also reviewed were some of the limitations of XSLT you might encounter when applying it to code generation, with a proposal that embedding the transformation within a build framework (such as Ant) can eliminate some of these limitations.

The remainder of the tutorial covered, in detail, two separate examples. The first of these explored the use of XSLT to generate Java code using a Bean Markup language. This example introduced the use of Ant, showing how you can use its sophisticated task management to control the multi-step processes required to generate, format, and ultimately compile Java code. The Jalopy source code formatter was also introduced as a means of applying consistent formatting to Java source code, removing the need to attempt this using XSLT.

The last section of the tutorial introduced the concept of meta-stylesheets -- XSLT transforms that generate other XSLT transforms. The XSLT technique of namespace aliasing was discussed as an essential part of implementing these transformations. The examples showed how you could map an Element Filter language describing operations to be carried out on XML elements to an XSLT implementation -- first by hand, and then using the meta-stylesheet technique. Again, Ant was used as a means to tie together the multi-step process by making the main filter transformation dependent on the meta-stylesheet transformation.

You can easily extend the techniques and framework introduced in this tutorial for use in generating other kinds of source code. You can also adapt them to the processing of more complex little languages that would allow the generation of more sophisticated Java code, including complete applications as well as more powerful XSLT transformations.

To learn more about how code generation is being used in real projects, consult the Resources for pointers to more information. For example, Schematron is a little language for validating XML documents implemented using XSLT and meta-stylesheets. The Cocoon project also includes a code generator that's used to convert XML documents, known as XML Server Pages, into Java code suitable for plugging into the Cocoon framework.

7 of 10 | Previous | Next

Comments



Help: Update or add to My dW interests

What's this?

This little timesaver lets you update your My developerWorks profile with just one click! The general subject of this content (AIX and UNIX, Information Management, Lotus, Rational, Tivoli, WebSphere, Java, Linux, Open source, SOA and Web services, Web development, or XML) will be added to the interests section of your profile, if it's not there already. You only need to be logged in to My developerWorks.

And what's the point of adding your interests to your profile? That's how you find other users with the same interests as yours, and see what they're reading and contributing to the community. Your interests also help us recommend relevant developerWorks content to you.

View your My developerWorks profile

Return from help

Help: Remove from My dW interests

What's this?

Removing this interest does not alter your profile, but rather removes this piece of content from a list of all content for which you've indicated interest. In a future enhancement to My developerWorks, you'll be able to see a record of that content.

View your My developerWorks profile

Return from help

static.content.url=http://www.ibm.com/developerworks/js/artrating/
SITE_ID=1
Zone=XML
ArticleID=138215
TutorialTitle=Code generation using XSLT
publish-date=04282003
author1-email=leigh@xmlhack.com
author1-email-cc=dwxed@us.ibm.com

Tags

Help
Use the search field to find all types of content in My developerWorks with that tag.

Use the slider bar to see more or fewer tags.

Popular tags shows the top tags for this particular content zone (for example, Java technology, Linux, WebSphere).

My tags shows your tags for this particular content zone (for example, Java technology, Linux, WebSphere).

Use the search field to find all types of content in My developerWorks with that tag. Popular tags shows the top tags for this particular content zone (for example, Java technology, Linux, WebSphere). My tags shows your tags for this particular content zone (for example, Java technology, Linux, WebSphere).

Try IBM PureSystems. No charge.