How can a LiveCycle ES2 Guide be displayed from a web application?
Solution
A Guide can be displayed in a web application using simple REST URLs but in some cases there may also be a preference to use the invocation API provided by LiveCycle instead.
The amount of data you need to encode into a barcode from your form can vary. How can you automatically increase the number of barcodes on your form to capture all of the data?
Solution
Dynamically increase the number of barcodes, according to the amount of data present.
In order to deploy the DSC the most easy way is to have a Workbench installed. But there are also ways to deploy a DSC without having WorkBench by our side. In Java, we do so by the help of LC SDK jars, namely adobe-livecycle.jar and adobe-usermanagement-client.jar. Now, what if we want to deploy a DSC from a FLEX UI on a Livecycle Server, running somewhere remote, let say by the click of a button on an AIR App. But in Flex we can't use SDK jars, hence the creation of ServiceClientFacory is impossible.
Solution
Flex exposes remoting endpoint which can be used to communicate with LiveCycle via LCDS. The adobe-remoting-provider.swc whihc is used to facilitate the communication, can be found at the LiveCycle installed location, \\Adobe LiveCycle ES2\LiveCycle_ES_SDK\misc\DataServices\Client-Libraries.
The amount of data you need to encode into a barcode from your form can vary. How can you automatically increase the number of barcodes on your form to capture all of the data?
Solution
Dynamically increase the number of barcodes, according to the amount of data present.
LiveCycle ES Data Services (the rock star product formerly know as Flex Data Services) can be run on the Mac, but there are a few things you have to do. This tutorial will show you how to hack it to run on a JBoss instance on the Mac natively.
Solution
Not to brag, but it starts up in about 28 seconds!!! I did this because I wanted it for demos and development work. In theory, it should work for the Mac servers, too.
By default the Domain Synchronization feature in LiveCycle can only be triggered via explicit UI action or schedule via Cron expression. Not possible to to do it on demand
Solution
The domain synch can be triggered via a remote method invocation using the ServiceClient
With LiveCycle ES Update 1 the FormAugmenterService service operation Lookup and "Insert Workflow XFO DataLookup and Insert Workflow XFO Data" may fail if you attempt to inject the workflow code into the XML of a form that has not been properly initialized.
Solution
Prior to using the FormAugmenterService service ensure that the form XML has been properly initialized with the xfa:data structure so that inserting the work-flow data will not interfere with any population of data that may occur later in your render process.
This site is produced in partnership with
O'Reilly.