Atabaque DTDtoBean Plugin - plugin detail
Atabaque DTDtoBean generates JavaBeans from a specified DTD file. You can choose generate standard Java Beans or using Annotations for XStream or Simple, APIs for XML Serialization.
| Plugin owner: |
serge_rehem |
| Website: |
http://dtdtobean.sourceforge.net |
| Added: |
2007-07-02 |
| Last updated: |
2011-04-28 |
| NetBeans Versions: |
6.0, 6.1, 6.5, 6.7, 6.8, 6.9, 7.0 |
| License: |
LGPL |
| Category: |
Code Generation |
| Size: |
N/A |
| Downloaded: |
193 times |
| Rating: |
|
Verifications for NetBeans versions
Plugin is not subject to any verification |
Introduction
The Atabaque DTDtoBean tool is usefull for developers who wants to use mapping between XML Files and Java Beans. There are some really cool XML Serialization tools, like JOX - Java Objects in XML, XStream or Simple, but sometimes it is hard to write the XML corresponding Java Beans by hand.
If the XML file has a corresponding DTD file specifying the XML elements and attributes, you can automatically generate the standard Java Beans, that JOX understands, or optionally choosing generate annotations for using with XStream or Simple. It is a tool for improving coding productivity.
This project was started from a necessity of Atabaque project, so that is the reason for using Atabaque DTDtoBean name.
What's new in this version
The second Atabaque DTDtoBean beta version optionally generate code for Property Change Support in Java Beans, mandatory for using with BeansBinding (JSR 295). Hope you enjoy it!
|
[ You have to be logged in to be able to comment. ]
User Comments
There are no comments yet.
|