タグ

ブックマーク / s5ot.hatenablog.com (1)

  • Ext JS 4のMVC Application Architectureを試してみた - s5ot's blog

    先日ついにリリースされたExt JS 4に新たに追加されたMVCアーキテクチャを試してみました。 MVC Application Architecture MVCアーキテクチャで自作したサンプル サンプル サンプルのソースコード 見よう見まねなのでいろいろとアレなところがあります。 調べたことの簡単なまとめ Ext JS 4のMVCアーキテクチャ モデル → Ext.data.Modelクラスを継承したクラス ビュー → パネル、グリッド、ツリーなどのコンポーネント コントローラー → Ext.app.Controllerクラスを継承したクラス アプリケーションのディレクトリ構造 - appname - app - controller - model - store - view - resources - css - images - ... - app.js - index.html

    Ext JS 4のMVC Application Architectureを試してみた - s5ot's blog
  • 1