aspose file tools
The moose likes XML and Related Technologies and the fly likes Castor is good but have some doubts... Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » XML and Related Technologies
Reply Bookmark "Castor is good but have some doubts..." Watch "Castor is good but have some doubts..." New topic
Author

Castor is good but have some doubts...

ankur rathi
Ranch Hand

Joined: Oct 11, 2004
Posts: 3829
Hi,
Finally I am using Castor for my project. The reasons are it is very easy to use (one line code for code generation & one line code for parsing the xml file & storing it into generated java objects), jar files are easily available (for JAXB, we have to download whole 16 MB package (though I am not sure in this)), not found any major drawback.

But I have some minor problems in this:
1] By default, it generates Vector for storing list of items, How can I fource it to generate ArrayList instead of Vector.
2] It generates descriptor file for every class, what is the purpose of this class.

Please solve my doubts.
Thanks a lot.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Castor is good but have some doubts...
 
Similar Threads
tricky question
Runtime.exec() problem
Java I/O
Vector with bean:write tag
Chice(drop down) items adding from database