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.