0から始めるflex builder的な【2週目】
railsとシンプルに連携してみるテスツ。
http://fuga.katzchang.staxapps.net/posts
http://fuga.katzchang.staxapps.net/fugaflex
以下、自分用メモ。
- install stax SDK
- install ant
- install jruby
- create DB "fuga-development"
- edit yaml (production:)
- stax create -t jrubyonrails fuga
- jruby script/generate scaffold ...
- install mysql-gui-tools
- "CREATE TABLE posts ..." on MySQL Query Browser
- stax run
- http://localhost:8080/posts
- stax deploy -u katzchang -p xxxx
- http://fuga.katzchang.staxapps.net/posts
- create flex project "fugaflex"
- get posts: "event.result.posts.post as ArrayCollection;"
- http://fuga.katzchang.staxapps.net/fugaflex
builderの意味があるかどうかは、まだ触れないでください><