Menu

SASAX / News: Recent posts

SASAX 1.5(stable) released

The name, "SASAX", is from "Simple API for SAX(Simple API for
XML)". SASAX is the framework to parse XML document easily under SAX
framework.

On SAX framework, SASAX sets developer free from (1) namespace mapping
management, (2) object deserialization from string representation, and
(3) parsing context management. So, developer can focus on how to use
data specified in XML document.... read more

Posted by Katsunori FUJIWARA 2007-01-21

SASAX 1.4(stable) released

The name, "SASAX", is from "Simple API for SAX(Simple API for
XML)". SASAX is the framework to parse XML document easily under SAX
framework.

On SAX framework, SASAX sets developer free from (1) namespace mapping
management, (2) object deserialization from string representation, and
(3) parsing context management. So, developer can focus on how to use
data specified in XML document.... read more

Posted by Katsunori FUJIWARA 2006-04-08

SASAX 1.3(stable) released

On SAX framework, SASAX sets developer free from (1) namespace mapping management, (2) object deserialization from string representation, and (3) parsing context management. So, developer can focus on how to use data specified in XML document.

This release mainly focuses on enhancement of date/time information handling.

You can get artifacts of this version not only by downloading, but also by checking out from CVS with "release_1_3" tag.

Posted by Katsunori FUJIWARA 2004-10-13

SASAX 1.2(stable) released

This is SASAX first release via SourceForge.net hosting.

SAX is well designed lightweight framework, but simpleness of it is only in API definition but not in using. It is responsibility of programmer to manage (1) parsing context, (2) namespace mapping, (3) deserialization Object from String representation, and so on.

SASAX provides above functionalities on SAX framework, so user can focus on how to use data specified in XML document.... read more

Posted by Katsunori FUJIWARA 2004-09-11