Crispy
Home PageCategories: Remote Invocation - RPC
Latest version: 1.0
Added 2006-01-24Updated 2006-06-01
API to invoke different kinds of remote services.
Crispy's aim is to provide a single point of entry for remote invocation for a number of transports. It works by using properties to configure a service manager, which is then used to invoke the remote API. Crispy is a Java codebase with an API that sits between your client code and the services your code must access. It provides a layer of abstraction to decouple client code from access to a service, as well as its location and underlying implementation. The special idea is that these calls are simple Java object calls (remote or local calls are transparent).
Supported transport providers: RMI, web service (JAX-RPC, for example Axis), EJB (with JNDI lookup), XML-RPC (for example Apache XML-RPC), Burlap and Hessian (Caucho), JBoss Remoting, REST (REpresentational State Transfer), or a pure Crispy implementation.
Built for Java |
Library |
Free or free version available |
Source code provided |