• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

How to integrate flex with grails?

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi-

1) Can you give me some references to integrate flex with grails applications? is any grails plugin available for the same?

2) Can also please share plugin architecture of Grails plugin development?

3) As per Grails documentation, i could make out only that GORM is built on Hibernate? Will grails support other ORM packages such as EclipseLink(Top Link), Ibatis.?


Regards
Ramakrishna
 
Ranch Hand
Posts: 245
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Here is nice article on integrating Flex UI with grails services http://www.ibm.com/developerworks/web/library/wa-riagrails1/
Here is another very good article : http://www.infoq.com/articles/flex-grails

Another way can be to integrate can be to use a data service like BlazeDS. See http://www.grails.org/Flex+Plugin
 
reply
    Bookmark Topic Watch Topic
  • New Topic