1. Graceful handling of server timeout in BlazeDS stackoverflow.comI have a flex client that makes service calls to a tomcat server running BlazeDS. I would like to gracefully handle server session timeouts in this environment. I do have security ... |
2. Sample Flex with Pojo on Server stackoverflow.comI just started a new project and my boss wants us to change IDE from NetBeans to Eclipse, RichFaces to Flex. I have never worked with Eclipse and Flex before. Today I ... |
3. Flex: Long polling (ie, server push) without BlazeDS? stackoverflow.comApart from using BlazeDS, are there any pre-existing libraries that implement long polling (or server push) in Flex? Note: I've read I like to implement Flex to Server comet / long ... |
4. How to create a Web Server for asynchronous request from a Flex/Air client? stackoverflow.comI have created a client with Flex Builder which works in a browser but also in an Air windowed application. I must connect it to a server and it has to ... |
5. Can a Flex client app connect to BlazeDS running on a different server? stackoverflow.comAs far as In understand the Flex technology, a Flex client connects to a Flex server to retrieve business information. Is this the only allowed connection for the client, ... |
6. Detecting (on the server side) when a Flex client disconnects from BlazeDS destination stackoverflow.comI'd like to know whether it's possible to easily detect (on the server side) when Flex clients disconnect from a BlazeDS destination please? My scenario is simply that I'd like to ... |
7. Witch Java technology should be used to build client-server applicatoin on server side? stackoverflow.comI'm new in Java world and I'm tottaly confused with numbers of java server-side technology. I need to build application with Java on server side and Flex-AIR on client one. All communication ... |
8. Passing Objects from Java(BlazeDs) Server to Front end Flex app stackoverflow.comI am looking for some help. I have set up a Java Dynamic web project which uses BlazeDs. This is on a Tomcat server and can send and recieve strings to ... |
9. Queuing strategy for Flex AMF Remoting requests to a Java server stackoverflow.comThe Flex Remoting service to a Java server need to do a synchronized task. I need to queue the AMF requests while one is currently in progress and once it's done ... |
10. Flex + Java + BlazeDS: Some java class instances already created on the server are unavailable from Flex! stackoverflow.comThank you for all the documentation, and the great forum. I have a question about the Java Factory; I've read somewhere that: "... the JavaFactory will check if there is already an ... |
11. Images and Listeners not working on J2EE flex server settings stackoverflow.comlet me point out that I do not have much experience with flex programming. Now, on to my problem. I have been programming using flex 4 on adobe flesh builder 4 in ... |
12. Strategies for efficient data fetching from the server stackoverflow.comI have a Flex-based client app which "talks" to the back-end through BlazeDS. In one of my use cases there will be a so called "Photo Wall" view, which will present ... |
13. How to send data in AMF format from flex to java socket server? stackoverflow.comi want to know how to send data using the AMF format from my flex AIR project to a socket written in Java. I am getting |
14. Flex GUI not recieving messages from BlazeDS server stackoverflow.comI tried to send messages to Flex UI using subtopic, message are getting publish on server but are not recieved on UI. flex-servlet.xml
|
15. Building Java multiplayer server game - difference between sockets and webservice stackoverflow.comI'm building a multiplayer card game using Flex on the client side and Java on the server side and I wanted to know if I must sockets and the accept method ... |
16. Sending data from a mobile flex application to a windows server running FMS and SOAP/IIS stackoverflow.comI have an app that records the mic using FMS 3. I am modifying this to work on a mobile environment however that doesn't let you stream the mic in the ... |
17. flex 4.5.1:Access file from server stackoverflow.comI am working on flex mobile project using flex 4.5.1. I want to get data from file (which is placed on server) only if the file is modified. I ... |