Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

testing34
testing34
Offline

Badges

Badges
5

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
9

Discussions

Discussions
0

Questions

Questions
9

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by testing34
Customize the badges you want to showcase on your profile
Re: How to set LiveCycle Data Service to use AMF Channel ? - Adobe LiveCycle 22-04-2013
Yes…that is what I have read and implemented so far.

Views

119

Likes

0

Replies

0
Re: How to set LiveCycle Data Service to use AMF Channel ? - Adobe LiveCycle 21-04-2013
As per my knowledge, data service componenet works on rtmp protocol and cannot be set using AMF.Regards,Shally

Views

120

Likes

0

Replies

0
Re: Remoting-config.xml and JAR changes not reflecting - Adobe LiveCycle 27-06-2012
Typo: Restart the server not the machine.

Views

130

Likes

0

Replies

0
Re: Remoting-config.xml and JAR changes not reflecting - Adobe LiveCycle 26-06-2012
See Shaibal..What happens is that when you compile your Flex code, it embeds the reference of the services-config.xml at compile time. So, when you make the changes in the data-management-config.xml, the reference of which is in services-config.xml, it gets compiled in the Flex code as well and does not get updated at times even if we restart the server.So, two things here:1) Make sure when you change the destination id, you clean the Flex project code and then build it.2) Next, restart the mach...

Views

127

Likes

0

Replies

0
Re: Remoting-config.xml and JAR changes not reflecting - Adobe LiveCycle 26-06-2012
Try cleaning your flex project after restarting the server and then launch the application.Regards,Shally

Views

127

Likes

0

Replies

0
Re: Remoting-config.xml and JAR changes not reflecting - Adobe LiveCycle 26-06-2012
Hi,Have you tried restarting the deployment server after you made the changes?Regards,Shally

Views

128

Likes

0

Replies

0
Re: Implementing Server Push using LCDS 2.6 - Adobe LiveCycle 24-05-2012
Hi,As also, suggested by you, we were thinking of using an RTMP channel only for this since its a two way socket that establishes a communication channel between the client and the server and then helps keep messages moving to and fro.We have successfully implemented RTMP channel and achieved the following functionalities.1) A client initiated change which gets propagated to the server and then to all the clients.2) Server push to all the clients.Now our last step is to implement data push to a ...

Views

118

Likes

0

Replies

0
Re: Implementing Server Push using LCDS 2.6 - Adobe LiveCycle 16-05-2012
Hi,Thanks for your prompt reply.You are correct in understanding that LCDS will be a point of contact to initiate a Java Service which in turn initiates the operations to be performed at the backend as a result of an action perfomred at the client. Now there will be a scheduler at the server side which wll be constatntly monitoring the module that is doing the processing for the action perfomed. As and when this service gets the completion flag, this service will tell the LCDS to use data push t...

Views

115

Likes

0

Replies

0
Implementing Server Push using LCDS 2.6 - Adobe LiveCycle 16-05-2012
Hi All,We have created an application where we are using polling to get certain constant updates. Now this polling is client polling wherein the client polls the server at regular intervals to get the fresh data for certain actions.Now we wish to take this to another level and implement Server Data Push so that the client does not keep polling unnecessarily and the server notifies the client as and when the data gets updated with the server. For this we have the DataService Transaction class tha...

Views

2.2K

Likes

0

Replies

4