Skip to Content.
Sympa Menu

xom-interest - [XOM-interest] [ANN] nux-1.0 final release

xom-interest AT lists.ibiblio.org

Subject: XOM API for Processing XML with Java

List archive

Chronological Thread  
  • From: Wolfgang Hoschek <whoschek AT lbl.gov>
  • To: xom-interest AT lists.ibiblio.org
  • Subject: [XOM-interest] [ANN] nux-1.0 final release
  • Date: Sat, 12 Feb 2005 13:55:19 -0800

The final nux-1.0 release has been uploaded to

http://dsd.lbl.gov/nux/

Nux is a small, natural, straightforward and surprisingly effective open-source extension of the XOM and Saxon XML libraries.

Nux is geared towards versatile embedded integration and interchange, in particular for high-throughput server container environments (e.g. high-speed real-time data streaming applications, large-scale Peer-to-Peer messaging network infrastructures over high-bandwidth networks, scalable message oriented middleware, etc). But its simplicity also makes it useful for client side XML query/transformation workflow pipelines.

Changelog:

• Now requires saxon-8.3 (bundled with the download).
• The obnoxious dependencies on jars for DOM Level 3, JAXP-1.3 and JaxMe have now disappeared, even under JDK < 1.5! This functionality is nomore needed at all, meaning less baggage, installation and classpath problems for all of us :-)
• XQuery/XPath: XPath axis navigation performance improvements in net.sf.saxon.xom.NodeWrapper.
• XQuery/XPath: Now uses Saxon's cross-object model namespace handling.
• Added sample data directory with XML files and queries, as well as corresponding bnux binary XML files.
• Added XMark XQuery and XPath benchmark. See http://dsd.lbl.gov/nux/api/nux/xom/tests/XQueryBenchmark.html.
• Added command-line demo that converts a set of standard textual XML files to and from binary xml (bnux) files. See BinaryXMLConverter.
• Added bin/ directory with Unix and Windows shell scripts to start the demos.

Cheers,
Wolfgang.



  • [XOM-interest] [ANN] nux-1.0 final release, Wolfgang Hoschek, 02/12/2005

Archive powered by MHonArc 2.6.24.

Top of Page