connection « flex « Java Enterprise Q&A





1. Maximum number of concurrent connections possible in BlazeDS    stackoverflow.com

What is the maximum number of concurrent connections possible in BlazeDS using only remoting service

2. BlazeDS StreamingAMF: How to detect when flex client closes the connection?    stackoverflow.com

I have a Flex application that connects to a BlazeDS server using the StreamingAMF channel. On the server-side the logic is handled by a custom adapter that extends ActionScriptAdapter and implements FlexSessionListener ...

3. When using blazeDS's proxy-config throw faultDetail="Connection refused: connect"    stackoverflow.com

I have created a XML file directly under the webroot, named index.jsp, the contents are as follow:

<%@ page language="java" import="java.util.*" pageEncoding="ISO-8859-1"%>
<?xml version="1.0" encoding="utf-8"?>
<catalog>
<product>
    <name>Product 1</name>
    ...

4. BlazeDS rejected connection from some IP address    stackoverflow.com


I'm using the BlazeDS binary version with Apache tomcat 6.0. And it seems there's a developer mode active and it only allows 3 IPs to connect to the application (Server). This ...

5. How to avoid data getting doubled or tripled with the number of client connections    stackoverflow.com

I'm using blazeDs pub/sub methodology and flex_sdk_4.1 to develop a flex application that displays data grid and chart for real time events generated using esper. The messageHandler() written in actionscript retrieves ...

6. Connection between java and Flex using blazeds returns error #2048    stackoverflow.com

I have been developing an application(a website to be more precise) which consists of a flex front end which is constantly sending and receiving data from the back end which is ...

7. Connection between flex and java failing on server    stackoverflow.com

Hi I am working on a project using flex/java/blazeds. This worked fine on local host however now that i have uploaded to a tomcat server(online), after having an error with the service ...

8. Multiple consumers per StreamingAmf connection?    stackoverflow.com

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 ...

9. Flex mySQL db connection with Blazeds    stackoverflow.com

I'm currently writing a little program and want to use Blazeds in combination with Flex. The connetion between Blazeds and my MySQL data base works fine but when I try to ...





10. Possible Flex client to server connection timeout    stackoverflow.com

I have a Flex client that invokes APIs on the server (OSGi service) over standard Flex Remoting. One of the APIs performs a very heavy operation that takes around 4-5 hours ...

11. Why or How Flex / BlazeDS Connection Dropped?    stackoverflow.com

I've configurated BlazeDS to "push" messages from java backend with long-polling. However, after the flex application is ran for a while, the front end stops receiving messages. Does anyone ...