Architecture Document of JAXWS 2.0.1 RI
I wrote in my previous
blog about the value
JAXWS 2.0.1 M1 RI brings
in writing plugins, such as Transports, Pipes, Adapters etc and referenced such
plugins.
So that you can start writing such plugins we have published the
Architecture Document for the
JAXWS 2.0.1 RI. or re-architected
JAXWS.
Its available as well written javadocs....
JAXWS 2.0.1 Milestone 1 is out
JAXWS 2.0.1 M1, a.k.a. re-architected JAXWS 2.0 RI is
out! These bits are also delivered with the
Glassfish 9.1 v2.
So you can get all the improvements we made in JAXWS 2.0.1 right from this glassfish download.
JAXWS 2.0.1 M1 is significantly modified since JAXWS 2.0 FCS. So what does this
re-architecture brings in:
Performance
Performance boost - 70...
So what's keeping the JAXWS team busy these days? Well, we have been working on JAXWS 2.0.1 for improved performance and making it pluggable. This required
re-architecting the runtime significantly. The new architecture is based on key
abstractions such as Pipe and Message. Each Pipe works on the
Message and gives it to the next or previous Pipe in the chain.
This allows plugging in...