views:

76

answers:

3

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
There is also a http://www.grails.org/plugin/flex-scaffold flex scaffolding plugin that may be of interest.
Jean Barmash
+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
+1  A: 

GraniteDS Plugin for grails is another good option

Ford Guo