XDoclet

View: [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 | 2002 ]

Articles
Books
  Tutorials
  

Articles:
  • Reduce code bloat with XDoclet by Sing Li   - [Clicks: 74]
    The open source XDoclet code-generation engine, an integral part of many leading Java frameworks, is often heralded as an enabler for attribute-oriented programming and continuous integration. But XDoclet also has an undeserved reputation for being difficult for beginning developers to grasp and master. In this article, the ever-popular Sing Li takes on XDoclet and reveals the simple yet elegant design at its heart, enabling you to understand the technology and put it to productive use.
    [Includes source code]
    http://www-106.ibm.com/developerworks/java/library/j-xdoclet/ - Oct, 2004
  • Creating EL-Aware Taglibs Using Xdoclet by Felipe Leme   - [Clicks: 29]
    Passing dynamic values to taglibs via the JSP expression language (EL) is convenient, but is hard on the taglib developer and is therefore little-supported. Felipe Leme shows how code generation might solve that problem.
    [Includes source code]
    http://today.java.net/pub/a/today/2004/06/18/el-taglib.html - Jun, 2004
  • XDoclet Meets Eclipse: Code Generation Made Easy by Javid Jamae, Kulvir Singh Bhogal   - [Clicks: 89]
    In an earlier article, you learned how to use an Eclipse plugin that supports XDoclet to administer a JBoss application server. Now, take it to the next level: Learn how to use the XDoclet plugin to generate code via a simple servlet-driven, EJB-based example.
    http://www.devx.com/Java/Article/20578 - Mar, 2004

[Top]

Books:
  • Professional Java Tools for Extreme Programming: Ant, XDoclet, JUnit, Cactus, and Maven  by Rick Hightower, Warner Onstine, Paul Visan, Damon Payne, Joseph D. Gradecki, Kate Rhodes, Robert Watkins, Erik Meade   - [Clicks: 199]
    The Extreme Programming (XP) methodology enables you to build and test enterprise systems quickly without sacrificing quality. In the last few years, open source developers have created or significantly improved a host of Java XP tools, from XDoclet, Maven, AntHill, and Eclipse to Ant, JUnit, and Cactus. This practical, code-intensive guide shows you how to put these tools to work - and capitalize on the benefits of Extreme Programming. Using an example pet store application, our expert Java developers demonstrate how to harness the latest versions of Ant and XDoclet for automated building and continuous integration. They then explain how to automate the testing process using JUnit, Cactus, and other tools, and to enhance project management and continuous integration through Maven and AntHill. Finally, they show you how to work with XP tools in the new Eclipse IDE. Complete with real-world advice on how to implement the principles and practices of effective developers, this book delivers everything you need to harness the power of Extreme Programming in your own projects.
    Wrox, Paperback - Apr, 2004

[Top]

Tutorials:
  • Hibernate - XDoclet Tutorial by Pascal Betz   - [Clicks: 1666]
    The tutorial covers the generation of Hibernate mapping files with XDoclet. If you are new to the Hibernate/XDoclet combo and want to have a glimpse into the world of ORM tools, then this is for you.
    [Version 1.2]
    http://www.downside.ch/hibernate/ - Dec, 2004
  • Hibernate, Spring, Middlegen, Xdoclet Tutorial by Tyler Pitchford   - [Clicks: 1254]
    This tutorial is built to help java developers get Hibernate, Spring, Middlegen and XDoclet up an running in a timely fashion. When I first began learning Hibernate, Spring, Middlegen, and XDoclet, I was overwhelmed by how large and involved each package was. Literally, there are thousands of files to deal with, vast amounts of jars to wade through, and so many different xml files that it's hard to know where to start.
    http://www.warfrog.com/hibernatetutorial/ - Apr, 2004

[Top]