XDoclet

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

Articles
Examples
Interview Transcripts
  Presentations
Tutorials
  

Articles:
  • Code Smarter, Not Harder, With Xdoclet by David Thurmond   - [Clicks: 47]
    With the large amount of grunt work required to code EJBs and J2EE configuration files, XDoclet is a great way to save time and effort. See how you can generate descriptor files, code, and HTML from doclet tags.
    http://www.developer.com/java/ejb/article.php/3102481 - Oct, 2003
  • Code-Generation Techniques for Java by Jack Herrington   - [Clicks: 49]
    Code generation is another link in the evolutionary chain of increasing abstraction. With it, you will quickly produce higher quality code, and thus be able to respond to changing requirements with ease. This is the true power of modern code generation.
    [Discuss this Article]
    http://www.onjava.com/pub/a/onjava/2003/09/03/generation.html - Sep, 2003
  • Take XDoclet Even Further by Erik Hatcher   - [Clicks: 51]
    You've seen how to exploit XDoclet's Struts capabilities, validate forms, and map actions. In this last installment see how to use XDoclet tags for customizing templates.
    http://www.ftponline.com/javapro/2003_07/online/ehatcher_07_25_03/ - Jul, 2003
  • Form Validation and Action Mapping by Erik Hatcher   - [Clicks: 95]
    XDoclet is a tool worth considering when employing automated generation in your Struts development. Whether you work with Struts, see XDoclet's versatility firsthand.
    http://www.ftponline.com/javapro/2003_07/online/ehatcher_07_21_03/ - Jul, 2003

[Top]

Examples:
  • xPetstore by Herve Tchepannou, Brian McSweeney, James Cooley   - [Clicks: 502]
    xPetstore is a re-implementation of Sun Microsystem PetStore based on xDoclet. This demo application demonstrate how to use open source frameworks to build WODRA (Write Once, Deploy and Run Anywhere) J2EE applications.
    [xPetstore has been implemented using 2 differents approaches: 1) A pure EJB solution based on JSP, Struts, Sitemesh, EJB 2.0 and CMP 2.0, 2) A Servlet solution based on Velocity, WebWork, Sitemesh, POJO and Hibernate.]
    http://xpetstore.sourceforge.net/index.html - May, 2003

[Top]

Interview Transcripts:

[Top]

Presentations:

[Top]

Tutorials:
  • Use XDoclet to generate Web service support files by Rick Hightower   - [Clicks: 75]
    XDoclet facilitates automated deployment descriptor generation. XDoclet, a code generation utility, allows you to tack on metadata to language features like classes, methods, and fields using what looks like JavaDoc tags. Then it uses that extra metadata to generate related files like deployment descriptor and source code. This concept has been coined attribute-oriented programming (not to be confused with aspect-oriented programming, the other AOP). XDoclet generates these related files by parsing your source files similar to the way the JavaDoc engine parses your source to create JavaDoc documentation.
    [Formats: HTML, PDF, Zip]
    http://www-106.ibm.com/developerworks/edu/ws-dw-ws-xdoc-i.html - Jun, 2003
  • Enhance J2EE component reuse with XDoclets by Rick Hightower   - [Clicks: 131]
    This tutorial shows J2EE developers how to use XDoclet to speed development. XDoclet simplifies continuous integration between components using attribute-oriented programming. It allows you to radically reduce development time by generating deployment descriptors and support code, allowing you to focus on application logic code.
    [Formats: HTML, PDF, Zip]
    http://www-106.ibm.com/developerworks/edu/ws-dw-ws-j2x-i.html - May, 2003

[Top]