• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

xdoclet features

 
Ranch Hand
Posts: 686
Mac
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Till now what I know xdoclet can be used for making for home,remote,local interface for bean. But as I am aware it is just not limited to this. It contains lot of other functionality too. Can any body more information on this?
 
Ranch Hand
Posts: 7729
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This reference may help (when it comes out): XDoclet in Action
You can also buy the PDF version direct from the publisher.
 
Author
Posts: 367
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I second the recommendation for that book. But I may be a bit biased.
Seriously, if you want to see what types of things you can do with XDoclet, look at the table of contents. For example, going beyong EJB, XDoclet can generate code for servlets, tag libraries, struts, JMX, web services, JDO, Hibernate, etc...
If you want to see HOW to use some of those non-EJB tasks then you can get started by looking at the XDoclet web site. http://xdoclet.sourceforge.net
But, you'll probably won't find too much documentation out there. That was one of the major motivations Craig and I had for writing the XDoclet book. Since nobody else was providing documentation, we did it ourselves.
 
Barry Gaunt
Ranch Hand
Posts: 7729
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hey Norman, when do you hope to get Appendix A out on the MEAP pre-release?
-Barry
 
author
Posts: 422
13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Barry Gaunt:
Hey Norman, when do you hope to get Appendix A out on the MEAP pre-release?
-Barry


I'll take this one...The typesetter has been very busy getting the final tweaks in place for the book to go to the printer and hasn't gone back to finish out the MEAP stuff. Now that our book is at the printer, perhaps he'll find time to finish it up and have the appendices in MEAP very soon. (But then again, there's this holiday weekend, so who know?)
 
Barry Gaunt
Ranch Hand
Posts: 7729
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Craig, I'm so looking forward to this book.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic