Stax provides easy deployment of test and production environments, a local development model, and strong integration with existing development tools, frameworks, and processes. Get Started * Jump start your development with built-in application templates for popular Java technologies including Struts, GWT, Wicket, JRuby on Rails, Jython, Adobe Flex and ColdFusion * Create the MySQL databases required for your application. * Deploy to multiple environments such as test, staging, and production to support your application's lifecycle. Develop * Develop on your workstation using the Stax SDK, which provides a local reproduction of server production environment. * Use any editor or IDE (Eclipse projects are automatically generated for new applications). * Stax Ant plug-ins let you integrate Stax with your existing Java projects. Deploy * Publish applications from your local environment to the Stax cloud on Amazon EC2.
The Streaming API for XML (StAX) allows not only parsing of XML documents but also writing XML documents to an output stream. This tip shows how client applications can use the low-level, cursor-based StAX API to create XML documents efficiently.