I want to be able to reuse my existing controller logic regardless of whether a request has been sent from a Flex client (using BlazeDS + Spring at the backend), or as a simple HTTP POST/GET request.
I have installed bla开发者_StackOverflow中文版zeds-turnkey-4.0.0.14931 installed.By default Blazeds uses AMF3 protocol. I wan\'t to switch it to AMF0. How to do this?
I get the below error when i am trying to make a java call from flex. [RPC Fault faultString=\"Send failed\"
I am facing one problem when am trying to insert values from flex(frontend) to database(backend).No problem in blazeds connection.I think problem is with java code.Anyway am pasting both java and flex
I wish someone can help me with this one. I have a Spring MVC application (Spring 3) running perfectly fine with Spring Security 3, we are now adding support for Flex and added BlazeDS to the applicat
I\'m developing a webapp with Java backend and Flash (pure ActionS开发者_如何学Gocript) frontend using BlazeDS.
I\'m currently looking for a good method for communication between one or multiple Google Andro开发者_C百科id devices (smartphones) and an Adobe Flex frontend on a pc.
I want to deserialize an Onlinegame AMF Stream to create various 开发者_运维知识库overviews (Items in stock, numbers of buildings, type of buildings etc.)
I have an Adobe Air 2.0 application that is also utilizing Spring BlazeDS integration.Inside this application I have a couple of data grids.The design was for each grid\'s model to register a Consumer
I am trying to return values from java into flex front end using BlazeDs.Successfully blazeds is connecting while retrieving the values it is showing [object Asynvtoken] am not getting values from jav