News

Want to create a Windows application that lets your user edit and view structured data locally without connecting to a remote database? XML is the answer.
For these examples, I have constructed a simple XML file that contains information about several of the astronaut monkeys launched into space by NASA.
The Web was originally intended to make content easily accessible. Today, Web developers focus on style and marketing, but the need to put together content-driven Web sites quickly and easily remains ...
This article provides a simple method for creating valid XML and a simple DOM-like (Document Object Model) parser. This method is useful for small applications that need simple XML functionality ...
David Petersheim explains why XStream is a perfect fit for parsing and writing small, simple XML files. Check out an example in which David shows how you could use XStream to read a configuration ...
The Apache XMLBeans tool inst2xsd is a simple but highly useful tool for generating XML Schema files from source XML. The tool allows different XML Schema design patterns to be employed.
How does Maven simplify Java development? Java’s Apache Maven greatly simplified the development and deployment process. It achieves this result in the following ways: Allowing developers to list ...