XML made easy with XOM
XML is quickly becoming the common ground for disparate systems to exchange information and most Java developers deal with XML almost on a daily basis, whether is in deployment descriptors and configuration files or as the data format at the center of their applications.
XOM is a new XML object model that strives to be easy to learn and easy to use. Based on similar principles to JDOM it takes XML programming in Java to the next level by taking correctness and simplicity as its guiding principles while striking a balance between the speed of SAX-based parsing and the manipulation abilities of DOM-like APIs.
About Brian Sam-Bodden
Brian Sam-Bodden is a developer advocate at Redis Labs as well as an author, instructor, speaker, and hacker who has spent over twenty years crafting software systems. He holds dual bachelor’s degrees from Ohio Wesleyan University in computer science and physics. Brian is a frequent speaker at user groups and conferences nationally and abroad and is the author of “Beginning POJOs: Spring, Hibernate, JBoss and Tapestry”, co-author of the “Enterprise Java Development on a Budget: Leveraging Java Open Source Technologies” and a contributor to O'Reilly's “97 Things Every Project Manager Should Know”.
More About Brian »