Menu

XMLToaster / News: Recent posts

XMLToaster 1.0.12 Released

You may now choose the type of logging that you want XMLToaster to use - either standard Java logging or Log4J.

Posted by Steve 2008-07-09

XMLToaster 1.0.11 Released

Runtime is now Java 5 and you may now specify a namespace for an XML message that does not have an associated XSD.

Posted by Steve 2008-07-07

XMLToaster 1.0.10 Released

Improved error handling, improved MySQL 5.1 support and AjaxToaster integration!

Posted by Steve 2008-05-02

XMLToaster 1.0.8 Released

This release of XMLToaster significantly simplifies the syntax of the XMLtoSQL script syntax. These scripts can now be written using an SQL-like syntax rather than using an XML structure (note that the XML format is still supported).

Unsigned integer columns can now be used in the order by clause of the SQLtoXML select statement as part of a “throwNew” clause.

The SQLtoXML class now uses the “getColumnLabel” method to determine the name of a column. This makes it compatible with the MySQL 5.1.x JDBC driver.

Posted by Steve 2008-03-10

XMLToaster 1.0.7 Release

This release of XMLToaster enhances the capabilities of the XMLtoSQL class.

The class has been made compatible with DB2 by not putting a semi-colon on the end of the generated SQL.

The class properly supports left outer/inner join syntax.

The class works as expected when the key data in the XML is at the same level of the XML heirachy as non key data.

If data is not present in the XML for a column then blank will not be inserted into the column.

Posted by Steve 2008-03-05

XMLToaster 1.0.6 Release

Added new feature to the ExpandString class that allows you to specify default values for parameters that the user does not supply.

Fixed a couple of minor bugs in the parser.

Posted by Steve 2008-01-21

XMLToaster 1.0.5 Release

Added feature to output generated XML directly to a file.

Plus fixed minor bug 1823431.

Posted by Steve 2007-11-17

XMLToaster 1.0.4 Release

New feature added to the XML to database mapping class XMLtoSQL which allows data to be refreshed in the XML after an update.

Two minor issues also fixed.

Posted by Steve 2007-10-24

XMLToaster 1.0.3 Released

A new version of XMLToaster has been released which fixes some issues found in 1.0.2 version.

Posted by Steve 2007-10-19

XMLToaster 1.0.2 Released

A new version of XMLToaster has been released which fixes some issues found in 1.0.1 version.

Posted by Steve 2007-10-11

XMLToaster: First Release

XMLToaster is an open source tool for integrating relational databases with XML.
It enables you to generate and save complex XML using straightforward SQL syntax.
It can be used either as a library called from within java, or as a standalone utility.

Posted by Blater 2007-10-05