
Java and XML Training - JAXB Tutorial | How to Use XML Binding for Java Using Eclipse This JAXB video tutorial from http://www.fireboxtraining.com/xml-training demonstrates how to generate Java classes from an XML Schema file (.xsd), as well as generate the Javadocs for those classes. We also create a test class with a main method which uses the ObjectFactory class to create a structured document. Using JAXBContext, we then marshal the Java object into XML format.
Additional training videos available on out blog
http://www.fireboxtraining.com/blog http://www.youtube.com/watch?v=Ip0T91q70PA&feature=youtube_gdata_player 0 0
|

Python and XML Training | How to Create XML with Python and ElementTree This Python training tutorial from Firebox Training http://www.fireboxtraining.com/python-training, demonstrates how to create a simple XML file using Python and the xml.etree.ElementTree module. We use Eclipse with the PyDev plugin as our IDE. After creating the XML, we then show the results on the console as well as write the XML to a file on the operating system.
Learn more about Python Training from Firebox, visit
http://www.fireboxtraining.com/python-training
For more Python Training Video Tutorials from Firebox Training, visit
http://www.fireboxtraining.com/blog/python-tutorials/ http://www.youtube.com/watch?v=OAfeQuNhcps&feature=youtube_gdata_player 0 0
|

XML Training Courses - How to Use XML DTD Validation Using Eclipse This XML video tutorial from http://www.fireboxtraining.com/xml-training demonstrates the basic building blocks of XML, as well as validating XML using a DTD (Document Type Definition). We use the Eclipse IDE to view both the XML and DTD files. http://www.youtube.com/watch?v=11D6AtMhLLs&feature=youtube_gdata_player 0 0
|