i have to create a application on grails with UI in Flex.i have to use JSON which will help in communication between java and flex.for grails code i am using IntellijIdea and for flex development i am using AdobeFlash Builder. I have no idea how both will communicate. Kindly suggest.
Asked
Active
Viewed 135 times
1
-
1Have you tried the flex plugin? http://grails.org/plugin/flex May be a start point to you. – Nov 18 '13 at 13:20
-
i want to use flash builder for flex development so i used blazeds for connectivity part but blazeds is not allowing me to expose groovy files it is asking for java service files.And also i read somewhere that this is compatible till grails 1.3 – dev Nov 18 '13 at 13:32
-
1I guess I don't really understand the question. JSON is not a method of communication; but a data format, like XML or AMF. You can send JSON from Flex to a server side language using the HTTPService class. You can process JSON inside the Flash Player using the JSON class. – JeffryHouser Nov 18 '13 at 14:10
-
i will use HTTPService for sending JSON from flex to server side language. – dev Nov 19 '13 at 05:14