Simple Remoting

Packages
org.json This package contains JSON java library that's implemented by http://www.json.org/
org.sr.client This package contains java client classes
org.sr.common.json This package contains request and response java wrapper classes for JSON services
org.sr.common.transformer This package contains base classes that are required for Java to target format transformations and vice versa.
org.sr.common.transformer.json This package contains JSON Type transformers.
org.sr.server This package contains core server side classes.
org.sr.server.ejb This package contains EJB specific implementations.
org.sr.server.http This package contains http protocol specific classess.
org.sr.server.http.filter This package contains some filter classes that you can apply your web project
org.sr.server.http.json This package contains endpoint implementations which uses http protocol as carriers and JSON as message format.
org.sr.server.json This package contains JSON specific implementation of caller.
org.sr.server.spring This package contains Spring frmework specific implementations.