| View: | [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 ] |
| Articles Tips |
- Asynchronous Web Service Invocation with JAX-WS 2.0 by Young Yang - [Clicks: 113]
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.
[Includes sample application code]
http://today.java.net/pub/a/today/2006/09/19/asynchronous-jax-ws-web-services.html - Sep, 2006 - RESTful Web Services by Sameer Tyagi - [Clicks: 59]
The Java API for XML Web Services (JAX-WS) 2.0 provides comprehensive support for building web services. You can leverage this API's capabilities to build and consume a variety of web services, whether they are based on WSDL or are RESTful in behavior.
http://java.sun.com/developer/technicalArticles/WebServices/restful/ - Aug, 2006 - Implementing High Performance Web Services Using JAX-WS 2.0 by Bharath Mundlapudi - [Clicks: 79]
This article shows how to implement high performance web services using the Java API for XML Web Services (JAX-WS) 2.0 and provides feature and performance comparisons with the Java API for XML-Based RPC (JAX-RPC) 1.1. The performance data in this article will help you design highly performant web services.
http://java.sun.com/developer/technicalArticles/WebServices/high_performance/ - Aug, 2006 - Web Services Made Easy with JAX-WS 2.0 by John Ferguson Smart - [Clicks: 128]
JAX-WS (Java API for XML Web Services) is a technology designed to simplify the construction of web services and web service clients in Java. The latest version, JAX-WS 2.0, which is part of the new Java EE 5 platform, provides powerful new tools and techniques to facilitate web service development.
[Includes sample code]
http://today.java.net/pub/a/today/2006/06/13/web-services-with-jax-ws-2.0.html - Jun, 2006 - Managing and Monitoring Web Services in Project GlassFish by Satish Viswanatham, Nazrul Islam, Marina Sum - [Clicks: 25]
This article explains the management capabilities in Project GlassFish for Web services that are based on the Java API for XML Web Services (JAX-WS) 2.0 according to JSR 224 or JSR 109 and JAX-RPC 1.1. Project GlassFish supports the management capabilities through a combination of the command-line interface (CLI) called asadmin, the Administration Console, and programmatic Application Server Management Extensions (AMX) API. AMX, a superset of the JSR 77 interfaces built on JMX, further simplifies and smooths out the management and monitoring process.
http://developers.sun.com/prodtech/appserver/reference/techart/ws_mgmt.html - Mar, 2006 - JAX-RPC Evolves into Simpler, More Powerful JAX-WS 2.0 by John J. Yates - [Clicks: 60]
The new Java Architecture for XML Web Services (JAX-WS) will replace JAX-RPC in the upcoming Java EE 5 and Java 6 (codename: Mustang). Learn all about JAX-WS 2.0 and see how to use it to transform a Java class into a Web service.
[Includes source code]
http://www.devx.com/Java/Article/30459 - Feb, 2006
- Using JAX-WS-Based Web Services with SSL by Shing Wai Chan - [Clicks: 72]
This Tech Tip shows you how to construct a JAX-WS-based web service that runs with SSL, and how to access the web service from an application client. A sample package accompanies the Tech Tip. It demonstrates a Java client accessing a JAX-WS web service using SSL. Examples are provided for web services implemented as EJB and servlet endpoints. The sample uses an open source reference implementation of Java EE 5 called GlassFish. You can download GlassFish from the GlassFish Community Downloads page.
http://java.sun.com/developer/EJTechTips/2006/tt0527.html#1 - May, 2006