XML.com: XML From the Inside Out
oreilly.comSafari Bookshelf.Conferences.

advertisement
 Resource Guide -> Java Beans, Java, IBM -> XML Master

XML Master

Date: Dec. 12, 2000
Link: http://www.alphaworks.ibm.com/tech/xmas
Source Author or Organization: IBM alphaWorks

XML Master (XMas) is a tool that allows developers to design and generate custom JavaBeans that process specific XML vocabularies.

The tool consists of the XMas Application and the XMas Bean Suite.

The XMas application is an editor for making custom JavaBeans to work with XML documents that conform to a certain Document Type Definition (DTD). The XMas Bean Suite is a collection of JavaBeans that can be used for modeling XML structures and getting access to their parts via XML-oriented Graphical User Interface (GUI) components.

After developing the structure of your JavaBean, XMas can create the necessary Java code and place it a .jar file that can be imported into an Integrated Development Environment (IDE), such as Visual Age for Java.