remoteobject « flex « Java Enterprise Q&A





1. How to set an HTTP header while using a Flex RemoteObject method?    stackoverflow.com

I am running blazeds on the server side. I would like to filter http requests using an http header. My goal is to send extra parameters to the server without changing ...

2. How Can I get Remote Objects to return XML in E4X?    stackoverflow.com

I'm writing a Flex application that makes full use of BlazeDS to a Java server. I use Remote Objects a lot, but I've come across an instance where receiving XML ...

3. Flex RemoteObject - handling multiple requests    stackoverflow.com

I have a couple of remote object methods that I want to respond to in different ways depending on the context, but I'd rather not set up a bunch of different ...

4. Flex/BlazeDS - resultHandler per function call not per RemoteObject?    stackoverflow.com

I've followed this tutorial to get some Flex code to call Java code hosted on a Tomcat server. This is how my RemoteObject and the Button to call the remote ...

5. AS3 Date not serializing to Java Date using BlazeDS    stackoverflow.com

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

6. Why wouldn't a flex remoteobject be able to work within a custom component?    stackoverflow.com

Please enlighten this flex noob. I have a remoteobject within my main.mxml. I can call a function on the service from an init() function on my main.mxml, and my ...

7. In flex how do I pass data retrieved from a remote object service to a modules interface?    stackoverflow.com

I found at this Adobe tutorial a nice "RemoteService" class that creates a RemoteObject and contains the functions for handling the result and fault events. If I wanted to ...

8. Check if data sent from Flex to Java server is zipped or not    stackoverflow.com

I want to analyse if the XML I send from my client Flex to my Java using remoteObject is compressed or not. for this, I'm using Wireshark, but it can't get packets ...

9. How to use strongly typed remote service objects in Flex with Mate Framework?    stackoverflow.com

I am relatively new to the Mate framework, but so far really like what I see. My application makes a lot of use of the <RemoteObjectInvoker> tag to call my ...





10. How do I access Remoteobjects by using ActionScript?    stackoverflow.com

This questions is discussed in many places, but none of the solutions seem to work for me. Heres the thing: In my mxml-code everything works perfectly:

<s:RemoteObject id="remotetest" destination="Hibernatetest" endpoint="http://praiseJESUS/blazeds/messagebroker/amf" result="remotetest_resultHandler(event)" fault="remotetest_faultHandler(event)"/>

<s:Button ...

11. How can I run Flex/BlazeDS without dropping a JSessionId cookie?    stackoverflow.com

The question says it. Does anybody know the answer to this? We're running into problems when 3rd-party cookies are disabled.