タグ

MVCとAjaxに関するwackyのブックマーク (7)

  • tigermouse [Tigermouse PHP/AJAX framework]

    Use native i18n support with __() function. Filesystem and database backends for i18n infrastructure are available. Your Tigermouse wish list »10 Apr 2008 When I started Tm over 2 years ago it was merely a request dispatcher with Ajax handler and view infrastructure. On model part there was only simple DataSource aiding table views. There was million of things missing. Now, as it grows and gets fe

    wacky
    wacky 2006/11/18
    MVCアーキテクチャなPHPのAjaxアプリケーション・フレームワーク。
  • phpied.com ≫ Blog Archive ≫ AJAX MVC (so to speak)

    This is sort of a framework thing to create AJAX applications, based on the MVC design pattern. Yep, I have a lot of buzzwords here, I admit, but this shouldn't be taken too seriously. I was doing a bunch of small projects lately and I found myself using something like this little framework, without even thinking about it. Then I thought about it and I found that the scripts and the organization o

    phpied.com ≫ Blog Archive ≫ AJAX MVC (so to speak)
    wacky
    wacky 2006/09/21
    MVCパターンに基づいてAjaxアプリケーションを作成するサンプル。(英語)
  • Zephyr - AJAX Based MVC Framework for PHP5 Developers

    zephyr is an ajax based framework for php5 developers. you can easily develop business applications using this robust framework. this is extremely easy to learn and very simple to implement. you can deliver a full fledged ajax application with strong business layer in backend within some minutes. installation and deployment of packages that you develop for zephyr is hassle free. moreover you will

    wacky
    wacky 2006/04/16
    AjaxベースのPHP5用MVCフレームワーク。ADOdb、Smarty、CPAINTなどの組み合わせ。
  • Jemplate登場によるMVCアーキテクチャ進化の可能性 - Accept Things

    2005年はAjaxが流行ました。AjaxによってWebアプリケーションの操作性が劇的によくなりました。しかしその一方で、Ajaxの登場によってWebアプリケーションのアーキテクチャに歪みが生じました。サーバーサイドのコードはMVCアーキテクチャによって綺麗に各層で役割分担ができていますが、クライアントサイドにおいてはそうではありません。現在多くのAjaxベースのアプリケーションでは、JavaScriptコードの中にロジックとHTMLコードを混在させるやり方でAjaxを実現しているため(恐らく)、メンテナンス性の低下を招いています。 そこで今回はこの問題を解決する新たな動きが最近見えてきたので紹介します。そして、新たに登場したJemplateによるMVCアーキテクチャの進化の可能性について考えてみます。 GoodPicの金子さんの予想 以前、GoodPicの金子さんが書かれた以下のエントリ

    Jemplate登場によるMVCアーキテクチャ進化の可能性 - Accept Things
    wacky
    wacky 2006/02/12
    2006年のWebアプリケーションのMVCアーキテクチャ予想。GoodPicの金子氏による「Ajax時代のMVCフレームワーク」記事のモデル図にJemplateを絡めてみる。
  • claw.tigris.org

    Claw framework is meant to provide a convenient and intuitive way of development of PHP5 driven object oriented applications. Why another framework when there are dozens of others? Most of PHP frameworks lack a solution for tree-structure web sites. In many real world applications the usual "module/action/variables" approach is simply not enough. Claw allows developing tree-structured web and syst

    wacky
    wacky 2006/01/07
    PHP5用のWebアプリケーションフレームワーク。prototype.jsによりAjaxをサポート。
  • cake.dyndns.org: m-mvc

    各地の日記を読んでいると、PofEAA読書会6で、SmalltalkのApplicationModelについて触れられたらしい。 日では長らく認識されていなかったM-MVCアーキテクチャがようやく日の目を見るのか? - http://c2.com/cgi/wiki?ModelModelViewController M-MVCアーキテクチャはAjaxアプリにとって、これから重要な概念になっていくと個人的には思っている。 ブラウザ側に複雑なロジックや非同期なサーバーとの通信を実装することが実用的になってきた現在、Sunの提唱してきた似非MVCよりもすっきりとした設計でWebアプリケーションを作成できるようになるはずだ。 どういうことかというと、今までのMVCで単にModelとして片付けられていた部分をDomainModelとApplicationModelに分けると、ApplicationM

    wacky
    wacky 2005/09/25
    Ajaxアプリにとって重要な概念となりそうなM-MVCアーキテクチャについて。ModelをDomainModelとApplicationModelに分割。
  • Ajax時代の、サーバ<->クライアントで協調するMVCフレームワーク:Goodpic

    This shop will be powered by Are you the store owner? Log in here

    wacky
    wacky 2005/09/17
    Ajaxの登場でクライアントサイドも含めたMVCフレームワークに変化。関係を図示している。非常に興味深い。
  • 1