タグ

restとjsonに関するykogのブックマーク (2)

  • RestletでJSONを扱う - revamping

    GAE/JでRestlet(server-side)を使い、JSONをやり取りするようにしてみました。使用したRestletのバージョンは、Version 2.1 Snapshot (testing)です。 jarファイル RestletにはGAE/J版が用意されているので、それをダウンロードし、配備します。配布されているアーカイブには、Restlet体の他にorg.restlet.ext.*パッケージが含まれているのですが、今回はその中から以下のjarファイルを使用しています。 org.restlet.jar org.restlet.ext.servlet.jar org.restlet.ext.json.jar org.json.jar web.xml ServletはRestletのServerServletを使うようにします。RestletにはApplicationのサブクラスを

    RestletでJSONを扱う - revamping
  • Apache CouchDB

    Data Where You Need It Apache CouchDB ™ lets you access your data where you need it. The Couch Replication Protocol is implemented in a variety of projects and products that span every imaginable computing environment from globally distributed server-clusters, over mobile phones to web browsers. Store your data safely, on your own servers, or with any leading cloud provider. Your web- and native a

  • 1