Questions tagged [lcds]

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.

49 questions
1
vote
1 answer

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"?
Faisal Abid
  • 8,900
  • 14
  • 59
  • 91
1
vote
0 answers

Flex big data volume performance (ADEP/LCDS dataservice)

As we have found a solution for Hibernate, server side loads the data very fast : less than a sec for thousands of records and more. Now the problem is on transporting data from server to browser. Two issue: 1.The datagrid always waits until the…
Phung D. An
  • 2,402
  • 1
  • 22
  • 23
0
votes
1 answer

how to getBy multi fields using LCDS

I am new to Flex. In my project, I use LCDS to define a holiday table which contain holidayId, countryCode and companyCode. LCDS generated all the getBy which are very handy. However, I need to get the records which are having countryCode = US AND…
dennislee
  • 65
  • 1
  • 8
0
votes
2 answers

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 ActionScript code within a RobotLegs' execute command, used…
WWWillems
  • 11
  • 2
0
votes
1 answer

Recording Shared Desktop and Webcam

I want to save published streams on my application server, so I can use the videos to create a webcast presentation later. Could you please give me some directions to do this? Thanks in advance. P.S. I may be sounded like I already have an…
frbry
  • 365
  • 4
  • 23
0
votes
1 answer

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 supported.I am using 2.6.1.still not able to…
Lucky
  • 783
  • 2
  • 10
  • 28
0
votes
1 answer

Livecycle dynamic form with access data lookup?

I've read a few tutorials and tips on how to setup a data connection (ODBC) between a livecycle (PDF) form and an Access database, but these are all limited to searching through the records (in the access database) one by one or returning all of…
Mark Walters
  • 12,060
  • 6
  • 33
  • 48
0
votes
1 answer

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 this is the only example they show for a…
elekwent
  • 763
  • 5
  • 10
0
votes
3 answers

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....) ????
Lucky
  • 783
  • 2
  • 10
  • 28
0
votes
2 answers

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.
Lucky
  • 783
  • 2
  • 10
  • 28
0
votes
2 answers

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 users support and support of data-management( use of…
sid
  • 1
  • 1
0
votes
1 answer

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 of examples with AsyncMessage, but as This is an…
Elnourso
  • 11
  • 4
0
votes
1 answer

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 registered a custom BeanProxy to do the conversion,…
Marty Pitt
  • 28,822
  • 36
  • 122
  • 195
0
votes
1 answer

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 configure to use Assemblers. The vanilla,…
Marty Pitt
  • 28,822
  • 36
  • 122
  • 195
0
votes
1 answer

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 graph of an object, but just the object itself.…
Christophe Herreman
  • 15,895
  • 9
  • 58
  • 86