CHAPTER 12XML, Java, and GAE

In This Chapter:

• Java-XML Binding Tools

• Java and Google App Engine (GAE)

• Java and GAE Code Samples

• Java/GAE Clouds and Alternatives

• A Java AppEngine Integrated Example

This chapter focuses on the tools and technologies that can assist you in managing XML-based documents in Java and in Google App Engine (GAE). Fortunately, GAE provides support for XML processing that includes Document Object Model (DOM), SAX, and XSLT. Although it is conceptually simple to manage the DOM of an XML document, your application-specific requirements may involve complex manipulation of XML documents, so it is important to learn about the tools that exist, the XML-related processing capabilities that they possess, and the level of effort ...

Get Web 2.0 Fundamentals: With AJAX, Development Tools, and Mobile Platforms now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.