| Author |
Flex on Java
|
Shiv Nb
Greenhorn
Joined: Jul 21, 2010
Posts: 4
|
|
|
When we mean Flex on Java, does it mean can we integrate Flex on any Java framework?
|
 |
Jeremy Anderson
author
Ranch Hand
Joined: Apr 26, 2005
Posts: 32
|
|
Shiv Nb wrote:When we mean Flex on Java, does it mean can we integrate Flex on any Java framework?
By Flex on Java we mean, here's how you can integrate a Flex frontend with a Java server-side.
|
 |
Shiv Nb
Greenhorn
Joined: Jul 21, 2010
Posts: 4
|
|
So we can integrate Flex on to any Java server side framework like a Spring based server side application, or the like.
Can you highlight what are the kind of integration we can achieve? Messaging, Webservices etc..?
|
 |
Bj Allmon
author
Greenhorn
Joined: Oct 23, 2010
Posts: 13
|
|
Shiv Nb wrote:So we can integrate Flex on to any Java server side framework like a Spring based server side application, or the like.
Can you highlight what are the kind of integration we can achieve? Messaging, Webservices etc..?
Flex has the ability to communicate with Java through the means of Webservices natively (both restful and soap) and also do messaging with Java JMS and Object serialization or "remoting" (instead of Webservices) with the BlazeDS framework. There's also the GraniteDS framework that will allow you to perform remoting with Java.
|
 |
 |
|
|
subject: Flex on Java
|
|
|