Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Java > Generate Java code with javadoc comments using Castor

Reply
Thread Tools

Generate Java code with javadoc comments using Castor

 
 
veerleverbr@hotmail.com
Guest
Posts: n/a
 
      07-07-2005
Hi,

I use Castor to generate my business objects from an XML schema. The
code for this is:

SourceGenerator srcGen = new SourceGenerator();
srcGen.generateSource("path-for-xsd-file", "target-package");

Is it possible to configure Castor in some way so that it adds basic
javadoc comments in de generated classes?

Veerle

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Canonical ordering of javadoc comments Roedy Green Java 2 05-05-2009 01:27 PM
Eclipse and Ant with Struts: how to combine to generate javadoc api, how to map struts source to binary code for debugging Merlijn Java 0 03-24-2006 01:47 PM
Associating and using javadoc comments with java elements. sude Java 4 02-25-2006 08:13 PM
[Castor]How to install Castor properly? Sam Hwang Java 0 04-26-2005 08:54 AM
Using Castor to Marshal a Java Class Properly BuddahBelly Java 0 02-24-2004 09:59 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57