> How different is it from creating an XDoclet 1 > plugin? I am contemplating > the purchase of the XDoclet book by Manning, and > that covers 1.0, so if I > learn 1.0 will it be a waste of time (in other > words, is the API completely > different, or just simplified)?
It's completely different, but much easier - so purchase of the book will not help you :) As you may have seen, plugins are kept in separate project on sourceforge ( http://www.sourceforge.net/projects/xdoclet-plugins ) There is also already ejb plugin - but quite orphaned. It may serve as good starting point. Basically there are 2 types of plugins - based on jelly ( good for xml production ) and on velocity ( java source ) Another new feature is self-validating and formally defined tags (impls generated with xdoclet of course) Build environment also encourages unit testing. There is mailing list in SF project which is dedicated to plugin development. We are here a bit off-topic, since it is XD core list. So I suppose we move further discussion there ( I'm also subscribed ;) ) regards, ----[ Konstantin Pribluda http://www.pribluda.de ]---------------- JTec quality components: http://www.pribluda.de/projects/ ____________________________________________________________________________________ Looking for last minute shopping deals? Find them fast with Yahoo! Search. http://tools.search.yahoo.com/newsearch/category.php?category=shopping --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
