--- "Kyes, Mark" <[EMAIL PROTECTED]> wrote: > Thanks for the reply... If one was to do this.. > would you be inclined to model the jdo > implemetation? > or where would one start.. I dont mind doing the > work and submitting it... a pointer in the right > direction would be great..
Basic move is to locate module, which does most similar thing[s] and look how it's done. For example, you need to generate IDL for your beans. 1. You need set of tags to tag your classes. If there are generic tags, use them if not - create your own [ask on the developer list when in doubt] [ creating them also includes writing formal xml descriptor...] 2. You will need subtask which performs actual template generation ( look at the existing ones ) 3. You will need templates ( look at the existing ones ) 4. You will need taghandlers ( you know where to look already :) ) If your goal is simple per class / per class group generation AND you can live with existing tagnhandlers you may go without own subtask - just use generic template subtask and existing taghandlers. Also, just checkout code from CVS repository, and go hack :) [ and do not forget to subscribe to devel lists, such questions are best asked there ] regards, ===== Konstantin Priblouda ( ko5tik ) Freelance Software developer < http://www.pribluda.de > < play java games -> http://www.yook.de > < render charts online -> http://www.pribluda.de/povray/ > __________________________________________________ Do you Yahoo!? HotJobs - Search new jobs daily now http://hotjobs.yahoo.com/ ------------------------------------------------------- This sf.net email is sponsored by: See the NEW Palm Tungsten T handheld. Power & Color in a compact size! http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0001en _______________________________________________ Xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
