|
|
|
Got a question for us?
Just Ask!
$15 Gift Certificate for every bug you find.
|
XML Manager Features
The XML Manager component has a focused set of features that
are designed for ease-of-use.
| Feature |
1.1 |
Notes |
| Any XML Document |
 |
Uses a SAX Parser to load the XML so any XML document can be parsed. |
| Any SAX Parser |
 |
Uses the standard Java API for XML processing, so you can use any SAX parser you like. |
Load as String[] |
 |
Load data records as String[] arrays. |
| Load as Lists |
 |
Load data records as a List of Strings. |
Load as TableModel |
 |
Load data records as a Swing TableModel |
Load as ResultSet |
 |
Load data records into a JDBC ResultSet |
| Load Java Beans |
 |
Load data records in a set of Java Bean objects. |
| Load Streaming Data |
 |
Load data records as an XML stream to handle large files and web services. |
Save from String[] |
 |
Save data records from String[] arrays. |
| Save from Lists |
 |
Save data records from a List of Strings. |
Save from TableModel |
 |
Save data records from a Swing TableModel |
| Save from ResultSet |
 |
Save data records from a JDBC ResultSet |
| Save Java Beans |
 |
Save data records defined by a set of Java Bean objects. |
| Save Streaming Data |
 |
Save data records as an XML stream to handle large files and web services. |
| Very Large GB+ Files |
 |
Because we use a SAX parser to implement XPath, we don't need to load the
entire XML file into memory, so you can handle it a record at a time. |
| Stable and Low Memory Use |
 |
Our implementation is designed to use very little memory, and in streaming mode
can handle any amount of processing. |
| Consistent Full Documentation |
 |
Yes, documentation is a feature. The most essential one. We've put as much time
into our documentation as we into our code. |
| Support for XML Namespaces |
 |
XML Namespaces are tricky, but we've got them covered. |
|
FREE Email Support
All XML Manager licenses include a FREE 6 month
Email Support Package, worth $1500.00.
Email Support Package
Competition!
Win a FREE XML Manager license by writing some clever XPath!
How to Win
Easy XML Access
The XML Manager component lets you access your XML data
using standard Java objects such as List, TableModel, and ResultSet.
Getting Started
- "We use XML to process large volumes of transactions, and our nightly jobs were becoming all-day jobs.
We replaced our old DOM code with a few XML Manager XPaths and the whole thing was really easy.
Our production servers are running fine and the all the
jobs are completed on time."
- Derek Conniffe,
Rivertower
|
|