ArticlesJAX-WS Web Services Without Java EE Containers
Web services seem like they should be an enterprise topic, yet JAX-WS 2.0 is part of Java SE, not EE. One of the upshots of this is that you can create web services without needing a full-blown Java EE container. Young Yang shows how this works in practice. Jul. 3, 2007
XML Signature with JSR-105 in Java SE 6
XML Signature is an important enabling technology for WS-Security, verifying that an XML document has not been altered since it was signed. In this article, Young Yang looks at how JDK 6's implementation of JSR-105 offers XML Signature technology to Java developers. Nov. 21, 2006
Asynchronous Web Service Invocation with JAX-WS 2.0
Web services are remote by their very nature, and thus prone to significant delays. One approach to mitigate this effect is to move to asynchronous web service calls. Young Yang shows how JAX-WS 2.0 makes this easier. Sep. 19, 2006
|