JSON-RPC-Java
November 17th, 2007 Arsen Posted in Patterns - Java |
JSON-RPC-Java is an AJAX RPC middleware that allows JavaScript DHTML web applications to call remote methods in a J2EE Application Server.
- Transparently maps Java objects to and from JavaScript objects using Java reflection.
- Handles marshalling/unmarshalling of arbitrarily complex nested data structures.
- Lightweight protocol similar to XML-RPC.
- Leverages J2EE security model with session specific exporting of objects.
- Open-source license (LGPL) by Michael Clark and others.
Leave a Reply