*目次 [#o8e6eb70]
#contents

*趣旨 [#o5e8c39b]


*FLEXとは [#e5a4e583]
http://e-words.jp/w/Flex.html

*体験版 [#gd55b9d3]
https://www.adobe.com/cfusion/tdrc/index.cfm?product=flash_builder&loc=ja

バージョン4.5がダウンロードできる。 2011/6/18

APPLE FOR IOS サポート

*グラフ表示 [#y7895999]

**サンプルコード [#ua4c0552]

 <?xml version="1.0"?>
 <!-- charts/BasicPie.mxml -->
 <s:Application 
     xmlns:fx="http://ns.adobe.com/mxml/2009" 
     xmlns:mx="library://ns.adobe.com/flex/mx" 
     xmlns:s="library://ns.adobe.com/flex/spark" 
     creationComplete="srv.send()"
     height="600">
 
     <fx:Declarations>
          <!-- View source of the following page to see the structure of the data that Flex uses in this example. -->
          <mx:HTTPService id="srv" url="http://aspexamples.adobe.com/chart_examples/budget-xml.aspx"/>
          <!-- To see data in an HTML table, go to http://aspexamples.adobe.com/chart_examples/budget.aspx -->  
     </fx:Declarations>
 
     <s:layout>
         <s:VerticalLayout/>
     </s:layout>
 
   <s:Panel title="Pie Chart">
         <s:layout>
             <s:VerticalLayout/>
         </s:layout>
      <mx:PieChart id="myChart" 
         dataProvider="{srv.lastResult.data.result}" 
         showDataTips="true">
         <mx:series>
            <mx:PieSeries 
                 field="amount" 
                 nameField="item" 
                 labelPosition="callout"/>
         </mx:series>
      </mx:PieChart>
      <mx:Legend dataProvider="{myChart}"/>
   </s:Panel>
 </s:Application>

***参考元 [#w8a90227]
http://help.adobe.com/en_US/flex/using/WS2db454920e96a9e51e63e3d11c0bf6568f-8000.html

**ダウンロード [#c4002a73]
下記のサイトから
 QuietlyScheming Samples Source
をクリックするとダウンロードできます。デザインできすぎると標準化からはずれて、ちょっとわかりずらいとおもったので、メモしました。

http://www.quietlyscheming.com/blog/download-source/

**Quietly Scheming解説 [#sf3999a2]
http://www.syboos.jp/flex/doc/flex-actionscript-demo-samples01.html

***リンク [#u21f2d65]
http://www.quietlyscheming.com/blog/charts/chart-drilldown-animations/

*FlexからJavaオブジェクトを呼び出す簡単なサンプル [#ab9373ac]
http://www.syboos.jp/flex/doc/flex-call-java-sample-by-remoteobject.html

*Strutsアプリケーションに対するFlexフロントエンドの実装 [#dd327238]
http://codezine.jp/article/detail/110

**FxStruts [#e04c0119]
http://anirudhs.chaosnet.org/blog/2008.07.23.html

ビューレイヤを一旦 Flex に切り替えたら、Struts を使いながらモデルからデータを取得するのはむずかしくなる。FxStruts はこの部分を簡単にするために開発された。


*コンポーネント作り方 [#w6bb6c26]
http://flex-component.org/index.php?FrontPage

*BlazeDS [#s5786506]

**アドビのBlazeDSの資料(英語) [#u72efd07]
http://opensource.adobe.com/wiki/display/blazeds/Developer+Documentation

**アドビのBlazeDSの資料(PDFで英語) [#g27ed60d]
http://livedocs.adobe.com/blazeds/1/blazeds_devguide/blazeds_devguide.pdf

**BlazeDSダウンロード [#ec921f7e]
http://opensource.adobe.com/wiki/display/blazeds/Downloads

**BlazeDSのミニマムなセット [#b35e7ab4]
http://walbrix.net/blog/2010/05/blazedsweb.html

**BlazeDSとSpringを接続するアダプタ [#kdcbf09c]
http://www.igenko.org/archiva/repository/igenko/com/adobe/flex/blazeds-spring/


*push技術 [#nd1d40df]
**BlazeDSのPush通信を拡張する [#nfde01c3]
http://blogs.dion.ne.jp/tracks/archives/9735917.html

**BlazeDSはFlex/AIR版DWR [#ya1e363c]
http://www.atmarkit.co.jp/fwcr/special/blazeds/blazeds_1.html

**GrailsでblazeDSプッシュ配信!その1 [#k0a09c90]
http://ponytailthes.blogspot.com/search/label/blazeDS 

*Flex + LL連携(Ruby、Python、PHP) [#k7ddef65]
http://codezine.jp/article/detail/4541

*Rails 2.0とFlex 3 beta3でRESTfulなBookmarkアプリを作ろう 1 [#r252d63e]
http://uenon.jp/blog/archives/2007/12/rails-20flex-3-beta3restful-1-1.html

*Flex + Railsによるタイムトラッキング「Pomodo on Rails」 [#a66c6628]
http://www.moongift.jp/2009/09/pomodo_on_rails/

*SWF(Flash)ファイルのActionScript 3.0対応のデコンパイラ [#i0c3c878]
http://winmac.blog33.fc2.com/blog-entry-121.html


トップ   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS