The JerseyMe library is a client API to access RESTful web services using Java ME. It is modelled after Jersey's client API for Java SE. The minimum platform requirements are CLDC 1.1 and MIDP 2.0.

List of features supported in the current version:

The on-device local cache can be controlled using methods in the {@link com.sun.jerseyme.api.client.Client} class.

Examples