I have a very large problem. I\'ve written a large app using Flex3/Tomcat/BlazeDS/Spring that has worked very well while developing locally, fine when I deployed to a common dev environment, but then
I wanted to know if it was possible to launch an Applet from Bla开发者_高级运维zeDS?BlazeDS is running on the server side - it consists from several jar files which can be integrated in any applicatio
I am using spring exception translator to wrap java exception into flex exception. public void testException()throws Exception{
Since Adobe opened the RTMP specificatio开发者_开发百科n to the community, does it mean that RTMP will be supported by BlazeDS?From what I know RTMP is not there yet :(
I found at this Adobe tutorial a nice \"RemoteService\" class that creates a RemoteObject and contains the functions for handling the result and fault events. If I wanted to use this approach, how cou
Since i\'m begining to disc开发者_Go百科over this world, I\'m wondering which one of those is more use on professional developpement.
I\'ve implemented a own LoginCommand and it works perfectly for all the remote calls from flex. But beside the flex remote objects I\'d like to protect some other web resources like html, jsp and swf
i\' m using BlazeDs. In services-config.xml we got following configuration of endPoint. <channel-definition id=\"any-amf\" class=\"mx.messaging.channels.AMFChannel\">
I am wondering BlazeDS polling configuration, simple开发者_如何学运维 or long polling, is the best for a low bandwidth network.HTTP Streaming should use the least amount of bandwidth and have the lowe
I\'ve seen a bunch of screencasts demonstrating the integr开发者_开发百科ation between blazeds and flex, also some lcds tutorials, model driven or not.