blazeds
Can I use a remote object in flex to poll a java class on the server(Blazeds)? I want to return live information into my datagrid
So here is the code I have so far: Flex Code <?xml version=\"1.0\" encoding=\"utf-8\"?> <fx:Declarations>[详细]
2023-01-29 11:58 分类:问答New Flex Session for every AMF call in blazeDS
i\'m trying to login and logout users within the tom开发者_StackOverflowcat/blazeDS environment. I wrote a custom Java Login Proxy to handle the login which works. As i tried to logout user i.e. inval[详细]
2023-01-29 06:21 分类:问答How can my Flex application know when data is stale?
I have a 10开发者_开发知识库0% Flex based enterprise web application with a Java/BlazeDS backend.In order to create a more snappy user experience I\'d like to load a bunch of data into the client righ[详细]
2023-01-29 02:34 分类:问答How do you pass a 2d array from java to flex(using BlazeDs)?
To date I have only managed to pass primitive types and Arrays to flex. I need to know how to pass more complex objects like 2D arrays, or lists?[详细]
2023-01-29 01:42 分类:问答How to stop writing Java property setters for BlazeDS & JPA that I don't want?
BlazeDS will not serialize a property unless it has both a getter and a setter.However, many of my Java properties are read-only.Therefore I am now having to add setters to support the Unmarshalling p[详细]
2023-01-28 23:03 分类:问答Passing Objects from Java(BlazeDs) Server to Front end Flex app
I am looking for some help. I have set up a Java Dynamic web project which uses BlazeDs. This is on a Tomcat server and can send and recieve strings to a front end Flex project.[详细]
2023-01-28 21:21 分类:问答How to identify the original message that triggers MessageFaultEvent
I\'m using BlazeDS to send messages in Flex. Inside the UI component, I defined a producer likethe one below:[详细]
2023-01-28 16:57 分类:问答BlazeDS,GraniteDS, LiveCycleDS, WebOrb for Java which gives best performance?
Does anyone have experiance in a lot of these? I\'m not so intrested in the pdf creation part of LCDS.[详细]
2023-01-28 02:55 分类:问答FileLock with Tomcat Server and BlazeDS
i have a tomcat/blazeDS application in with several users write to the same xml file. while they write i want to have开发者_运维百科 a file lock on that file. my first attempt was to get the filechann[详细]
2023-01-27 20:18 分类:问答RemoteObjecting to BlazeDS in Flex
I have a blazeds amf url, which is https://..../afm/MessageBrok. Actually im not sure if it\'s what is referred to as the amf gateway or what. But basically, how do I do a remoteobject call to a blaze[详细]
2023-01-27 19:03 分类:问答