ajax

4 Layers of Separation

http://particletree.com/features/4-layers-of-separation/XSLTってところがいまいちだけど、書いてる人もXSLTでなくてもいくよと書いているので、そこに何にするのかがポイントだなぁ。クライアントサイドでのアーキテクチャに関心が集まっているのは確か…

Ajax を使った手書き文字認識

http://chasen.org/~taku/software/ajax/hwr/これはすごい!

Ajax pooling

http://www.mortbay.com/MB/log/gregw/?permalink=Jetty6Continuations.html

Ajax時代の、サーバクライアントで協調するMVCフレームワーク

http://www.goodpic.com/mt/archives2/2005/09/ajaxmvc.html素晴らしいエントリだなぁ。 クライアントサイドとサーバーサイドでレイヤを分割する点 プレゼンテーションモデルとしてのJSONの採用 はなるほどなぁと。

fiddler

http://www.fiddlertool.com/fiddler/ajaxデバッグ用に使えそう. Fiddler is a HTTP Debugging Proxy which logs all HTTP traffic between your computer and the Internet.

DWR - Direce Web Remoting

https://dwr.dev.java.net/ Spring-enabledなBeanをJavaScriptからダイレクトに触れる。これを使えばJavaでお手軽にAjax体験ができるね。