Java SE 1.4

This section discusses XBinder's support for Java Standard Edition 1.4.

The standard XBinder runtime is for Java SE 1.5 and later. It uses some API features that are not present in JSE 1.4 (such as using StringBuilder rather than StringBuffer, in order to improve performance). For Java SE 1.4, you should:

You may choose whether to use the StAX API or XmlPull API. If you choose to use the XmlPull API, you will need to use the -xpp option when generating code. Of course, you will need the JAR file for whichever API you choose, along with an implementation of that API. You may opt to use the JARs in <XBINDER_HOME>\java\stax or <XBINDER_HOME>\java\xmlpull.