Article Discussion
Recent JDK Features Ease Web Service Development
Summary: 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.
0 posts.
The ability to add new comments in this discussion is temporarily disabled.
    Admin
     
    Posts: 15 / Nickname: admin / Registered: January 17, 2002 3:57 PM
    Recent JDK Features Ease Web Service Development
    May 22, 2005 8:00 PM      
    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.

    Read this news article:

    http://www.artima.com/lejava/articles/jaxrpc.html

    What do you think of the direction JAX-RPC is heading?