Tagged Questions
0
votes
1answer
47 views
[spring]channels attribute of <flex:remoting-destination> tag doesn't work
I configure blazeDS remote services by means of Spring.
I try override default channels for Remote service.
<flex:remoting-destination ref="flexCustomerService" destination-id="customerService"
...
1
vote
4answers
142 views
Flex Blazeds JavaIntegration
I have a java program running on my system which connects to MS Access for login page validation.
How do I trigger this particular java code from flex 3 using blazeds?
I am using bea weblogic ...
0
votes
1answer
452 views
Flex + Blazeds + remoting
I recently started working on a project which requires me to have an expertise with Flex and BlazeDS with remoting technologies like AMF...I have been a java programmer all this while and I do not ...
0
votes
1answer
204 views
Changing data service from BlazeDS to PHP
Recently started to learn Flex technology to create RIAs. And now I want to create web based application of my created program in C++ builder. (flight info sys)
I liked the Flex because of it's cross ...
0
votes
1answer
56 views
Convert byte to Domain objects
A Java developer just asked me the following:
If I send you byte[] for all the method calls on Remote Objects - will you be able to convert it to domain objects?
Can this be done? And how?
Thanks ...
0
votes
2answers
484 views
Flex + Java + BlazeDS: Some java class instances already created on the server are unavailable from Flex!
Thank 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 instance in the ...
0
votes
0answers
419 views
AsyncToken with user credentials as parameters
I wanted to get some help on something. I have to make a remoteobject call via asynctoken, that needs to have parameter of usercredentials passed in as setremotecredentials. the actual method itself ...
0
votes
1answer
414 views
Handle concurrent file download with flex/blazeDs/Spring
I'm currently working on a Flex3/blazeDS/Spring/MySQL project.
In this, some users needs to download some import logs. Problem is that given the singleton concept around spring, if 2 users ask for a ...
0
votes
1answer
417 views
Flex/BlazeDS Error missing property
I have this error when running my application on debug mode :
ReferenceError: Error #1056: Cannot create property root on MyClass.
The problem is that MyClass doesn't contain any root property ...
0
votes
2answers
151 views
Flex can't cast an Object to MyType despite the debugger indicating the object is MyType
I make a remote call to a method defined on my Java back end (using BlazeDS). This method returns a MyType object. On the Flex side the return value is of course wrapped inside a ResultEvent object ...
1
vote
0answers
473 views
Grails dependency injection no longer working after upgrade to Grails 1.3.3
Project setup is Flex 3-BlazeDS-Spring Flex Integration-Grails
Dependency injection in my Service classes was working just fine with Grails 1.2.1, when service methods were called from my flex ...
1
vote
3answers
210 views
How do you integrate Flex 3 with Spring 2.5
Can Spring 2.5 be used with Flex 3.x
my original question was misleading
0
votes
1answer
666 views
Max Upload file size for Java using Remote object (BlazDS)?
I tried with flex and java in the backend. In this, I am able to upload files till 100 MB using remote object (blazeDs) where we will read the file as byte array and send it to the java method. If the ...
0
votes
2answers
185 views
Exactly how many users can Support Blazeds Messeging service ? for much user support what we need to do(pooling)?
I designed one On line Trading Application, which uses blazeds & jetty,
in that i used AMF-LongPooling as channel, with following parameter,
Here is the problem is Each message is not reaching ...
2
votes
0answers
744 views
BlazeDS Security Custom LoginCommand
I've implemented a own LoginCommand and it works perfectly for all the remote calls from flex. But beside the flex remote objects I'd like to protect some other web resources like html, jsp and swf ...
4
votes
2answers
710 views
Is there a Maven plugin to generate AS3 classes from Java for BlazeDS?
I'm looking for a maven plugin that would generate ActionScript3 classes from Java classes in order to access them by object remoting.
I've seen FlexMojo but it uses the GraniteDS generator wich ...
2
votes
1answer
954 views
BlazeDS - Conversion from ArrayList <BaseClass> on java side to Actionscript
So we have a java class with two ArrayLists of generics. It looks like
public class Blah
{
public ArrayList<ConcreteClass> a;
public ArrayList<BaseClass> b;
}
by using ...
0
votes
2answers
2k views
An application with Flex, BlazeDS, Apache Tomcat, Java and Hibernate
I want to make an application which involves technologies like Flex, Java, Hibernate, BlazeDS and the server is Apache Tomact 6.0. Can anybody help me in how to link the various files I have. I'm ...
1
vote
0answers
339 views
Flex/Spring: Working with join table/entity
I have a question regarding mapping and entities/domains with Flex/Spring mapping via BDS. I currently have domains mapped to tables, and I am working off existing code to try and change the logic ...
1
vote
1answer
534 views
Deploying flex application to tomcat without eclipse plugin
I am using flex sdk to develope my application, now i want to deploy it into tomcat server with blazeDS how to do it with out the eclipse plugin?
0
votes
3answers
680 views
Modifying AMF response at runtime - How to?
I have built a simple flex application (using BlazeDS) which displays "Person" details by invoking a java service using flex remoting.
So, my Person class looks something like this:
class Person {
...
1
vote
5answers
1k views
LCDS Vs BlazeDs
Hi Any one can explain the difference between the LCDS and BlazeDs. Both are supporting HTTPService,Webservice,Remoting service. So why we need BlazeDs or LCDS?
4
votes
3answers
1k views
Data push to flex application from .net backend
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 ...
0
votes
3answers
187 views
Blazeds service time stats
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 ...
1
vote
1answer
2k views
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 ...
0
votes
2answers
3k views
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.
4
votes
3answers
11k views
How to support both HTTP and HTTPS channels in Flex/BlazeDS?
I've been trying to find the right configuration for supporting both http/s requests in a Flex app. I've read all the docs and they allude to doing something like the following:
...
1
vote
1answer
208 views
What effect has open source BlazeDS had on the adoption rate of Adobe Flex?
Is there any reliable way to check statistics for this question? I'm skeptical whether measures like Google Trends really say much but I was thinking the job market for Flex jobs might be an indicator ...