Download Latest Version jaxbbuilder.2.0.1581.zip (4.4 MB)
Email in envelope

Get an email when there's a new version of JAXB Eclipse Plug-In

Home
Name Modified Size InfoDownloads / Week
jaxb-builder 2011-05-19
README.txt 2011-05-09 2.0 kB
JAXBdemo.swf 2011-05-03 11.5 MB
Totals: 3 Items   11.5 MB 7
JAXB Plugin
======

JAXBBuilder is an eclipse plugin for generating Java classes directly from XML schema,
XML or JSON instance files.
The plugin detects schema or instance document changes and re-generates Java code via Castor API or XJC .
It includes a JAXB project wizard,
JAXB builder and property pages for JAXB configuration.
XML to schema conversion property pages
JSON to schema conversion (via xml)

Create a JAXB project from the Java project group.
Under project properties-JAXB select your code generator either Castor of Native JAXB2.0 via XJC*
Note* If using JAXB2.0 XJC you must sepcify the full path to the XJC binary; this can be set under window-preferences-JAXB Preferences

From the resources perspective 
The project wizard creates the following directories:

schema	: place your .xsd files here.
jaxb	: the plugin will generate java source into this directory
bin	    : the plugin will place compiled source into this directory
spice	: create source files that you would like to 'spice' up the generated jaxb files (google JAXB Spice)
binding : JAXB2.0 binding files; add any binding xml files here to be included in JAXB2.0 code generation
instance: place your .xml or .json instance files here to have schema generated for them

castor xjc and xsd generation properties can be configured from the properties of the JAXB project.


More information is available at http://www.viewstreet.com/joomla/index.php?option=com_newsfeeds&view=category&id=39&Itemid=80
See some of the demos on youtube
JAXB Builder http://www.youtube.com/watch?v=8jqf0ME6Y1Q
JAXB Spice   http://www.youtube.com/watch?v=Rb3tUoxQBa0

Installation:
	Simply unzip the contents of this zip directly into the plugins/ directory of your 
eclipse installation and restart eclipse. The JAXB Wizard can be found under 'New Project/Java'
options
Note: If the wizard is not available or code generation fails with missing class files; eclipse may need to clean its plugin cache. run eclipse 
with the -clean option.



Source: README.txt, updated 2011-05-09