blazeds

BlazeDS on Glassfish

Is there a way to use BlazeDS on a Glassfish server? If so how? ...

Explicity mapping between ActionScript and Java objects for the BlazeDS Messaging Service

The BlazeDS documentation shows how to explicitly map between ActionScript and Java objects. For example, this works fine for RPC services, e.g. import flash.utils.IExternalizable; import flash.utils.IDataInput; import flash.utils.IDataOutput; [Bindable] [RemoteClass(alias="javaclass.User")] public class User implements IExternalizable...

What material did you use to learn Flex/Air, and with ColdFusion + BlazeDS/LCDS?

What material did you use to learn Flex/Air itself, and with ColdFusion + BlazeDS/LCDS? ...

No LCDS with CF9? should I still use LCDS with CF8?

I've heard somewhere that LCDS is no longer baked in into CF9, and LCDS Express will be phased out, is that true? If I were to start a new CF8.01 + LCDS Express 2.6 project, what are the risks? Should I abandon that plan and go for BlazeDS instead? Thanks. ...

Flex + Spring + BlazeDS + Glassfish + OpenMQ - How do you configure the web-application-config for OpenMQ?

I have the spring-flex-testdrive example (JMS chat application which uses a Topic to pub/sub messages) to work on Tomcat with ActiveMQ now I want to run this example on Glassfish with OpenMQ. This is a related sample config I found online but it doesn't quite work for the Flex/Glassfish/OpenMQ/BlazeDs/Spring-Integration technology com...

How to control the session timeout is 30 sec in the BlazeDS?

dear friends, I didn't find how to set the session timeout less than 1 min in BlazeDS, web.xml 's timeout at least 1 min , how can I set the time less than 1 min , thanks a lot. ...

Flex Hibernate - Setting up EntityManager and SessionFactory with Flex/Mate/ and BlazeDS

I am creating a Flex project using Mate, Blaze DS, Tomcat server. All of that seems to be working. Even my Hibernate calls are working. However they do not seem to be created in the correct way. I am logging in the user with the following block of code in java: public AbstractUser login(String username, String password){ //Configurati...

Is there support for Glassfish in BlazeDS?

Duplicate http://stackoverflow.com/questions/1365026/blazeds-on-glassfish I have a question about BlazeDS and Glassfish. Is it true that there is no support for Blaze in GlassFish?? The following blog has a "hack" solution, but I can't find an 'official' solution. ...

Spring-Flex BlazeDs Multi-User + Global Chat Messaging

I'm working on an application that allows users to send internal message to one-another. I'll tell you what the current setup is and please help me figure out how to make it work or perhaps suggest another angle to take. We're using BlazeDS with Spring. User A listens for messages on message topic Chat.A User B listens for messages on...

What is the query string of a BlazeDS request?

I have a Tomcat service running on localhost:8080 and I have installed BlazeDS. I created and configured a simple hello world application like this... package com.adobe.remoteobjects; import java.util.Date; public class RemoteServiceHandler { public RemoteServiceHandler() { //This is required for the Blaze DS to instantiate the class }...

AS3 Date not serializing to Java Date using BlazeDS

When I pass a Actionscript Value Object that contains a Date variable using BlazeDS it is not getting transferring as a java.util.Date object correctly. When the setBaseDatefunction gets called on the Java side the baseDate value is NULL. The weird thing is if I rename the variable on the Java side to private Date date; and create a pu...

Injecting Log4J loggers with Spring

Hi, I have a spring 2.5 webapp with the following web.xml <?xml version="1.0" encoding="UTF-8"?> <web-app xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd" version="2.4"> <display-name>Spring ...

sharing sessions accross browsers and flex air

Is there any way to share a session between a java web app and an AIR app that uses blazeDS? The goal is some kind of single sign on, so when either one of the apps is logged into that the user would not need to log into the other. They're both running in the same tomcat, but they are different apps. ...

Blazeds service time stats

Hi, My Application : I have java remoting services(more then 25) on my (Tomcat BlazeDS)server which are called from my Flex client application. My Requirment : I need to collect stats on them like how much time each service is taking(total time). There are three approaches I can do this in my opinion(may be more) 1) change eac...

Flash Builder 4 BlazeDS Problem

Currently, I'm trying to develop a rich internet application using Flash Builder 4 Beta In Flash builder 4 BlazeDS can be connected directly using Data menu. However, I face this problem where the program keep asking me to uncomment RDS Servlet, which I have already done so. Does anyone have similar problem? Thanks in advance ...

Any Flex 4 migration experience?

My current development stack is MySQL + iBatis + Spring + Spring BlazeDS Integration 1.01 + BlazeDS 3.2 and Flex 3 with Mate 0.8.9 framework. Now Flash Builder 4 beta 2 is out. There are cool features like Data Centric Development (DCD), form generation etc... Do you know how Spring Blazeds Integration works with BlazeDS 4? What about M...

Single sign on with Joomla and Flash

I have a Joomla site and a Flash app (in Flex, if it matters). The Flash app is using BlazeDS as back-end. All the things are hosted in the same server, same domain. Are there anyway to implement SSO for the above environment? Update: What I want is: If the user logged in at Joomla, they will be auto logged in at the Flash app. Same v...

Data push to flex application from .net backend

Hi All, I'm about to go into a large scale application (client-flex, server-.net). The server side is required to push data to the clients without them asking for it, this data can be tables from the DB or simply 2 integers the application needs to consider. I tried to consider WebOrb.net for the job but the documentation is very poor ...

BlazeDS and ColdFusion - jRun memory usage increase resulting in java.lang.OutOfMemoryError: Java heap space

I have BlazeDS running in an instance of Coldfusion 8. A flex chat app that acts as both a producer and consumer with 70 long polling requests allowed, moving to client polling with a polling interval of 2 seconds. jRun metrics logging is enabled. The server is set up with a max heap size of 1200mb, 210 max jrun threads and 150 max simul...

BlazeDS support on Z-Linux

I am working on a proposal where we intent to use Flash remoting in Flex and conntext it Java Web application using AMF. We are looking at using BlazeDS or LCDS. The final applicaiton is to be deployed on Z-Linux Server. I came across a thread on Adobe Forums that says this will not work. Link to the Adobe Forum: http://forums.adobe.com...