--- "Kyes, Mark" <[EMAIL PROTECTED]> wrote: > I'm a newbie to XDoclets and was wondering what the > approach should be to use the XDoclet technology to > generate Toplink Mappings, CORBA IDL and a library > layer. Would XDoclets be the right technology for > this job?
xdoclet can generate a lot of stuff from java source files tagged by appropriate javadoc[-like] tags. This could be generated per class, or per group of classes. Though at the moment ( AFAIK ) there is no explicit CORBA or TopLink support. But you are welcome to develop templates/modules. 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
