<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Dr Flex &#38; Dr LiveCycle &#187; LiveCycle Workbench</title>
	<atom:link href="http://www.drflex.eu/category/livecycle-workbench/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.drflex.eu</link>
	<description>Latest news from the cabinet</description>
	<lastBuildDate>Fri, 12 Mar 2010 22:27:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>LiveCycle ES2 Guides &#8211; Adding custom validation classes to your model</title>
		<link>http://www.drflex.eu/2010/03/livecycle-es2-guides-adding-custom-validation-classes-to-your-model/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=livecycle-es2-guides-adding-custom-validation-classes-to-your-model</link>
		<comments>http://www.drflex.eu/2010/03/livecycle-es2-guides-adding-custom-validation-classes-to-your-model/#comments</comments>
		<pubDate>Fri, 12 Mar 2010 22:27:51 +0000</pubDate>
		<dc:creator>Waldo Smeets</dc:creator>
				<category><![CDATA[Adobe Flex]]></category>
		<category><![CDATA[LiveCycle Forms ES]]></category>
		<category><![CDATA[LiveCycle Workbench]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.drflex.eu/?p=116</guid>
		<description><![CDATA[The Modeler in LiveCycle ES2 ships with several built-in validation classes, which you can apply to the models properties using the Styles definition. Obviously these standard classes don&#8217;t cover all use cases, especially not validation behavior that is specific to a non-US region for example. One of the cool things about Fiber models is that [...]]]></description>
			<content:encoded><![CDATA[<p>The Modeler in LiveCycle ES2 ships with several built-in validation classes, which you can apply to the models properties using the Styles definition. Obviously these standard classes don&#8217;t cover all use cases, especially not validation behavior that is specific to a non-US region for example. One of the cool things about Fiber models is that you can extend them using custom ActionScript code, so that you can use your custom validation classes in your projects (I plan to write another article on working with custom methods in your model by overwriting the generated value objects).</p>
<p>So, you can add and apply your own validation classes to the model. You just need to refer to your custom class in the Style validation annotation of the property. First, copy the validation class itself into the correct folder of your Workbench project. That&#8217;s also the trickiest part within the LiveCycle Modeler (compared to doing this for the Flash Builder modeler). The FB modeler generates the code into your Flex project folder and you can easily find it, but Workbench doesn&#8217;t generate the code in the directory where all your other projects are located (on Vista/Win7 that is C:\Users\username\Workbench ES2\). I am not exactly sure why, but I think because the model generated classes are mostly temp files that don&#8217;t have to be checked into the server (downside is that you need to backup modifications of custom classes yourself).</p>
<p>That &#8216;temp&#8217; folder that stores all model generated classes is much deeper on your disk drive. On my system it&#8217;s C:\Users\username\AppData\Roaming\Adobe\LiveCycle\ES2\Guides\generated\. Here you find subfolders structured per LiveCycle application. For your project, find the folder where the generated myModel.as and myModel.swf files are located. Consider this folder the &#8216;root&#8217; that is used by the compiler, so this is where yoy copy your custom validator classes to.</p>
<p>The last step is to define the style validation annotations within the property. Basically you&#8217;d define your property like this:</p>
<blockquote><p>&lt;property  type=&#8221;string&#8221;&gt;<br />
&lt;style&gt;<br />
&lt;validation&gt;<br />
&lt;annotation  name=&#8221;ActionScriptValidator&#8221;&gt;<br />
&lt;item  name=&#8221;ValidatorClass&#8221;&gt;mx.validators.SocialSecurityValidator&lt;/item&gt;<br />
&lt;item  name=&#8221;allowedFormatChars&#8221;&gt;&#8221;-()&#8221;&lt;/item&gt;<br />
&lt;/annotation&gt;<br />
&lt;/validation&gt;<br />
&lt;/style&gt;<br />
&lt;/property&gt;</p></blockquote>
<p>The ValidatorClass item defines the class path, and in this case the &#8216;allowedFormatChars&#8217; is one of the parameters that is used by that class. Now make sure that Workbench recompiles your class (just move an entity a few pixels, save and the recompile will hapen). Now your custom validator class is compiled into the model itself and you are ready to use the related properties within your guide!</p>
<p>ps: Workbench will inform you on compilation errors if you made errors in your class.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.drflex.eu/2010/03/livecycle-es2-guides-adding-custom-validation-classes-to-your-model/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LiveCycle ES2 integrated with MS Sharepoint Server 2007</title>
		<link>http://www.drflex.eu/2010/02/livecycle-es2-integrated-with-ms-sharepoint-server-2007/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=livecycle-es2-integrated-with-ms-sharepoint-server-2007</link>
		<comments>http://www.drflex.eu/2010/02/livecycle-es2-integrated-with-ms-sharepoint-server-2007/#comments</comments>
		<pubDate>Thu, 11 Feb 2010 21:46:31 +0000</pubDate>
		<dc:creator>Marcel Van Espen</dc:creator>
				<category><![CDATA[LiveCycle ES]]></category>
		<category><![CDATA[LiveCycle Output ES]]></category>
		<category><![CDATA[LiveCycle Workbench]]></category>
		<category><![CDATA[adobe livecycle]]></category>
		<category><![CDATA[ECM]]></category>
		<category><![CDATA[PDF]]></category>
		<category><![CDATA[sharepoint]]></category>

		<guid isPermaLink="false">http://www.drflex.eu/2010/02/livecycle-es2-integrated-with-ms-sharepoint-server-2007/</guid>
		<description><![CDATA[Integration scenario with LiveCycle ES2 and MS Sharepoint Server 2007]]></description>
			<content:encoded><![CDATA[<p>Very soon a connector for MS Sharepoint Server will be released. This offers bi-directional integration options to either connect to Sharepoint from a LiveCycle process, or to connect to a LiveCycle service from a Sharepoint document/folder.</p>
<p>I have recorded a demonstration that shows you how to store the result of a forms process in LiveCycle in a Sharepoint folder. I have used a very simple holiday request form that is filled in from the LiveCycle Workspace. After filling it in a static PDF is generated using the Output service and the result is stored into Sharepoint using one of the standard services. Check out the recording on <a href="http://www.vimeo.com/9378807" target="_blank">http://www.vimeo.com/9378807</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.drflex.eu/2010/02/livecycle-es2-integrated-with-ms-sharepoint-server-2007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Building a controlled Twitter solution using Adobe LiveCycle ES</title>
		<link>http://www.drflex.eu/2010/01/building-a-controlled-twitter-solution-using-adobe-livecycle-es-part1/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=building-a-controlled-twitter-solution-using-adobe-livecycle-es-part1</link>
		<comments>http://www.drflex.eu/2010/01/building-a-controlled-twitter-solution-using-adobe-livecycle-es-part1/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 15:47:28 +0000</pubDate>
		<dc:creator>Marcel Van Espen</dc:creator>
				<category><![CDATA[Adobe AIR]]></category>
		<category><![CDATA[Adobe Flex]]></category>
		<category><![CDATA[LiveCycle ES]]></category>
		<category><![CDATA[LiveCycle ES Content Services]]></category>
		<category><![CDATA[LiveCycle Output ES]]></category>
		<category><![CDATA[LiveCycle Process Management ES]]></category>
		<category><![CDATA[LiveCycle Workbench]]></category>

		<guid isPermaLink="false">http://www.drflex.eu/?p=103</guid>
		<description><![CDATA[This is part 1 of a video that demonstrates how you can use LiveCycle ES to build a process and an AIR application to publish tweets to a corporate Twitter account where you have control on what's published or not. In addition, in part 2 you will see how to archive all tweets in a PDF/A format within LiveCycle Content Services.]]></description>
			<content:encoded><![CDATA[<p>Look at these videos that demonstrate how you can use LiveCycle ES to build a process and an AIR application to publish tweets to a corporate Twitter account where you have control on what&#8217;s published or not. Part 1 focuses on building the client with Flash Builder 4 with the LC Service Discovery plugin. In part 2 you will see how to archive all tweets in a PDF/A format within LiveCycle Content Services.</p>
<p>Part1: <a href="http://www.vimeo.com/8886180">http://www.vimeo.com/8886180</a></p>
<p>Part2: <a href="http://www.vimeo.com/8886413">http://www.vimeo.com/8886413</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.drflex.eu/2010/01/building-a-controlled-twitter-solution-using-adobe-livecycle-es-part1/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Accessing MS-Office (custom) properties from LiveCycle ES processes</title>
		<link>http://www.drflex.eu/2008/12/accessing-ms-office-custom-properties-from-livecycle-es-processes/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=accessing-ms-office-custom-properties-from-livecycle-es-processes</link>
		<comments>http://www.drflex.eu/2008/12/accessing-ms-office-custom-properties-from-livecycle-es-processes/#comments</comments>
		<pubDate>Tue, 23 Dec 2008 19:45:43 +0000</pubDate>
		<dc:creator>Marcel Van Espen</dc:creator>
				<category><![CDATA[LiveCycle ES PDF generation]]></category>
		<category><![CDATA[LiveCycle Workbench]]></category>
		<category><![CDATA[Metadata]]></category>
		<category><![CDATA[MS-Office]]></category>
		<category><![CDATA[XMP]]></category>

		<guid isPermaLink="false">http://www.drflex.eu/?p=94</guid>
		<description><![CDATA[This is a small example on how to leverage metadata that has been entered by Office users within LiveCycle ES processes. All based on standard available services. An example is included.]]></description>
			<content:encoded><![CDATA[<p>You probably know the case, you want to convert a file to PDF and add a fax page so you can send it to a customer using your fax-server, or you just want to add a coverpage so you can archive the file in a effective way and have all the metadata nicely grouped on that coverpage.</p>
<p>There are simple ways to let LiveCycle ES take care of that process for you. Below a short explanation of some of the available services that are relevant in this context.</p>
<p>Within LiveCycle Workbench ES, one of the services in the common category that you can use is &#8220;<em>Export XMP</em>&#8220;. This service will extract all the available metadata from a PDF document. If you have converted a MS-Office document to a PDF document, you will be surprised what metadata is also converted. All these properties are now accessible using the service above. Here is a screenshot of some custom properties in a Word document.</p>
<p>Result of the Export XMP service is an XML structure that you can query. For instance, if you want to know what&#8217;s in some of the custom metadata fields, you can check this file. Here is a sample of the result of an Export XMP service.</p>
<p><em>&lt;?xpacket begin=&#8221;ï»¿&#8221; id=&#8221;W5M0MpCehiHzreSzNTczkc9d&#8221;?&gt;<br />
&lt;x:xmpmeta xmlns:x=&#8221;adobe:ns:meta/&#8221; x:xmptk=&#8221;Adobe XMP Core 4.2-jc015 52.349034, 2008 Jun 20 00:30:39-PDT (debug)&#8221;&gt;<br />
&lt;rdf:RDF xmlns:rdf=&#8221;</em><a href="http://www.w3.org/1999/02/22-rdf-syntax-ns"><em>http://www.w3.org/1999/02/22-rdf-syntax-ns</em></a><em>#&#8221;&gt;<br />
&lt;rdf:Description rdf:about=&#8221;"<br />
xmlns:xmp=&#8221;</em><a href="http://ns.adobe.com/xap/1.0/"><em>http://ns.adobe.com/xap/1.0/</em></a><em>&#8220;&gt;<br />
&lt;xmp:CreateDate&gt;2008-12-23T09:45:28+01:00&lt;/xmp:CreateDate&gt;<br />
&lt;xmp:CreatorTool&gt;Acrobat PDFMaker 9.0 for Word&lt;/xmp:CreatorTool&gt;<br />
&lt;xmp:ModifyDate&gt;2008-12-23T09:45:28+01:00&lt;/xmp:ModifyDate&gt;<br />
&lt;xmp:MetadataDate&gt;2008-12-23T09:45:28+01:00&lt;/xmp:MetadataDate&gt;<br />
&lt;/rdf:Description&gt;<br />
&lt;rdf:Description rdf:about=&#8221;"<br />
xmlns:pdf=&#8221;</em><a href="http://ns.adobe.com/pdf/1.3/"><em>http://ns.adobe.com/pdf/1.3/</em></a><em>&#8220;&gt;<br />
&lt;pdf:Producer&gt;Acrobat Distiller 9.0.0 (Windows)&lt;/pdf:Producer&gt;<br />
&lt;pdf:Keywords&gt;&#8221;PDF, Metadata&#8221;&lt;/pdf:Keywords&gt;<br />
&lt;/rdf:Description&gt;<br />
&lt;rdf:Description rdf:about=&#8221;"<br />
xmlns:dc=&#8221;</em><a href="http://purl.org/dc/elements/1.1/"><em>http://purl.org/dc/elements/1.1/</em></a><em>&#8220;&gt;<br />
&lt;dc:format&gt;application/pdf&lt;/dc:format&gt;<br />
&lt;dc:creator&gt;<br />
&lt;rdf:Seq&gt;<br />
&lt;rdf:li&gt;Marcel van Espen&lt;/rdf:li&gt;<br />
&lt;/rdf:Seq&gt;<br />
&lt;/dc:creator&gt;<br />
&lt;dc:title&gt;<br />
&lt;rdf:Alt&gt;<br />
&lt;rdf:li xml:lang=&#8221;x-default&#8221;&gt;This is a test document&lt;/rdf:li&gt;<br />
&lt;/rdf:Alt&gt;<br />
&lt;/dc:title&gt;<br />
&lt;dc:description&gt;<br />
&lt;rdf:Alt&gt;<br />
&lt;rdf:li xml:lang=&#8221;x-default&#8221;&gt;Onderwerp&lt;/rdf:li&gt;<br />
&lt;/rdf:Alt&gt;<br />
&lt;/dc:description&gt;<br />
&lt;dc:subject&gt;<br />
&lt;rdf:Bag&gt;<br />
&lt;rdf:li&gt;PDF, Metadata&lt;/rdf:li&gt;<br />
&lt;/rdf:Bag&gt;<br />
&lt;/dc:subject&gt;<br />
&lt;/rdf:Description&gt;<br />
&lt;rdf:Description rdf:about=&#8221;"<br />
xmlns:pdfx=&#8221;</em><a href="http://ns.adobe.com/pdfx/1.3/"><em>http://ns.adobe.com/pdfx/1.3/</em></a><em>&#8220;&gt;<br />
&lt;pdfx:Company&gt;Adobe Systems Incorporated&lt;/pdfx:Company&gt;<br />
&lt;pdfx:Department&gt;Development&lt;/pdfx:Department&gt;<br />
&lt;pdfx:Language&gt;English&lt;/pdfx:Language&gt;<br />
<strong><span style="#0000ff;"><span style="#ff0000;">&lt;pdfx:Office&gt;<span style="#ff0000;">Amsterdam</span>&lt;/pdfx:Office&gt;</span></span></strong><br />
&lt;/rdf:Description&gt;<br />
&lt;/rdf:RDF&gt;<br />
&lt;/x:xmpmeta&gt;<br />
&lt;?xpacket end=&#8221;w&#8221;?&gt;</em></p>
<p>Now, you will see some familiar tags in there. If you would like to access the custom property Office (With value Amsterdam) as highlighted in bold above, you will need to do the following:</p>
<ol>
<li>Store the result data from the Export XMP service in a variable of type XML (for this example this will be xmpdocxml)</li>
<li>Create a variable of type string (In this case it will be office) to store the office location (of course you can also put it in a form template, but this is out of scope for this example)</li>
<li>Use a set value service to set <a>/process_data/@Office</a> = /process_data/xmpdocxml/x:xmpmeta/rdf:RDF/rdf:Description/pdfx:Office</li>
</ol>
<p>That&#8217;s it. You can of course repeat this for all the other elements, and do what you like with it. I have created a simple example and made it <a title="Acrobat.com" href="https://share.acrobat.com/adc/document.do?docid=410f1942-e22f-4801-ac64-6cfe0ae70207" target="_blank">available</a> on <a title="Acrobat.com" href="https://share.acrobat.com/adc/document.do?docid=410f1942-e22f-4801-ac64-6cfe0ae70207" target="_blank">acrobat.com.</a> In the sample (zip file) I included a LiveCycle LCA file that you can import, a sample Word document and an XML file that is just showing you the metadata.</p>
<p>If this is too much for you, there is an even simpler service to retrieve the metadata from a document. This service, Export Metadata, gives you a nice XML structure that you can browse using your XPATH editor. Note that this only retrieves the basic metadata!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.drflex.eu/2008/12/accessing-ms-office-custom-properties-from-livecycle-es-processes/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Adobe on Business Process Modelling Notation (BPMN)</title>
		<link>http://www.drflex.eu/2008/10/adobe-on-business-process-modelling-notation-bpmn/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=adobe-on-business-process-modelling-notation-bpmn</link>
		<comments>http://www.drflex.eu/2008/10/adobe-on-business-process-modelling-notation-bpmn/#comments</comments>
		<pubDate>Thu, 23 Oct 2008 06:00:46 +0000</pubDate>
		<dc:creator>Waldo Smeets</dc:creator>
				<category><![CDATA[Dr LiveCycle Question]]></category>
		<category><![CDATA[LiveCycle Process Management ES]]></category>
		<category><![CDATA[LiveCycle Workbench]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[bpmn]]></category>
		<category><![CDATA[business process modelling]]></category>
		<category><![CDATA[LiveCycle ES]]></category>
		<category><![CDATA[workbench]]></category>

		<guid isPermaLink="false">http://www.drflex.eu/?p=90</guid>
		<description><![CDATA[Recently I was asked by a large system integrator about Adobe&#8217;s standpoint on the Business Process Modelling Notation (BMPN) specification. Not many people know that Adobe participates in quite some industry standards and supports their maturity/evolution such as BPMN, BPEL, BPDM and XPDL and that we are voting members of standard bodies such as OMG, [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I was asked by a large system integrator about Adobe&#8217;s standpoint on the <a href="http://www.bpmn.org/" target="_blank">Business Process Modelling Notation (BMPN) specification</a>.</p>
<p>Not many people know that Adobe participates in quite some industry standards and supports their maturity/evolution such as BPMN, BPEL, BPDM and XPDL and that we are voting members of standard bodies such as OMG, OASIS and WFMC. Adobe is represented in all these standards bodies and actively participates in reviewing and authoring of these standards. We take a lot of that knowledge back into the decisions we make when developing our enterprise products, especially Adobe&#8217;s LiveCycle Enterprise Suite.</p>
<p>BPMN (Business Process Modelling Notation) is a specification for a couple of things:</p>
<ul>
<li>A graphical notation. E.g. How different activities are represented in a process diagram.</li>
<li> Semantics of the graphical notation. E.g. What does it mean when you connect activities with a line.</li>
</ul>
<p><a href="http://en.wikipedia.org/wiki/BPMN" target="_blank">From wikipedia</a>:</p>
<blockquote><p><em>The primary goal of BPMN is to provide a standard notation that is readily understandable by all business stakeholders. These business stakeholders include the business analysts who create and refine the processes, the technical developers responsible for implementing the processes, and the business managers who monitor and manage the processes. Consequently BPMN is intended to serve as common language to bridge the communication gap that frequently occurs between business process design and implementation</em>.</p></blockquote>
<p>Using the Process perspective in <a href="http://www.adobe.com/products/livecycle/workbench/" target="_blank">LiveCycle Workbench</a>, one can visually create process maps that define and control your automated business processes. Since Workbench implements the main constructs for the graphical notation and the semantics of that notation as specified by BPMN, business analysts can create process diagrams using swimlanes, activities, events and associations following common modeling methodologies (we still have a gap to cover when it comes to modeling of Gateways).</p>
<p><img class="aligncenter" src="http://www.adobe.com/devnet/livecycle/articles/update1_whatsnew/fig04.jpg" alt="LiveCycle Process Designer" /></p>
<p>To summarize: if you have been trained in BPMN, you will find it easy to model a process using LiveCycle Workbench.</p>
<p>If you want to read more on <a href="http://www.adobe.com/devnet/livecycle/articles/bpel4people_overview.html" target="_blank">Adobe&#8217;s comments on BPEL and general standards</a>, you should read <a href="http://www.adobe.com/devnet/livecycle/articles/bpel4people_overview.html" target="_blank">this article</a> on de LiveCycle DevNet:</p>
<p>ps: One should know that the current BPMN spec (v1.1) does not specify how a process diagram should be persisted by a modeling tool. There is no XML schema for example. However, there is another specification &#8211; XDPL &#8211; which does provide this and the BPMN v2 specification currently in review also has a defined schema for persistence. Since standards have not been defined or widely accepted, LiveCycle Workbench currently persist that process definition using custom XML for which Adobe has publish the XML Schema (which after installation can be found under the LiveCycle SDK/schema directory).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.drflex.eu/2008/10/adobe-on-business-process-modelling-notation-bpmn/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>



