BlazeDS is a server-based Java remoting and web messaging technology that allows you to connect to back-end distributed data and push data in real-time to Adobe Flex and Adobe Integrated Runtime (AIR) Rich Internet applications (RIA). Because of its open licensing, BlazeDS is not precluded from ...
0
votes
0answers
12 views
How to add array list (getting from blazeDS) as a tree node in flex
I want to add array list (getting from blazeDS) as nodes to tree. And after clicking of particular node, related list is calling from service layer. I have done that but it is not coming as a child ...
0
votes
1answer
19 views
Export chart data to excelsheet
I wanted to export chart data (coming from java services) to excel. Do I need to create datagrid for that.
0
votes
0answers
8 views
Can not receive message from blazeds in flex application
From THIS thread's comment I created a java class which will send message to client flex application. But the client doesn't receive any message.
The java class is
package testpackage;
import ...
1
vote
1answer
30 views
Using BlazeDS with Flash CS5.5 or 6
Officially, BlazeDs can only be used "with Flex and AIR". This comment is puzzling in itself since Flex is a set of Actionscript development tools, while AIR is a "mode" in which Flash can operate.
...
0
votes
0answers
22 views
How to receive push data from blazeds in flex 4
I am trying to receive push data from blazeds. I found how to send push data from blazeds without any message from client in HERE. Now I don't know how to know from flex that data has been sent from ...
0
votes
0answers
23 views
How to convert from ArrayCollection<Number> of ActionScript to List<Long> of Java using BlazeDS?
I face to titled problem..
For example, I have classes like this.
HogeDomain.as
[RemoteClass(alias="hoge.domain.HogeDomain")]
public class HogeDomain {
// this contains Number type
public var ...
0
votes
0answers
15 views
blazeds push message not working when tomcat is fronted by apache server (though the rpc works)
When using blazeds with apache tomcat, the rpc calls and push messaging system work. But when apache server is placed in front of apache tomcat, only the rpc calls work, the blazeds push messaging ...
1
vote
1answer
33 views
Issue with Flex mobile project - bug?
I have a problem with Flash, so that Flash Builder shows an error icon on my project (and I can't run my project) but there's no error I'm sure -> I's working on this project and there's not any error ...
0
votes
0answers
22 views
BlazeDS invalid encoding
I've a very simple Flex app storing data with BlazeDS service. Everything works great except a missing characters after store operation. Application sends http header like this :
...
0
votes
1answer
28 views
Spring/Flex(online) to Spring/Air(offline)
I've been working on a project that uses Flex + Blazeds + Spring. Now some parts of it must run offline due to connectivity issues. The problem is how to deal with the existing architecture, ...
1
vote
1answer
50 views
ArrayCollections of Flex Charts from Java
When we are creating flex charts, for example Column chart we have to bind an ArrayCollection something like this :
[Bindable]
private var chartData:ArrayCollection = new ArrayCollection([
{X: ...
0
votes
1answer
51 views
How do I avoid creating a session?
My setup is as follows
A main application servlet accessible under /myApp/mainServlet/
A little "hand made" soap proxy that adds security headers (usernames, passwords) to soap calls coming from a ...
1
vote
1answer
60 views
How do you share Spring beans between different Spring contexts?
We have an application which uses Spring BlazeDS integration. So far we have just been using Spring and Flex, and it is working fine. We now have a requirement to add some Spring MVC controllers as ...
0
votes
1answer
33 views
Handle large amount of server data
I am using Flex 3, with BlazeDS to interact with Java layer and fatch the data. I am getting more then 10000 rows of data at a time to display in my datagrid. I am displaying it 200 at a time and ...
0
votes
1answer
47 views
Flex deserialization issue with List of Maps
I have a problem with BlazeDS to Flex mobile deserialization, so that I try to send back list of maps List<Map<String, Object>> with different Objects in every Map, but when I receive this ...
1
vote
3answers
102 views
Flex Blaze DS and JPA - lazy-loading issues
I am developing an application in Flex, using Blaze DS to communicate with a Java back-end, which provides persistence via JPA (Eclipse Link).
I am encountering issues when passing JPA entities to ...
1
vote
1answer
128 views
Flex multiple remote object call
I've a problem with multiple remote object calls. So that firstly I must retrieve employerID's from server (using BlazeDS btw), secondly I must make a request for each employerID and retrieve other ...
0
votes
0answers
82 views
Extending an ArrayCollection causes remoting to fail
I need to extend an ArrayCollection in Flex to implement something like this. But when I send it to the server, it appears that the serialization fails.
ArgumentError: Error #2004: One of the ...
0
votes
2answers
101 views
cannot use RemoteObject with BlazeDS in actionscript project
I try to connect blazeDS in actionscript project with the following code:
ro = new RemoteObject();
var cs:ChannelSet = new ChannelSet();
cs.addChannel(new AMFChannel("my-amf", ...
0
votes
1answer
91 views
Spring BlazeDS Integration configuration error
We have an existing (no Spring) Flex/BlazeDS application which we are in the process of migrating to use Spring BlazeDS Integration. Within the Maven pom, there is dependency on spring-flex-core ...
0
votes
1answer
71 views
How set Flex server location for BlazeDS maven build
As a first step getting a Hello World Flex-to-Java application to compile and run I followed:
http://jatin4rise.wordpress.com/2011/04/03/configuration-eclipse-for-blazeds/
and it ran successfully. ...
0
votes
1answer
30 views
Blaze DS 4 libs missing mx.* packages
I'm new to Flex and BlazeDS.
I just set up my environment (Flex 4.6 SDK, Blaze DS 4.01) and I'm wondering where the needed mx.* packages might be found, since I want to import classes, such as ...
0
votes
0answers
53 views
How to set the value of server-to-client-heartbeat-millis by using a class file?
how to set the value of the server-to-client-heartbeat-millis attribute of this below mentioned xml file dynamically using a class file.
<channel-definition id="my-streaming-amf" ...
0
votes
2answers
52 views
displaying an image in flex
I worked with HaXe and actionscript programming, but I'm new to flex. Here's my question. If I want to get image from server (blazeds) in AS3 I'll load it to Loader a loader and then add it to some ...
2
votes
2answers
122 views
More than one channel in BlazeDS
I am trying to set up a scenario where a Flex application would be able to use resources written in two different web application implementing BlazeDS.
I originally tried to do it by specifying a ...
0
votes
1answer
31 views
Flex 3 and Spring 4 Integration POM Dependencies
What are the maven dependencies in order to completely download all the Spring 3 and Flex 4 files required for the Spring Blaze Integration project?
Currently I am getting an exception that this ...
0
votes
0answers
37 views
Configuring JGroups for BlazeDS with servers sharing IP addresses
I'm trying to configure jgroups-tcp.xml for BlazeDS for the following server configuration:
Server 1: 161.1.2.251:9001
Server 2: 161.1.2.251:9003
Server 3: 161.1.2.252:9001
Server 4: ...
0
votes
1answer
48 views
brining together flex and blazeDS
I'm new to all this stuff, and I'm starting a flex+blazeds project. First I coded some server classes, and modified xmls (in WEB-INF). Now I want to test it with client. There (in Flash Builder) it's ...
0
votes
1answer
59 views
Is it possible to connect a flex application to two different BlazeDS servers?
My question is is it possible to connect to two different BlazeDS servers from the same Flex app? I have already read this question:
Can a Flex client app connect to BlazeDS running on a different ...
0
votes
1answer
66 views
Upgrade spring-flex from 1.0.3 to 1.5.2 causes NullPointerException
I have been trying to upgrade spring-flex 1.0.3 to 1.5.2 in order to check new features, i.e. Hibernate lazy fetching support in BlazeDS 4. I downloaded all necessary packages, changed dependencies in ...
2
votes
2answers
86 views
Why isn't my spring component accessible to the WebApplicationContext?
I have a spring component which was used as a flex-blazeds endpoint (using @RemotingDestination) and I now need to reuse it as a REST endpoint.
What I did was create an additional rest servlet (of ...
1
vote
0answers
206 views
Flex 4.6 + BlazeDS 4 + Spring 3.x
I'm trying to integrate Flex 4 with Spring 3.x using BlazeDS 4, but when I try to run Flex Web Application that tries to access a method it throws me the following error message:
"[RPC Fault ...
1
vote
1answer
31 views
sending picture to flash client. what technologies to use?
The question is about the following operation:
Flash client sends TeX code (or file) to server.
TeX is compiled into picture.
Picture is sent back to client
As far as I can see the best way to do ...
0
votes
1answer
101 views
How to call the method which has an only “long” type argument for using BlazeDS?
I can't call the method which has an only "long" type argument for using Adobe BlazeDS?
Here is it.
[Flex]
var ro:RemoteObject = new RemoteObject();
ro.destination = "objectService";
...
0
votes
2answers
47 views
Should I use BlazeDS for this?
I have a flash project that polls a php server every 10 seconds to check for commands. I have 1200 machines running this on a local network.
When we have network slowdowns, polling sometimes fails ...
0
votes
1answer
98 views
Difference among Comet servers and XMPP servers
In my next planned project I suppose to implement an online classroom website in which I want to share a black board (Say a simple text area) among the Tutor and the participating online students ...
0
votes
1answer
41 views
Can I add REST to my existing BlazeDS spring webservice?
I have existing blazeDS web-services which need to be preserved as is for various legacy reasons.
I now have the need to expose the same functional services via a rest api and marshall the previous ...
0
votes
2answers
72 views
Syncing BlazeDS messages across two webservers
I have a Flex/BlazeDS webapp (pseudo content management system) with a Java backend running on 2 Weblogic 10.3 servers for load balancing and HA purposes.
Basically, I'm using AMF polling to update ...
0
votes
0answers
24 views
What options out there for scaleable blazeds infrastructure?
I've finished writing a demo for a spring-blazeds/flash game (flash bootstrapped to flex dependancies anyway). Currently the tomcat server is hosted on AWS in a windows host and this all works fine ...
0
votes
1answer
72 views
Need advice on application architecture
Being a new user I could not post images. I have described my problem in the image at
http://riverstreamweb.com/URLWathcerArchitecture.png
Please check out the link and share your opinion/suggestions
...
1
vote
2answers
135 views
Null values when reading remote object from java POJO using BlazeDS and Flash Builder
I'm not getting any errors when I run the following files, but the data returned from the Java POJO object coming from the trace() statements below is:
[object ComputerInfo]
null
[object ...
1
vote
2answers
67 views
How to get sound from java-based services
I have a Java-based server side and a flex client side using Spring BlazeDS Integration. It works fine, but I want to get sound from server side recently.
I followed this BlazeDS mapping doc, it ...
0
votes
1answer
31 views
trying to find cause of Flex “RPC Error” pop-up
I'm working with a Flex 4 application (MXML and ActionScript front-end using BlazeDS and Java back-end) and I am trying to find the origin of an error.
The user sometimes (maybe once a week) gets a ...
1
vote
2answers
102 views
How Does BlazeDS Generate Files
I've been giving a application to work on that uses a Java EE application for the backend, Flash for the front end, and BlazeDS to connect the two. I have never used Flash or BlazeDS, and am trying to ...
1
vote
1answer
58 views
BlazeDS Generated Files Causing Flex Compiler to Fail
I have never worked with Flash/BlazeDS or Ant before, so sorry if this is simplistic.
I have a project that I need to develop some Java code for. The project is using Flash and BlazeDS. For the ...
0
votes
1answer
145 views
flash.utils.IExternalizable + Remoting + Flex Error #2004
There is a client - server basic application. The client uses a simple remoting to comunicate with the server side. The server side could be powered on WebORB, BlazeDS or any other product. The client ...
4
votes
1answer
221 views
can newer web containers having Servlet 3 extend BlazeDS max # of simultaneous users?
BlazeDS is implemented as a servlet and thus limited to roughly hundreds of simultaneous users.
I wonder if the more recent web containers (Tomcat 7, GlassFish/Grizzly, Jetty, etc.) supporting ...
0
votes
1answer
90 views
BlazeDS is not converting Scala classes to AMF
I'm new to Scala and BlazeDS. I am trying to write a very simple application where flex would call a method called getBook and the Scala service returns a Book object. There's no database involved. ...
0
votes
1answer
79 views
Best Way to manage Sessions in Flex SpringBlazeDS project
Am new to Spring framework, Have manage to integrate Flex SpringBlazeDS by following some samples on the net.
What am trying to see is the best approach to go ahead with managing sessions at backend.
...
1
vote
0answers
56 views
Blazeds dynamic destination
I'm trying to create dynamic destinations using BlazeDS. To start with I used the 'Feed' sample that comes with BlazeDS. It has a destination defined as 'feed' in messaging-config.xml. Now I commented ...