blazeds
How To Make a channel Secure ? I'm using a Amf channel , How to add security to My channel
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:[详细]
2023-03-18 14:40 分类:问答Duplicate Flex Sessions With Cross-Domain Requests
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[详细]
2023-03-18 05:50 分类:问答How can I add a namespace to valueObjects using FlashBuilder
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.[详细]
2023-03-16 20:29 分类:问答How to make a ChannelSet login() secure in flex
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:[详细]
2023-03-16 05:34 分类:问答Using BlazeDS with jsf, jsp frontend
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[详细]
2023-03-16 04:28 分类:问答deploy flex application on tomcat server (not localhost) with blazeDS starting in eclipse
I have a locally developed flex application which i would now deploy on a live server. Those are the constraints:[详细]
2023-03-15 23:19 分类:问答Generic DataGrid for editing objects stored on a server
I\'ve knocked together a Java/BlazeDS server which creates a generic GridBean object. This GridBean contains:[详细]
2023-03-14 19:31 分类:问答Can you use @Autowired properties inside an @Async method
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.[详细]
2023-03-14 12:22 分类:问答ServerConfig.getChannel() doesn't work despite compiling with services-config.xml
I\'m developing a pure AS3 application using BlazeDS for backend communication. Currently I\'m defining the AMFChannels at runtime using something like this:[详细]
2023-03-13 14:32 分类:问答Why two requests are displayed in Fiddler2 when first request sent to BlazeDS using RemoteObject of Flex
Why are two requests displayed in Fiddler2 when first request sent to BlazeDS using RemoteObject of Flex.[详细]
2023-03-11 00:19 分类:问答