Google App EngineとFlex

記事ではJavaScriptや特別なプラグインを使わないRIAを,少ないコーディング作業で作ることができると解説してあるけど、
デモ見る限りでは、ネームスペースでappを定義して、

<html xmlns="http://www.w3.org/1999/xhtml" xmlns:app="http://www.appcelerator.org">

必要なJavaScriptは一括で持ってきている感じ。

<script src="javascripts/appcelerator.js" type="text/javascript"></script>

後はタグ呼び出しすればあら不思議Flexアプリが動いています。

<app:as_flexflow id="flow" on="r:get.albums.response then execute or r:select.album.response then select" 
  property="covers" img_height="400" img_width="400" label_position="bottom"click_message="r:select.album.request">
</app:as_flexflow>


合わせ技って感じ。


Appcelerator,「Google App Engine」と連携可能なオープンソースRIA開発基盤を発表
http://itpro.nikkeibp.co.jp/article/NEWS/20080414/298931/


AppTunes
http://apptunes.appspot.com/