This site and project summary page are hosted by SourceForge.net Logo
Home of: [Atelier "FUJIGURUMA"]

SEE "For Readers of English Version",
or Japanese version of this page

SASAX Top

This page is the top of SASAX support site.

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.

Please see "Is SAX "Simple" in use ?" for detail about problems to use SAX framework directly.

What's new

dateoverview
2007/01/21

Release SASAX 1.5

2006/04/09

Release SASAX 1.4

2004/10/13

Release SASAX 1.3

See "History" for complete log.

Quick start

Please read for quick start:

Table of contents

titleoverview
Documents

Documentation of SASAX.

It is as same as "document package" distribution

Download

Archive page of SASAX resources for download.

License

License of SASAX.

History

Complete change log of SASAX.

History

Complete change log of this support site.

Related links

Java and XML

Java Technology and XML

Home page of JAX(Java API for XML) series.

SASAX requires JAXP.

Extensible Markup Language (XML) 1.0 (Second Edition)

Specification of W3C XML.

W3C XML Schema specification

Specification of W3C XML Schema.

Part 0: Primer

Part 1: Structures

Part 2: Datatypes

XML binding/unmarshaling framework

"XML and Java technologies: Data binding" series

Series about XML data binding written by "Dennis M. Sosnoski"

These seriess seems to be good as summary about XML data bind framework by Java.

Part 1:Code generation approaches - JAXB and more

Part 2:Performance

Part 3:JiBX architecture

Part 4:JiBX usage

Commons - Digester

Home page of Digester sub project of Jakarta Commons.

Digester is one of ways to parse XML document easily.