タグ

servletとajaxに関するyoheiのブックマーク (3)

  • Ajax と REST | | プログラマ2.0日報 | あすなろBLOG

    最近、レガシーな Web アプリ開発でも、Ajax を機能として取り入れよう...というのが、かなり具体的な案件として出るようになっています。流の遷移は通常の POST メソッドによるレガシーな遷移で行うが、たとえば、「一覧表のソート順変更」「検索条件の変更」といった処理は、UIとしては重要ですが、処理の流れとしては副次的なものとなります。そういう副次的処理を Ajax 部品に任せてしまう、としたら、流れが理解しやすく、メンテも楽なコードになることでしょう。 この時、重要なポイントがあるように思います。それが実は、REST と同じ結論になるので面白いと思うので書きましょう。「REST って何?」という方もいるでしょうが、これ最近かなり流行ってる Webアーキテクチャ・スタイルです。「REST = SOAP や XML-RPC ではない簡単な Web サービス」というお考えの方もいるかも

  • Webtide

    Asynchronous Restful Webapplication This blog annotates the Jetty 7 example web application that uses Jetty asynchronous HTTP client and the proposed suspendable servlets 3.0 API, to call an eBay restful web service.   The technique combines the Jetty asynchronous HTTP client with the Jetty servers ability to suspend servlet processing, so that threads are not held while waiting for rest responses

    yohei
    yohei 2005/09/20
    Jetty 6 がサポートする Ajax ポーリング問題を解決する新しいアプリケーションサーバのアーキテクチャ
  • AjaxTags JavaScript-JSP Library -

    Ajax JSP Tag LibraryThe AJAX Tag Library is a set of JSP tags that simplify the use of Asynchronous JavaScript and XML (AJAX) technology in JavaServer Pages. AJAX is primarily rooted in JavaScript. However, many server-side developers do not have an extensive knowledge of client-side programming in the browser. It's much easier in some cases for J2EE developers, especially, to simply add a JSP tag

  • 1