The Artima Developer Community
Sponsored Link

Java Buzz Forum
using jaxp 1.3 in j2se 1.4

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Charlton Barreto

Posts: 116
Nickname: charlton
Registered: Oct, 2004

Charlton Barreto is a software architect specializing in Web Services standards and technologies....
using jaxp 1.3 in j2se 1.4 Posted: Oct 29, 2004 5:39 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Charlton Barreto.
Original Post: using jaxp 1.3 in j2se 1.4
Feed Title: charlton barreto's weblog
Feed URL: http://www.mongoosesi.org/weblog/charlton/index.xml
Feed Description: charlton barreto's weblog
Latest Java Buzz Posts
Latest Java Buzz Posts by Charlton Barreto
Latest Posts From charlton barreto's weblog

Advertisement

jaxp 1.3 provides a wealth of implementations for the latest versions of dom, sax, and xml, new standards such as xinclude, new apis such as the validation API and the XPath manipulation API, and a roll up of implementations such as namespaces, xslt 1.0, xpath 1.0, xml schema.

however, jaxp 1.3 will be bundled with j2se starting with 5.0. given that much of the world still uses j2se 1.4, how can we leverage these advances today?

a java.net project is addressing this need - based on the same code base as the jaxp 1.3 implementation in j2se 5, and including the high-performance XSLTC compiler, it provides all these features to j2se 1.3 and 1.4. the project leads are cooperating with ASF so that the code will eventually make it back to xerces and xalan

to download the unbundled implementation, simply follow the link.

Read: using jaxp 1.3 in j2se 1.4

Topic: Lots of people at the meetup tonight and "grash" Previous Topic   Next Topic Topic: Come on Sox!

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use