| View: | [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 | 2002 ] |
| Articles |
- Realizing Strategies for Document-Based Web Services With JAX-WS 2.0: Part 3 in a Series by Sameer Tyagi - [Clicks: 42]
This white paper, Part 3 of the series, will examine how to realize some of the same strategies with the Java API for XML-Based Web Services (JAX-WS) 2.0, a successor to JAX-RPC 1.1.
http://java.sun.com/developer/technicalArticles/xml/jaxrpcpatterns3/ - Dec, 2005 - Creating a Simple Web Service Using JAX-RPC by Robert Eckstein - [Clicks: 127]
A lot of articles have been written about web services and Java technology. Some of these articles have been quite extensive. Yet some people are still looking for a short, direct set of instructions that will help them create a web service using Java technology. This tip attempts to do that. It steps you through the process of building a simple web service and a client that accesses the service using the Java API for XML-based RPC (JAX-RPC). The steps are based on Chapter 8: Building Web Services with JAX-RPC in the J2EE 1.4 Tutorial.
http://java.sun.com/developer/EJTechTips/2005/tt0524.html#1 - May, 2005 - Recent JDK Features Ease Web Service Development by Frank Sommers - [Clicks: 19]
XML-based remote calls are a key Web services technology. The Java API for XML-based RPC (JAX-RPC) 2.0 is the second-generation XML-based RPC Java standard. Currently in early draft review in the JCP as JSR 224, JAX-RPC 2.0 promises to vastly simplify RPC-based Web service development. Part of that ease results from new JDK 1.5 features, such as annotations and the concurrency API. This article reviews key JAX-RPC 2.0 features, and highlights how taking advantage of recent additions to Java make JAX-RPC 2.0 a more flexible API.
http://www.artima.com/lejava/articles/jaxrpc.html - May, 2005 - Three Minutes to a Web Service by Frank Sommers - [Clicks: 37]
A key aim of JAX-RPC 2.0 (JSR 224) is to simplify Java Web service development. Currently in early draft review stage in the JCP, an early access JAX-RPC 2.0 reference implementation is available from the Java Web services community site on java.net. This article provides a brief preview of writing a JAX-RPC 2.0-based Web service with that reference implementation, and highlights how Java annotations simplify Web service development.
http://www.artima.com/lejava/articles/threeminutes.html - May, 2005 - Reflective XML-RPC by Stephan Maier - [Clicks: 48]
Java reflection offers a simple but effective way of hiding some of the complexity of remote procedure calls with XML-RPC (XML-based Remote Procedure Call). In this article, Stephan Maier shows how to wrap XML-RPC calls to a remote interface using the gadgets from the Reflection kit: The Proxy, the Array, and BeanInfo classes. The article will also discuss various ramifications of the approach and the use of reflective methods in RMI (Remote Method Invocation).
http://www.javaworld.com/javaworld/jw-02-2005/jw-0207-refxml.html - Feb, 2005 - Interoperability With Patterns and Strategies for Document-Based Web Services by Sameer Tyagi - [Clicks: 54]
In this article, we examine some of the strategies discussed earlier, and demonstrate interoperability with C#. To run the example code discussed below, you must first build and deploy the web services. Details on how to do that, along with the sample code, including Ant build scripts can be found in the previous part. To execute and build the C# code, you need to install the .NET 1.1 framework and the CLR (and contrary to popular belief you don't actually need to install Visual Studio).
http://java.sun.com/developer/technicalArticles/xml/jaxrpcpatterns2/index.html - Jan, 2005