| View: | [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 ] |
| Articles |
- Securing Web Services Using WSIT by Jiandong Guo - [Clicks: 29]
Web Services Interoperability Technology (WSIT) is an implementation of open web services technologies that enables interoperability between Java EE and .Net. Built on Java API for XML Web Services (JAX-WS), WSIT addresses key aspects of web services interoperability such as reliable messaging, transaction handling, and security. This tip focuses on WSIT's support for web services security. It shows you how to secure a web service using WSIT features. A sample application package accompanies the tip. The code examples in the tip are taken from the source code of the sample (which is included in the package).
http://java.sun.com/mailers/techtips/enterprise/2007/TechTips_March07.html#1 - Mar, 2007 - Get a handle on the JAX-WS API's handler framework by Young Yang - [Clicks: 49]
The handler framework is an important architectural design for extensibility and plug-ability in the Java API for XML-based Remote Procedure Call. The framework's programming and deployment models have been revamped in the Java API for XML Web Services 2.0. This article introduces the handler framework in JAX-WS 2.0.
[Includes an example application]
http://www.javaworld.com/javaworld/jw-02-2007/jw-02-handler.html - Feb, 2007