Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am looking for some source code that, creates Java Classes using, JAXB. I have the Schemas, and the XML file. Or any tutorial on JAXB if possible. thx

share|improve this question

3 Answers

Um, http://jaxb.java.net/tutorial/.

share|improve this answer

Check out my blog for JAXB examples:

share|improve this answer
This is a nice blog! – Costis Aivalis Feb 18 '11 at 8:27
  1. The ICEfaces Tutorial link
  2. The Roseindia Tutorial link

Both have sample code and are short and simple, to get you started.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.