I\'m u开发者_JS百科sing a Amf channel , How to add security to My channel..You need to change the channel def\'s, you\'ll find them in:
When I make a request locally, I have no problems at all maintaining my FlexSession; however, when I make a request from another computer, it creates duplicate FlexSession for every request.I noticed
When I use FlashBuilder to connect to a remote Java object using BlazeDS, FlashBuilder automatically creates a local valueObject matching the object in the remote server.
i recently had a look to the tutorial for custom authentication within a flex application. The login is managed by getting the ChannelSet from a RemoteObject:
i wonder if i could set up a jsf bean that is capable of connecting to the BlazeDS Application within a tomcat server. My problem is that i have already a flex application and i want to reuse the same
I have a locally developed flex application which i would now deploy on a live server. Those are the constraints:
I\'ve knocked together a Java/BlazeDS server which creates a generic GridBean object. This GridBean contains:
I have some code that works fine without the @Async annotation but seems to fail with a NPE inside the reference to the @Autowired DAO when @Async is present on the method.
I\'m developing a pure AS3 application using BlazeDS for backend communication. Currently I\'m defining the AMFChannels at runtime using something like this:
Why are two requests displayed in Fiddler2 when first request sent to BlazeDS using RemoteObject of Flex.