すげい

JSON-RPC-Java is a key piece of Java web application middleware that allows JavaScript DHTML web applications to call remote methods in a Java Application Server (remote scripting) without the need for page reloading (as is the case with the vast majority of current web applications). It enables a new breed of fast and highly dynamic enterprise Java web applications (using similar techniques to Gmail and Google Suggests).

ひがさんのブログで読みました。
すげい。without the need for page reloading だって。
これでプレゼンテーション層の作り方は全然変わるっす。今Tapestryで何かを保存するページを作ってるんですが、クライアント側ではJavaScriptでチェックして、サーバー側でも同じようなチェックをしたりっつうことをやらなくてOKな訳ですな!

DEMOのHello Worldがすごいなと思いました。ボタン押してalertでメッセージを表示するだけなんですけど、ちゃんとJavaのメソッド読んでるんですよ!!!!すげい。

jsonrpc = new JSONRpcClient("/jsonrpc/JSON-RPC");

このコンストラクタの意味がよく分からんのでこれから調べようっと。

Tapestryとのコラボはないのかな?