Issue Details (XML | Word | Printable)

Key: SWF-934
Type: New Feature New Feature
Status: Open Open
Priority: Minor Minor
Assignee: Jeremy Grelle
Reporter: Aldrin Edison Baroi
Votes: 4
Watchers: 4
Operations

If you were logged in you would be able to see more operations.
Spring Web Flow

Json-Rpc-Java (AJAX) and Spring integration

Created: 28/May/06 08:38 PM   Updated: Yesterday 07:24 PM
Component/s: JavaScript
Affects Version/s: None
Fix Version/s: 3.0.0

Time Tracking:
Not Specified

File Attachments: 1. Zip Archive jsonrpc-spring.zip (4.27 MB)
2. Zip Archive jsonrpc-spring.zip (4.27 MB)
3. Text File npe.txt (4 kB)

Issue Links:
Related
 


 Description  « Hide
Hi: Are you guys considering JSON-RPC-JAVA (AJAX) (http://oss.metaparadigm.com/jsonrpc) integration with Spring? I found this JSON-RPC-JAVA for AJAX very useful and created a small integration module for Spring. If you guys are interested I can email you the code and a sample application for your review and if you happen to like it, you can distribute it with your spring package.

 All   Comments   Work Log   Change History   FishEye   Builds      Sort Order: Ascending order - Click to sort in descending order
Aldrin Edison Baroi added a comment - 16/Jul/06 01:29 PM
Several people requested to post the code, so done that. The zip file contains source code, example web-app, Ant build file, etc.

Please, look at the javadoc for implementation help.

The "dist" directory contains a example web-app "war" file (tested it with JBoss 4.x). To deploy you don't need the "jsonrpc-spring-1.0.jar", the "war" file contains a copy of this "jar" file.


Aldrin Edison Baroi added a comment - 17/Aug/06 11:38 PM
Tomek Korzeniewski found a bug when global context is defined. It is fixed

Denes Csepely added a comment - 19/Nov/08 07:24 PM
Hi guys,
I've found a NPE, the stacktrace is attached. There is a call for getting init parameters in the JsonRpcServletConfig's constructor ("jsonRpcServletContext.getInitParameter(key)") but the jsonRpcServletConfig property has not been initialized in the JsonRpcServletContext...