Tagged Questions
Adobe LiveCycle Data Services (LCDS) its a framework used for connecting RIA applications written in Flex/HTML with Java/.NET backends. It offers solutions for real time messaging, data management, remoting, data modeling and code generation. It is one of the solution components included in Adobe Digital Enterprise Platform.
38
votes
2answers
2k views
Flex/LCDS Server-to-data-source Paging
I’m trying to set up a server to data-source paged service. I’ve got everything set up so that I’m getting my assembler called and am returning values, but I’m not getting “paged” calls.
...
4
votes
7answers
472 views
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?
3
votes
2answers
156 views
LCDS & Flex - Preventing DuplicateHTTPSession errors after logout
I have a flex/LCDS stack, where I'm finding that after logout, I often (but not always) start receiving Duplicate HTTP Session errors on the client.
Here's the important facts of the stack:
The ...
2
votes
2answers
125 views
Flex 4 Loader having status with Data Service
I have been working on a flex application with java, as i have used Life Cycle Data Service for communication, i wana know, is there any function of flex, where i can see the loading status in ...
2
votes
1answer
179 views
Best practices for model driven development using LiveCycle Data Services
What are your advises on using model driven development in developing enterprise applications. Adobe's LiveCycle Data Services looks very promising, I have found numerous tutorials/videos that shows ...
2
votes
3answers
1k views
Serializing immutable java classes to actionscript with LCDS
I've got a complex object which is being managed by the LCDS DataServices data management and being created/updated etc using custom assemblers. The vast majority of the object hierarchy is being ...
1
vote
1answer
157 views
LCDS - Expect List<Long>, get ArrayCollection of Integer
I have a POJO which declares a collection of List<Long>.
We're currently sending an ArrayCollection of Number, and it's arriving at the client as an ArrayCollection, populated with Integers.
...
1
vote
1answer
182 views
1
vote
1answer
126 views
LCDS with ColdFusion without Flex
Is there a way to do BlazeDS/LCDS and ColdFusion polling without the need to use Flex to connect to them to achieve pseudo-"realtime"?
1
vote
3answers
1k views
Can I get the client's IP address in an LCDS service call?
I'm trying to find the IP address of a client when they make a particular LCDS service call. Understanding all the issues of getting a "real" IP address and privacy concerns and so on, it is possible ...
0
votes
0answers
13 views
LCDS or blazeds or flex default timeouts for channels or application
I am working on lcds application and am using secure-amf channel for remote object calls.
Calling Websphere server(j2ee application).
I want to know the timeouts associated with the channels or ...
0
votes
1answer
68 views
Flex : LCDS Service returning null Asynctoken when executed 2nd time
I'm developing a Flex application using RobotLegs, LiveCycle DS & Java.
I'm trying to implement an update function, using LCDS, but I'm running into some strange behaviour:
This is the ...
0
votes
1answer
79 views
Configure Server Setting Issue in Flex 4.5
I am trying to Configure Server side Code in Flash Builder 4.5.I am Using LCDS 2.6.1.By clicking on validate configuration button I got message on top Only Life Cycle DataService 2.6 and higher are ...
0
votes
2answers
194 views
How To Make a channel Secure ? I'm using a Amf channel , How to add security to My channel
I'm using a Amf channel , How to add security to My channel..
0
votes
1answer
102 views
How to access the Principal object returned by a LoginCommand?
How can I access the Principal object in a Flex client that was returned by the doAuthenticate() method in the LoginCommand?
Adobe's LCDS Custom Authentication page isn't much help in this matter, as ...
0
votes
3answers
68 views
Can someOne tell me a brief Comparison between versions of LCDS
We are using Adobe LCDS 2.1 and thinking of Upgrading it to a higher version.. can someone tell me a brief Comparison of the LCDS versions available (3.1 , 4.1....) ????
0
votes
2answers
154 views
Moving from flex 3.2 to flex 3.5?
what changes I need to make?
What can be the possible issues in upgrading ?
Benefits of upgrading from flex 3.2 to 3.5.
0
votes
2answers
449 views
Compare WebORB vs LCDS and FMS vs Wowza
Hello please give comparison details as per follow 1) FMS vs Wowza vs Red5 and 2) WebORB vs LCDS vs BlazeDS
I am eager to review the feedback.
Specially compare with respect to no of concurrent ...
0
votes
1answer
556 views
Java Push DataMessage through Adobe RTMP LCDS DataService
I'm doing a POC to push Data from a (Java) server, though LCDS 3.1 's DataService using RTMP.
Configuration is OK. Adobe Air client DataMessage to server (+Assembler saving in DB) : OK
I found lots ...
0
votes
1answer
486 views
Flex / LCDS : Serializing InputStream as ByteArray using BeanProxy
I'm trying to serialize an object which has an InputStream. I need it to arrive on the flex client as a ByteArray.
Note - I can't implement IExternalizable on this class, as it's not mine.
I've ...
0
votes
1answer
64 views
Resources for advanced LCDS topics?
I'm looking to bone up my LCDS knowledge, but find that resources for anything beyond simple examples is lacking.
I'd appreciate if anyone could share sites and/or training courses they can ...
0
votes
1answer
218 views
LCDS / Spring integration for Assemblers
I have a Flex / Spring / LCDS project, and I'm trying to use the Spring/Flex integration module.
It works fine for exposing simple destinations & messaging end-points, however I'm unsure how to ...
0
votes
1answer
96 views
DataService.commitRequiredOn() recursive check?
We're using LCDS and the "commitRequiredOn" method in the DataService class to check if there are pending changes for an entity. However, it seems like "commitRequiredOn" does not check the complete ...
0
votes
1answer
166 views
Flex remoteObject compression
I have a Flex application which sends/receive a lot of data to/from the server. The bandwidth usage is high.
I'm using RemoteObject to send an XML(Document in Java). So I'd like to compress this XML ...
0
votes
3answers
553 views
Live propagation of DataGrid / ArrayCollection when changing values in Flex application
I've seen a bunch of screencasts demonstrating the integration between blazeds and flex, also some lcds tutorials, model driven or not.
I've seen that some of them the presenter opens 2 browsers and ...
0
votes
2answers
168 views
Configuring LCDS HTTPProxy service behind a firewall
I have an LCDS server sitting behind a corporate proxy/firewall.
I need to use a configured HTTPProxyService on the LCDS server to make requests out to beyond the firewall (can't go directly from the ...
0
votes
2answers
517 views
How is mx:DataService in LCDS different from Flash Builder 4 DCD data features?
LCDS Data Management via <mx:DataService> (only available with fds.swc from LCDS) can do pagination and data sync, but FlashBuilder 4 + Flex4 can do them as well! See the following Flex4 + ...
0
votes
2answers
8k views
Mapping Java ArrayList<CustomClass> and Flex ArrayCollection
I'm currently trying to map a java ArrayList with a Flex ArrayCollection, through LCDS.
My Flex application does call the Java method that returns the ArrayList, but I haven't managed to retrieve the ...
0
votes
4answers
520 views
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? ...