|
[Releases]
SXC 0.5 Release - XML compiler, JAXB runtime, Streaming XPath, Drools, and more
[
dandiep
]
SXC, or simple XML compiler, generates optimized XML parser/writers for your project. The core of SXC is an API which allows you to declaritively say what type of XML you’re expecting to be parsing or writing. You can then attach actions to perform when you encounter/write that xml. For instance, you can say you're expecting the “customer” element and you want to do “new Customer()” when I get there. It will then compile an optimized XML parser for you. SXC includes 3 frontends in addition to its core APIs:
For more information see the SXC website, user's guide, or the project announcement>. |