It is possible to use Adobe Flash as view in Grails project? I want that all logic: model and controller was written on Grails, and use Adobe Flash. It's will be perfect to have some link on examples.
+3
A:
Use the BlazeDS plug-in for Grails and you should be all set. You can find it here. Here's an example of how to use it.
duffymo
2010-01-17 14:32:18
There is also a http://www.grails.org/plugin/flex-scaffold flex scaffolding plugin that may be of interest.
Jean Barmash
2010-01-17 14:58:11
+1
A:
It really depends on what type of application you want to develop. The easiest way is to have your flash component communicate to your application through custom api - using JSON or XML. This is what we've done for Sky Songs, the player component communicate directly to our grails app.
Julien Gagnet
2010-01-19 09:15:31