This post originated from an RSS feed registered with Java Buzz
by Vinny Carpenter.
Original Post: Streaming API for XML (StAX)
Feed Title: Vinny Carpenter's Blog
Feed URL: http://www.j2eegeek.com/error.html
Feed Description: Welcome to my blog. I am a total Java geek that lives in Milwaukee, making my living as an architect/developer, spending all my time with Java, J2EE, OO, Linux, and open source. In my spare time, when I am not in front of my computers, I spend every other minute with my other loves: My wife, books, music, guitars, Formula-1 racing and StarGate. Check out my blog @ http://www.j2eegeek.com/blog
Just caught this on dev2dev - BEA is giving away the reference implementation of the Streaming API for Java (StAX). StAX is a Java based API for pull-parsing XML documented in JSR 173. Unlike SAX and DOM, StAX is bidirectional, allowing programs to both read existing XML documents and to create new ones.
Just downloaded BEA's implementation to play and so can't speak to it yet, but here are some interesting resources.