» tagged pages
» logout

sorted by: recent | see : popular
Content Tagged with RPC + Spring

Enterprise Java - Digital Ascent: GWT-RPC with Spring 2.x

Had some time recently to play with the Google Web Toolkit (GWT). One of my goals was to better understand its AJAX RPC model.

Spring: del.icio.us/tag/SpringFramework

JsonGateway

JsonGateway is an ajax RPC service gateway for java backend service with the json data format. now it can call spring servcie. JsonGateway can generate your service wrapper javascript automaticly, this makes your ajax rpc call easy. It uses the jQuery, and uses the jsontools as it’s json data converter.