| View: | [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 | 2002 ] |
| Articles Tutorials |
- Implementing Contextual Web Services by Ayyappan Gandhirajan - [Clicks: 9]
Have you ever wondered what contextual Web Services are? Learn different ways of accessing a user's context in Web Service components and implementing advanced domain services containing non-functional aspects such as personalization.
http://www.developer.com/java/ent/article.php/3740756 - Apr, 2008 - Security for JAX-RPC Web services, Part 1: Generating custom tokens by Hyen-Vui (Henry) Chung, Simon Kapadia - [Clicks: 14]
This two-part series describes how to generate custom tokens using Web services security, authenticate them with WebSphere Application Server, and create credentials from them. Part 1 describes how to generate custom tokens using a sample based on the JAX-RPC programming model for Web services.
http://www.ibm.com/developerworks/websphere/library/techarticles/0803_chung/0803_chung.html - Mar, 2008
- Build an RPC service and client using JAX-RPC by Andrew Glover - [Clicks: 5]
REST is a way of thinking, not a protocol or standard. It's a style of designing loosely coupled applications - more often than not, applications oriented for the Web - that rely on named resources rather than messages. In this tutorial, you'll get to know what REST is and how to build RESTful applications with Restlets, a lightweight REST framework for Java applications.
[Formats: html, pdf]
http://www.ibm.com/developerworks/edu/j-dw-java-rest-i.html - Jul, 2008 - Build an RPC service and client using JAX-RPC by Brett McLaughlin - [Clicks: 6]
Remote procedure calls (RPCs) are the precursors to modern Web services that are based on the Simple Object Access Protocol (SOAP) or Representational State Transfer (REST). Because all of the JavaT platform's Web service APIs are built on the concepts introduced in RPC, understanding the Java APIs for XML-Based RPC (JAX-RPC) is an almost mandatory step for writing efficient and effective Web services in the Java language. This tutorial takes you through getting and installing JAX-RPC, configuring it, and building a server-side RPC receiver and a simple client-side application.
[Formats: html, pdf]
http://www.ibm.com/developerworks/edu/j-dw-java-jaxrpc-i.html - Jul, 2008