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.
Questions tagged [lcds]
49 questions
0
votes
2 answers
Hibernate could not initialize proxy - no Session: LCDS provokes lazy load on all collections
Some dirty business is happening in the AMF Servlet...
Im calling a DAO method that is supused to retrieve a list of DTO without any children through a remote object from java to flex:
public List getList()throws…

Ziul
- 883
- 1
- 13
- 24
0
votes
4 answers
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? Should I abandon that plan and go for BlazeDS…

Henry
- 32,689
- 19
- 120
- 221
0
votes
1 answer
Sharing data between HttpSession and FlexSession
I know it sounds silly but that s the situation we are in:
In index.jsp, wehave to capture Http Header containing the username of working user sent from browser (it is kinda single sign on of our organization)
In RemoteObject and Assembler (LCDS,…

Phung D. An
- 2,402
- 1
- 22
- 23
0
votes
1 answer
Delay in retrieving data from flex LCDS service
We have used remote object to retrieve data from java webservice. On initial load we are creating 4 remote objects and hiting the sevice 'myService'. At java end the function called from remoteObj1 excuted first and then second ,third and fourth.…

Anshu
- 1