• 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

Need Suggestions about Struts2 with Adobe Flex.

 
Ranch Hand
Posts: 494
Eclipse IDE Postgres Database Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Friends

i've tried the adobe Flex..
and iam little interested to Adobe Flex..
is it possible to Mixed it with Struts2?..

is it a good implementation?..
which one is more better integrating Struts2 with GWT or Adobe Flex?..

anybody have tried integrating Struts2 with Flex?..
Please give me any suggestions what i have to do..

Thanks for any suggestion..
 
Author
Posts: 12617
IntelliJ IDE Ruby
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Of course you can use Flex with S2; you can use Flex with any back-end ramework. The REST plugin exposes services that can be consumed by a Flex application; if you're already using S2 it might be a good mix, if you're not, then there are many other options.
 
Ranch Hand
Posts: 185
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Go with Flex - here is a link http://www.adobe.com/devnet/flex/articles/struts_04.html

GWT is very useful if you have the same components on several of your jsp pages. I mean is you can reuse the components. and also GWT is good if you don't want the headaches of dealing with multiple browsers for javascript compatibility.

But if you want RIA go with Flex.
 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Go with Flex. I developed an application using Flex 3 and Struts 2: http://www.visualmandarin.com
You also can find a tutorial I wrote recently about integrating Struts 2 and Flex 3 for file upload: http://simplyolaf.blogspot.com/2009/07/uploading-file-with-struts-2.html
More tutorials about struts 2+flex are on the way
 
reply
    Bookmark Topic Watch Topic
  • New Topic