WCF RIA Services for Silverlight and LiveCycle Data Services for Flex look similar on the surface but there must be a reason why one is free while the other costs a fortune.
Could anyone provide a brief description of what is similar between them and what makes them different?
...
Hello all,
I've recently been developing a project that involves sending out events from ColdFusion to LiveCycle 2.6.1 using the Data Management event gateway to Flex 4.0 clients (LiveCycle and ColdFusion are on different Instances, but the same server). To begin with, I used ColdFusion assemblers, DAO's, and models and everything ...
I am using Flex 4 with LCDS 3. I am having problems with properly handling exceptions.
I have a simple commit service like;
var commitToken:AsyncToken = _serviceName.serviceControl.commit(); // Commit the change.
commitToken.addResponder(new AsyncResponder(
function (event:ResultEvent, token:Object=null):void
{
Alert.show(...
Is it a good strategy to invest in LiveCycle / Stratus for a P2P video chat and screenshare application, or are there technologies that aren't reliant on Flash?
Is the Jingle protocol from Google something that could be used to build a web-based video conferencing solution, with the ability to use HTML5 on the front-end when the device ...
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. For now, we have implemented a recursive check on the complete object graph, but this seems ...