<?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; Uncategorized</title>
	<atom:link href="http://www.drflex.eu/category/uncategorized/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>Amsterdam March 16th &#8211; Introduction to LiveCycle ES workshop</title>
		<link>http://www.drflex.eu/2010/02/amsterdam-march-16th-introduction-to-livecycle-es-workshop/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=amsterdam-march-16th-introduction-to-livecycle-es-workshop</link>
		<comments>http://www.drflex.eu/2010/02/amsterdam-march-16th-introduction-to-livecycle-es-workshop/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 19:27:46 +0000</pubDate>
		<dc:creator>Marcel Van Espen</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[air]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[LiveCycle ES]]></category>
		<category><![CDATA[PDF]]></category>
		<category><![CDATA[RIA]]></category>
		<category><![CDATA[XDP]]></category>

		<guid isPermaLink="false">http://www.drflex.eu/2010/02/amsterdam-march-16th-introduction-to-livecycle-es-workshop/</guid>
		<description><![CDATA[On Tuesday March 16th from 13:00 to 16:00 we will be hosting an additional session on LiveCycle ES under the hood. No slides, no clickthrough demo&#8217;s&#8230; the real thing. We&#8217;ll build an application that will touch on all of the important features within LiveCycle ES. That means, we will use tool as Flash Builder, Workbench, [...]]]></description>
			<content:encoded><![CDATA[<p>On Tuesday March 16th from 13:00 to 16:00 we will be hosting an additional session on LiveCycle ES under the hood. No slides, no clickthrough demo&#8217;s&#8230; the real thing. We&#8217;ll build an application that will touch on all of the important features within LiveCycle ES. That means, we will use tool as Flash Builder, Workbench, Designer to create an application. You can sit in and watch and come with questions and remarks&#8230;.  Let me know if you want to join. The session is at our office in Amsterdam.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.drflex.eu/2010/02/amsterdam-march-16th-introduction-to-livecycle-es-workshop/feed/</wfw:commentRss>
		<slash:comments>0</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>
		<item>
		<title>Extending Adobe Document Management with even more functionality</title>
		<link>http://www.drflex.eu/2008/10/extending-adobe-document-management-with-even-more-functionality/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=extending-adobe-document-management-with-even-more-functionality</link>
		<comments>http://www.drflex.eu/2008/10/extending-adobe-document-management-with-even-more-functionality/#comments</comments>
		<pubDate>Mon, 13 Oct 2008 11:14:39 +0000</pubDate>
		<dc:creator>Marcel Van Espen</dc:creator>
				<category><![CDATA[LiveCycle ES]]></category>
		<category><![CDATA[LiveCycle ES Content Services]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.drflex.eu/?p=88</guid>
		<description><![CDATA[Adobe LiveCycle Content Services ES provides enterprise class document management and/or archiving functionality to include in your customer facing business processes. The application is very easy to extend with new functionality that you develop yourself of get from an external source or sample. In this article a short description on how to extend Content Services with new functionality.]]></description>
			<content:encoded><![CDATA[<p>If you have installed and deployed Adobe LiveCycle Content Services ES for Document Management and/or Archiving purposes you have already seen the out-of-the-box features that are included in the product. Now, if you have written your own extensions and want to package these, the easiest way to do this is by creating a so called AMP file. This is a format that can be imported in another instance of Adobe LiveCycle Content Services ES.</p>
<p>Now without going into details on how to create these AMP files, you should know that there are also AMP files available in the community that you might want to evaluate. If you have installed the full LiveCycle ES Suite you will also get, as part of the SDK, a couple of sample packages such as records management, blog integration (including WordPress), and others.</p>
<p>Now the documentation is not very clear on how to deploy the included samples (or other available AMP files) to your deployed Content Services application. Below you will find a couple of steps on how to import AMP files.</p>
<p>1. Locate the C:\Adobe\LiveCycle8.2\LiveCycle_ES_SDK\misc directory</p>
<p>2. In there you will find a couple of AMP files and a utility called Module Management Tool. (<span style="AR-SA;">adobe-contentservices-mmt.jar)</span></p>
<p><span style="AR-SA;">3. Locate the C:\Adobe\LiveCycle8.2\jboss\server\all\deploy\adobe-contentservices.ear</span></p>
<p><span style="AR-SA;">4. Retrieve the contentservices.war file from the ear file above</span></p>
<p><span style="AR-SA;">5. Open a command line tool and goto the directory C:\Adobe\LiveCycle8.2\LiveCycle_ES_SDK\misc </span></p>
<p><span style="AR-SA;">6. Run: <span style="AR-SA;">java -jar <span style="AR-SA;">adobe-contentservices-mmt.jar install yourfilename.amp contentservices.war (Before doing this is is recommended to make a backup of the ear file!)</span></span></span></p>
<p><span style="AR-SA;"><span style="AR-SA;"><span style="AR-SA;">7. After this, copy back the contentservices.war file into the adobe-contentservices.ear file and copy it back to the LiveCycle ES Deployment directory (C:\Adobe\LiveCycle8.2\jboss\server\all\deploy)</span></span></span></p>
<p><span style="AR-SA;"><span style="AR-SA;"><span style="AR-SA;">7a. To validate wether the AMP is included in the war file, you can run the following command for a list of extensions: &#8220;<span style="AR-SA;">java -jar <span style="AR-SA;">adobe-contentservices-mmt.jar list contentservices.war&#8221;</span></span></span></span></span></p>
<p><span style="AR-SA;"><span style="AR-SA;"><span style="AR-SA;">8. Restart your jboss services to be 100% sure that you have the extensions available</span></span></span></p>
<p>If you find any interesting AMP files in the community, please share them with us. Have fun in trying the above.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.drflex.eu/2008/10/extending-adobe-document-management-with-even-more-functionality/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Load test Flex and LiveCycle Data Services enabled applications</title>
		<link>http://www.drflex.eu/2008/09/load-test-flex-and-livecycle-data-services-enabled-applications/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=load-test-flex-and-livecycle-data-services-enabled-applications</link>
		<comments>http://www.drflex.eu/2008/09/load-test-flex-and-livecycle-data-services-enabled-applications/#comments</comments>
		<pubDate>Mon, 29 Sep 2008 07:00:01 +0000</pubDate>
		<dc:creator>Waldo Smeets</dc:creator>
				<category><![CDATA[Adobe Flex]]></category>
		<category><![CDATA[Dr Flex Question]]></category>
		<category><![CDATA[Dr LiveCycle Question]]></category>
		<category><![CDATA[LiveCycle Data Services ES]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[amf]]></category>
		<category><![CDATA[capacity planning]]></category>
		<category><![CDATA[data services]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[stress testing]]></category>

		<guid isPermaLink="false">http://www.drflex.eu/?p=85</guid>
		<description><![CDATA[Disease: You have built an amazing cool and data intense Rich Internet Application with Adobe Flex and expect many users to work with your application. Suddenly you get concerned; how will the server behave when hundreds or even thousands of users visit your site? Prescription: Some more background on this problem first; You probably know [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Disease:</strong><br />
You have built an amazing cool and data intense Rich Internet Application with Adobe Flex and expect many users to work with your application. Suddenly you get concerned; how will the server behave when hundreds or even thousands of users visit your site?</p>
<p><strong>Prescription:</strong><br />
Some more background on this problem first; You probably know that a server in production will behave differently when interacting with a RIA than compared to serving traditional HTML apps that you have been building before.  This is mainly because UIs are not generated on the server any more. Though on the other side, there is probably increased data exchange between the client and server and most of all&#8230;. ideally you use the <a href="http://osflash.org/documentation/amf" target="_blank">ActionScript Message Format (AMF)</a> and Data Management cause it is easier to develop or <a href="http://www.jamesward.com/census" target="_blank">faster on the client</a>.  But how does it impact the server, can it handle the load and do traditional load testing tools still work?</p>
<p style="center;"><a href="http://www.drflex.eu/wp-content/uploads/2008/09/stresstestadmin.jpg" target="_blank" rel="lightbox[85]"><img class="aligncenter" src="http://www.drflex.eu/wp-content/uploads/2008/09/stresstestadmin-300x194.jpg" alt="LiveCycle Data Services Stress Testing Framework admin UI screenshot" width="300" height="194" /></a></p>
<p>Adobe currently hosts the <a href="http://labs.adobe.com/wiki/index.php/Data_Services_Stress_Testing_Framework" target="_blank">LiveCycle Data Services Stress Testing Framework</a> on <a href="http://labs.adobe.com/wiki/index.php/Data_Services_Stress_Testing_Framework" target="_blank">Adobe Labs</a> which addresses lots of these questions. The framework helps developers that use LiveCycle Data Services ES 2.6 to load test the server-side implementation of their LCDS applications. The page is stuffed with information on how to use the Framework so definitely spend some time going through all the details. The Data Services Stress Testing Framework is currently in beta form, but available for testing and evaluation. You can download and test the framework and we obviously hope you will provide us your feedback through the <a href="http://www.drflex.eu//labs.adobe.com/wiki/index.php/Data_Services_Stress_Testing_Framework" target="_blank">Adobe Labs page</a>.</p>
<p><strong>Tips to stay healthy:</strong><br />
The stress / load testing problem itself has been around for long, and many software vendors have created solutions to help web developers test their servers for large rollouts. However, most of these solutions are still based on the traditional HTML web metaphor and do not work well with AMF. Also, the Data Services Stress Testing Framework currently does not support BlazeDS or other AMF server implementations. Adobe is currently working with a number of testing tool vendors to implement all of the data transport protocols available in Flash. It seems that <a href="http://www.borland.com/us/products/silk/silkperformer/index.html" target="_blank">Borland&#8217;s SilkPerformer</a> is one of the first to have AMF3 support. I have not worked with it myself and would love your feedback. Obviously if you know of other tools that are useful for load testing your Flex applications, feel free to leave a comment!</p>
<p>ps: I heard internally that we are working on a new Capacity Planning Guide for LiveCycle Data Services ES 2.6 whitepaper<span style="line-through;">, <span style="line-through;">but it has not yet been finalized. I assume it will be posted in the coming weeks on the <a href="http://www.adobe.com/devnet/livecycle/" target="_blank">LiveCycle Development Center</a> so stay tuned.</span></span></p>
<p><strong>UPDATE: You can download the  <a href="http://www.adobe.com/go/lcds26_cap_planning_guide" target="_blank">Capacity Planning Guide for LiveCycle Data Services 2.6</a> from <a href="http://www.adobe.com/go/lcds26_cap_planning_guide">www.adobe.com/go/lcds26_cap_planning_guide</a>.</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.drflex.eu/2008/09/load-test-flex-and-livecycle-data-services-enabled-applications/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>



