<?xml version='1.0' encoding='utf-8'?>
<?xml-stylesheet href="/style/browser.xsl" type="text/xsl"?>
<essay xmlns="http://docbook.org/ns/docbook"
       xmlns:xlink="http://www.w3.org/1999/xlink"
       xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#'
       xmlns:dc='http://purl.org/dc/elements/1.1/'
       xmlns:dcterms="http://purl.org/dc/terms/"
       xmlns:gal='http://norman.walsh.name/rdf/gallery#'
       xmlns:foaf="http://xmlns.com/foaf/0.1/"
       xml:lang="en"
       version='5.0'>
<info>
<title>JAXP 1.4 (JSR 206 MR FCS!)</title>
<volumenum>9</volumenum>
<issuenum>119</issuenum>
<pubdate>2006-12-02T16:57:36-05:00</pubdate>
<date>$Date: 2006-12-04 10:39:04 -0500 (Mon, 04 Dec 2006) $</date>
<author><personname>
<firstname>Norman</firstname><surname>Walsh</surname>
</personname></author>
<copyright><year>2006</year><holder>Norman Walsh</holder></copyright>
<abstract>
<para>JAXP 1.4 has been released. This is the version that will appear in
the Java 6 Platform.</para>
</abstract>
<dcterms:replaces>http://norman.walsh.name/2005/07/26/jaxp14</dcterms:replaces>
</info>

<para xml:id='p1'>The
<link xlink:href="http://jcp.org/aboutJava/communityprocess/mrel/jsr206/">maintenance
release</link> of <citetitle>JSR 206 Java API for XML Processing</citetitle> has
achieved
<link xlink:href="http://forum.java.sun.com/thread.jspa?threadID=302584&amp;messageID=1201877">FCS</link>!</para>

<para xml:id='p2'>I'd like to thank the entire team, the members of the informal expert
group that helped us through the maintenance review process, and the external
folks who took the time to review and comment on the specification.</para>

<para xml:id='p3'>As
<link xlink:href="/2005/07/26/jaxp14">I said before</link>, the really big change
is support for
<wikipedia>StAX</wikipedia>, but there have been bug fixes and a few performance
enhancements as well.</para>

<para xml:id='p4'>The
<link xlink:href="http://jcp.org/aboutJava/communityprocess/mrel/jsr206/jaxp13-jaxp14-change-log.zip">detailed Change Log</link> seems to be (temporarily) missing from the
MR page, so I've put a
<link xlink:href="examples/jaxp13-jaxp14-change-log.html">local copy</link> online
(it's big).
</para>

<para xml:id='p5'>Of course, no sooner is one release finished than one is asked to start
thinking about the next. There are some things that we didn't feel we could do
in a maintenance release (fixing the <classname>NamespaceContext</classname> issues
comes immediately to mind), and now that we have StAX in JAXP, it'd be nice to
see some clarification in the StAX specification.</para>

<para xml:id='p6'>Assuming we decide to push forward with a JAXP 1.5,
I think our main goals are likely to be ease of use and peformance.</para>

<para xml:id='p7'>But please, tell me what you think should happen to JAXP next.</para>

<para xml:id='p8'>Oh, and speaking of next, we're still committed to open development.
You'll find that there are already a few bug fixes in the repository at the
<link xlink:href="http://jaxp.dev.java.net/">jaxp project</link> that happened
after the FCS deliverable. Such is the way with deliverables.</para>

<para xml:id='p9'>Thanks again, everyone.</para>

</essay>
