Hi Kris,
With J2SE 5.0 the JAXP 1.3 implementation will be a part of your runtime. You won't have to download anything extra in order to use JAXP 1.3 with J2SE 5.0.
With J2SE 1.4.x or earlier you will need to bundle JAXP 1.3 along with your JSTL implementation classes. This is similar to what you had to do if you were running J2SE 1.3.x which didn't have the JAXP 1.2 implementation and wanted to use JSTL 1.1.x.
Thanks,
Justyna
Kris Schneider wrote:
Justyna,
I'm having a hard time tracking down any information on whether a JAXP 1.3 implementation will be available for anything earlier than J2SE 5.0. Any idea if there will be (or is) something that will work with J2SE 1.4.2? Thanks.
Quoting Justyna Horwat <[EMAIL PROTECTED]>:
Hi Flavio,
Before I left for vacation, I created a branch where I created a first revision of JSTL that leverages the JAXP 1.3 APIs. It's not finished yet but the majority of the work is done.
The tag is: standard-111_JAXP13_BRANCH
I believe that the performance problem can be addressed by moving towards the standard JAXP 1.3 implementation.
Thanks,
Justyna
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]