<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
   <channel>
      <title>Mind The Gap</title>
      <link>http://blogs.adobe.com/mtg/</link>
      <description>Attempting to bridge the Flex / ColdFusion and LiveCycle gap... </description>
      <language>en</language>
      <copyright>Copyright 2008</copyright>
      <lastBuildDate>Tue, 22 Apr 2008 09:13:08 -0500</lastBuildDate>
      <generator>http://www.sixapart.com/movabletype/?v=3.2</generator>
      <docs>http://blogs.law.harvard.edu/tech/rss</docs> 

            <item>
         <title>The Acrobat User Community is hosting a PDF Forms contest!</title>
         <description><![CDATA[<p>Forms creation, distribution and response tracking are one of the most popular uses for Acrobat.&#160; But users need more samples of great forms and useful templates.</p>  <p>The purpose of the PDF forms contest is to create a public library of sample Forms and LiveCycle Designer templates that other PDF creators can use. The contest is open to qualified participants in any industry. You can even use a free 30-day trial copy of Acrobat 8 Professional to create your entries.</p>  <p>There are two entry categories:</p>  <p><b>Category: Fillable Forms</b></p>  <p>Show sophisticated and visually interesting fillable PDF Forms created using the forms toolbar in Acrobat 8 Professional, and may include interactive form elements, auto-formatting, calculations and Javascripting.</p>  <p><b>Category: LiveCycle Designer Templates</b></p>  <p>Develope form templates that can be used in LiveCycle Designer 8, and may include graphics, interactive form elements, library elements, auto-formatting, calculations and Javascripting. (LiveCycle Designer is included with every copy of Acrobat 8 Professional for Windows)</p>  <p>Notable entries will appear in the PDF Forms gallery. Entries may also qualify to win Adobe software, video cams and t-shirts. </p>  <p>The contest runs from Mar 10, 2008 until Apr 30, 2008.</p>  <p>Full details at <a href="http://www.acrobatusers.com/contests/forms/">http://www.acrobatusers.com/contests/forms/</a></p>]]></description>
         <link>http://blogs.adobe.com/mtg/2008/04/the_acrobat_user_community_is.html</link>
         <guid>http://blogs.adobe.com/mtg/2008/04/the_acrobat_user_community_is.html</guid>
         <category>LiveCycle</category>
         <pubDate>Tue, 22 Apr 2008 09:13:08 -0500</pubDate>
      </item>
            <item>
         <title>Implementing SOA Principals in LiveCycle ES</title>
         <description><![CDATA[<p>A couple of months ago, I talked about how LiveCycle ES uncovers the holy grail of SOA. Pretty bold statement to make without any description of what exactly LiveCycle ES does and how it does it. So this is a first of several articles that will attempt to demystify Adobe LiveCycle ES and why I think it ROCKS! :)</p>  <p>Before talking about process serving and composite application development, we should spend a little time talking about architecture. Don't worry - I won't get into a long winded discussion about architecture and design patterns... That's what Duane Nickull is for :) In his <a href="http://technoracle.blogspot.com/2008/01/new-adobe-soa-white-paper.html" target="_blank">post about the new SOA Whitepaper</a>, Duane talks about Web 2.0 as a common set of architecture and design patterns. The bottom line is that Web 2.0 applications are made up of a Service Oriented Architecture which is accessed by a Service Oriented Client. </p>  <p><a href="http://blogs.adobe.com/mtg/WindowsLiveWriter/ImplementingSOAPrincipalsinLiveCycleES_ED0A/image_4.png"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="325" alt="image" src="http://blogs.adobe.com/mtg/WindowsLiveWriter/ImplementingSOAPrincipalsinLiveCycleES_ED0A/image_thumb_1.png" width="477" border="0" /></a>&#160; </p>  <p>In this diagram, we quickly recognize the Resource Tier and the Service Tier. This is where IT professionals have spent a vast amount of time and resources ensuring that backend resources are available and accessible. Web Services have been created, Java Beans developed, services were born. So, what's the problem? The problem is that the needs of the business often outpace the bandwidth of the IT department. New requirements flood the IT shop, new services are born to meet the demand. Seems harmless enough... right? Turns out, not so much. All of a sudden, specialized services are invading the once clean and sterile SOA scene. The reality is, service multiplication causes maintenance nightmares.</p>  <p><strong><em>Concept: Process Serving</em></strong></p>  <p>What books like <a href="http://www.secretsofsoa.com/" target="_blank">Secrets of SOA</a> are telling us is that we need to take a step back and re-evaluate SOA approaches and implement what we have learned. One of those key lessons learned is that we need the ability to &quot;string&quot; multiple generic services together in order to create specific composite services. This is what Terry Borden and Bill Mitlehner refer to as process serving. Process serving is the ability to link two or more services together, the execution path of these links are driven by business rules specific to the implementation, and deployed as a new &quot;composite&quot; service with the same availability and accessibility as the atomic services themselves.</p>  <p><strong><em>Theory: Service Container</em></strong></p>  <p>For process serving to occur, you need to have an extremely flexible environment that would be able to expose a &quot;workflow&quot; like process engine that could invoke generic services synchronously or asynchronously while maintaining complete control over execution flow and state. Among other things, this service container would require:</p>  <ul>   <li>Registry/Repository where all execution assets and state information can be stored. </li>    <li>Sophisticated foundation would be required to manage common tasks like logging, file system access </li>    <li>Job management to handle the various requests&#160; </li>    <li>Invocation layer that would be able to dynamically register endpoints for new composite services </li>    <li>Granular security model </li>    <li>Design tools to facilitate process definition and deployment </li> </ul>  <p><strong><em>Reality: LiveCycle ES</em></strong></p>  <p>This is exactly what Adobe LiveCycle ES provides. Sure, we talk about PDF documents and document services, that is our bread and butter. But when you take a serious look at what the LiveCycle ES platform delivers... you get process serving. LiveCycle ES implements a service container on top of the J2EE stack (Weblogic, WebSphere, JBoss) with a dynamic invocation layer which automatically exposes multiple endpoints for each new service or composite service. A sophisticated foundation with common services and integration points. A security model (User Manager) which leverages existing user registries. A service registry/repository to store and maintain service execution and state. Of course, LiveCycle ES comes with a complete set of design tools built on Eclipse (Workbench).</p>  <p>A good friend of mine, <a href="http://gregsramblings.com/" target="_blank">Greg Wilson</a>, has recently posted several interesting articles around LiveCycle ES.&#160; His <a href="http://gregorywilson.wordpress.com/2008/03/31/adobe-livecycle-es-an-intro-video-for-developers/" target="_blank">latest post</a> is particularly of interest since it is directly related to what I have begun to cover here. I highly recommend that you take 15 minutes and watch his <a href="http://my.adobe.acrobat.com/livecycledevoverview1/" target="_blank">introduction to LiveCycle ES video</a>. Also, take the time to have a look around the <a href="http://www.adobe.com/devnet/livecycle/" target="_blank">LiveCycle Developer Center</a>... Read some of the great content posted there and download a <a href="http://www.adobe.com/devnet/livecycle/trial/" target="_blank">trial copy</a>. The download is quite large, if you would like to receive a DVD shipped to you, please drop me an email with your shipping information.</p>  <p>In the next article, I will introduce LiveCycle Workbench ES and how it is used to create composite services that can be deployed to the service container.</p>]]></description>
         <link>http://blogs.adobe.com/mtg/2008/04/implementing_soa_principals_in.html</link>
         <guid>http://blogs.adobe.com/mtg/2008/04/implementing_soa_principals_in.html</guid>
         <category>LiveCycle</category>
         <pubDate>Wed, 02 Apr 2008 07:51:29 -0500</pubDate>
      </item>
            <item>
         <title>The Beta 3 Eagle Has Landed!</title>
         <description><![CDATA[<p><a href="http://blogs.adobe.com/mtg/WindowsLiveWriter/TheEagleHasLanded_EA5C/image_4.png"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; margin: 0px 15px 10px 0px; border-right-width: 0px" height="81" alt="image" src="http://blogs.adobe.com/mtg/WindowsLiveWriter/TheEagleHasLanded_EA5C/image_thumb_1.png" width="81" align="left" border="0" /></a>Today, we are launching the public beta of LiveCycle ES Update 1. As I mentioned in my previous post - there is a lot to be excited about in the Update 1 release. In addition to LiveCycle. <p>Make sure that you sign up for the pre-release program by visiting the <a href="http://www.adobe.com/devnet/livecycle/" target="_blank">LiveCycle Developer Center</a>. </p>]]></description>
         <link>http://blogs.adobe.com/mtg/2008/04/the_beta_3_eagle_has_landed.html</link>
         <guid>http://blogs.adobe.com/mtg/2008/04/the_beta_3_eagle_has_landed.html</guid>
         <category>LiveCycle</category>
         <pubDate>Tue, 01 Apr 2008 09:16:02 -0500</pubDate>
      </item>
            <item>
         <title>LiveCycle ES Update ONE is around the corner</title>
         <description><![CDATA[<p>A vast number of improvements have been made to LiveCycle ES. A sample of <b>some</b> of the new features includes: </p>  <table cellspacing="0" cellpadding="2" width="468" border="0"><tbody>     <tr>       <td width="157"><a href="http://blogs.adobe.com/mtg/WindowsLiveWriter/LiveCycleESUpdateONEisaroundthecorner_9967/LC_Box_4.png"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="240" alt="LC_Box" src="http://blogs.adobe.com/mtg/WindowsLiveWriter/LiveCycleESUpdateONEisaroundthecorner_9967/LC_Box_thumb_1.png" width="152" align="left" border="0" /></a></td>        <td valign="top" width="309">         <h6></h6>          <ul>           <li>Improved development and authoring tools, including process <b>record and playback</b>, and <b>validation </b>of process definitions </li>            <li>Improved end-user experience including 508-Compliance, single sign-on support, and <b>many </b>LiveCycle Designer enhancements </li>            <li>Improved process management tools such as business calendars, out-of-office support, and customized e-mail notifications </li>            <li>Improved installation with two turnkey options (JBOSS and WebLogic) as well as command-line installation </li>            <li>Improved administration and platform maturity with improved <b>backup and recovery support </b>(hot backup), expanded platform, database, and JVM support </li>            <li>Improved Web Service support within XFA-based forms </li>            <li>PDF/A Support </li>         </ul>       </td>     </tr>   </tbody></table>]]></description>
         <link>http://blogs.adobe.com/mtg/2008/03/livecycle_es_update_one_is_aro.html</link>
         <guid>http://blogs.adobe.com/mtg/2008/03/livecycle_es_update_one_is_aro.html</guid>
         <category>LiveCycle</category>
         <pubDate>Mon, 24 Mar 2008 09:00:25 -0500</pubDate>
      </item>
            <item>
         <title>The AIR rocket has launched</title>
         <description><![CDATA[<p>Adobe has finally released <a href="http://weblogs.macromedia.com/flexteam/archives/2008/02/its_on_-_flex_3.cfm" target="_blank">Flex 3 and AIR 1.0</a>. This is a major milestone in the evolution of RIA and business applications as we know them.&#160; I'll be the first one to admit that I did not jump on the AIR bandwagon from the start. Obviously, my focus on enterprise level applications has blurred my vision. As time passed and I actually tried building a couple LiveCycle ES applications using AIR as the client, I quickly realized that my initial &quot;poo poo&quot; opinion of AIR was dramatically incorrect. AIR is going to revolutionize the way enterprise applications are built and distributed. </p>  <p>Take the time to <a href="http://www.adobe.com/products/air/" target="_blank">check it out</a>. The buzz is all around consumer type applications for now, but as more and more enterprise developers discover the power and flexibility or AIR; it will spread like wild-fire.</p>]]></description>
         <link>http://blogs.adobe.com/mtg/2008/02/the_air_rocket_has_launched.html</link>
         <guid>http://blogs.adobe.com/mtg/2008/02/the_air_rocket_has_launched.html</guid>
         <category>AIR</category>
         <pubDate>Mon, 25 Feb 2008 08:41:26 -0500</pubDate>
      </item>
            <item>
         <title>LiveCycle ES uncovers the holy grail of SOA</title>
         <description><![CDATA[<blockquote>   <p>&quot;The ultimate value of SOA is the ability to combine automated business services to create new market offerings that may reduce time-to-market and development costs.&quot;</p> </blockquote>  <p>This statement was made by Terry Borden and Bill Mitlehner in chapter 4 of the <a href="http://www.secretsofsoa.com/" target="_blank">Secrets of SOA</a>. I find this statement very interesting since this is exactly was <a href="http://www.adobe.com/products/livecycle/" target="_blank">Adobe LiveCycle ES</a> offers.&#160; This new release has been completely re-designed to enable you to visually &quot;string&quot; document services together to match your requirements. Now, I say document services because that's what we are in the business of selling. But don't let that fool you. The LiveCycle ES architecture is built on SOA principals which enable extensibility and flexibility beyond just documents. Mike Hodgson wrote up an excellent article on Adobe DevNet on <a href="http://www.adobe.com/devnet/livecycle/articles/dsc_development.html" target="_blank">how to deploy your own POJOs in LC ES</a>&#160;</p>  <p>Everything LiveCycle sits on what we have dubbed the <a href="http://www.adobe.com/products/livecycle/techsummary/foundation.html" target="_blank">Foundation</a>. The foundation is powered by a service container which exposes two types of services: </p>  <ul>   <li>Packaged POJO (Plain Old Java Objects) classes: Java class accompanied by a component.xml file which describes which methods, inputs and outputs are supported by the class. </li>    <li>Orchestrated services: Using Workbench (Eclipse based graphical editor), a designer drags the above mentioned packaged POJO classes onto a canvas and links them together based on business rules and/or application requirements. </li> </ul>  <p>In each case, once the service is activated, it is registered in the invocation layer which automatically creates invocation methods (endpoints) for that service. The default endpoints are: Web Service, Flex Remoting and EJB. Additional available endpoints (configured manually) are: Watched Folder, Email and Task Manager (only used in conjunction with LC Workspace ES).</p>  <p>The latter type of service (Orchestrated Service) is exactly what Terry and Bill are describing in their chapter. LiveCycle ES provides developers and business analysts with the ability to build processes in a graphical environment, set service properties using property pages and link services together based on their requirements. The key here is that the second that &quot;process&quot; is activated, it is deployed within the service container and from that moment on, is available just like any other service. Of course, there are security constraints that are applied, etc. The point is that very few people understand the power and flexibility that LiveCycle ES provides. With this introduction, I will post several examples in the next few weeks that illustrate my point.</p>  <p><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; margin: 0px; border-right-width: 0px" height="45" alt="image" src="http://blogs.adobe.com/mtg/WindowsLiveWriter/LiveCycleESuncoverstheholygrailofSOA_12BAC/image_3.png" width="60" align="left" border="0" /> <a href="http://www.adobe.com/devnet/livecycle/trial/" target="_blank">Get the LiveCycle ES Trial now</a></p>]]></description>
         <link>http://blogs.adobe.com/mtg/2007/12/livecycle_es_uncovers_the_holy.html</link>
         <guid>http://blogs.adobe.com/mtg/2007/12/livecycle_es_uncovers_the_holy.html</guid>
         <category>LiveCycle</category>
         <pubDate>Thu, 06 Dec 2007 09:09:49 -0500</pubDate>
      </item>
            <item>
         <title>AIR provides new ways to do business</title>
         <description><![CDATA[<p></p>  <p>Regardless of the vertical that you are in, one of the most challenging obstacles to overcome is connecting mobile agents to back office processes. Once that agent leaves the connected world and begins his/her day interacting with customers, suppliers or citizens - something bad happens... All that investment in technology in the back office to increase efficiencies and save money falls apart. </p>  <p>Those field agents are collecting valuable information that needs to be processed as soon as possible - but how does that information make it back into the SAPs of the world? OK, maybe I am going a little over-board here... Many organizations have built custom solutions to bridge that gap or have found some specialized application that does most of what is required. Hmmm, how do we get this application installed on all of the mobile devices the field agents use? And what happens when Fred (good old Fred who built the custom application) leaves the company or gets a promotion? Who is going to maintain that app?</p> ]]></description>
         <link>http://blogs.adobe.com/mtg/2007/12/air_provides_new_ways_to_do_bu.html</link>
         <guid>http://blogs.adobe.com/mtg/2007/12/air_provides_new_ways_to_do_bu.html</guid>
         <category>AIR</category>
         <pubDate>Tue, 04 Dec 2007 17:54:29 -0500</pubDate>
      </item>
            <item>
         <title>It&apos;s good to be back</title>
         <description><![CDATA[<p>After 8 months of hiatus, I'm finally back and have a little time to post.</p>
<p>We have been heads-down working on the LiveCycle ES launch. Might seem like no big deal, but the LC ES architecture is such a dramatic change from it's predecessors that the amount of work required to get our field organization trained and ready has been monumental. </p>
<p>With Adobe announcing AIR and releasing LC ES, there is so much to talk about. Within the last year we have gone from LiveCycle being a collection of server products to be <a href="http://www.adobe.com/devnet/livecycle/pdfs/LCES_architecture.pdf" target="_blank">re-architected to fit  the SOA reference model</a> and AIR being announced - the ultimate Service Oriented Client.</p>
<p>More to come soon...</p>]]></description>
         <link>http://blogs.adobe.com/mtg/2007/11/its_good_to_be_back.html</link>
         <guid>http://blogs.adobe.com/mtg/2007/11/its_good_to_be_back.html</guid>
         <category>General</category>
         <pubDate>Fri, 30 Nov 2007 11:36:46 -0500</pubDate>
      </item>
            <item>
         <title>Get more out of xForms!</title>
         <description><![CDATA[<p>Today, Adobe posted an alpha release of the <a href="http://labs.adobe.com/wiki/index.php/XForms_Converter" target="_blank">xForm Converter</a> utility on <a href="http://labs.adobe.com" target="_blank">Adobe Labs</a>. The converter will accept xForm container files such as HTML or XHTML but can be another language such as XML or XFDL. XFDL is IBM's propritary form description language used in IBM Workplace Forms. The converter will extract the xForm definition from these host files and generate Adobe’s XML Forms Architecture (XFA) documents. Since xForms by definition does not specify the layout, the converter will place all form elements using left to right - top&nbsp;to bottom layout.&nbsp;Business logic will be converted to JavaScript and data bindings will be maintained. This&nbsp;will&nbsp;prove to be a huge head start to people that wish to&nbsp;take their xForms to the next level and leverage Adobe's&nbsp;presentation while maintaining&nbsp;xForm data sturcture for submitted transactions.</p> <p>To view the results of the conversion, get the free trial version of Adobe Designer <a href="http://www.adobe.com/products/server/adobedesigner/" target="_blank">here</a>.</p> <p>The xForm Converter will be part of the Adobe Designer 8.1 release scheduled for later this spring. At that point, it will no longer be a standalone utility. The coverter will be invoked when using the File/Open... menu option and selecting the xForm option in the file type dropdown. </p>]]></description>
         <link>http://blogs.adobe.com/mtg/2007/02/get_more_out_of_xforms.html</link>
         <guid>http://blogs.adobe.com/mtg/2007/02/get_more_out_of_xforms.html</guid>
         <category>LiveCycle</category>
         <pubDate>Mon, 19 Feb 2007 21:54:19 -0500</pubDate>
      </item>
            <item>
         <title>Join me in welcoming Christoph Rooms...</title>
         <description><![CDATA[<p>Finally, <a href="http://christophrooms.com/" target="_blank">Christoph Rooms</a> (a teammate of mine in Europe) has entered the blogsphere - I have been bugging him for months :)</p> <p>Christoph, much like myself, has a strong focus on LiveCycle and was introduced to Flex and Coldfusion when Adobe acquired Macromedia. If you happen to be hanging out in Antwerp (Belgium) the week of December 11th, you can meet him at <a href="http://www.javapolis.com/" target="_blank">Javapolis</a>. He will be&nbsp;hosting&nbsp;a couple of Flex sessions and one of those will focus on <a href="http://www.springframework.org/" target="_blank">Spring</a> and <a href="http://www.hibernate.org" target="_blank">Hibernate</a>. &nbsp;</p> <p>Welcome Christoph, we all look forward to your contribution to LiveCycle and Flex communities.</p>]]></description>
         <link>http://blogs.adobe.com/mtg/2006/11/join_me_in_welcoming_christoph.html</link>
         <guid>http://blogs.adobe.com/mtg/2006/11/join_me_in_welcoming_christoph.html</guid>
         <category>General</category>
         <pubDate>Wed, 29 Nov 2006 09:43:42 -0500</pubDate>
      </item>
            <item>
         <title>LiveCycle Productivity Kit... Get your copy now!</title>
         <description><![CDATA[<p>I am pleased to announce a new project on <a href="http://www.riaforge.org">RIAForge</a> - the <a href="http://lpk.riaforge.org">LiveCycle Productivity Kit.</a> The LiveCycle Productivity Kit is a collection of Java classes that implement common programming tasks when using the Adobe LiveCycle APIs. This kit will serve more than the LiveCycle developer community, it will also be essential for Flex and ColdFusion developers that wish to invoke LiveCycle from their applications. </p> <p>The LiveCycle Productivity Kit is an open-source project. The source is also posted in <a href="http://svn.riaforge.org/lpk/LiveCycleProductivityKit/">subversion</a>, so feel free to download, update and extend :)</p> <p>I will be posting some Flex and CF samples using the kit in the near future. I am working on a Flex sample right now that uses the LiveCycle Productivity Kit to communicate with LiveCycle Workflow. The potential for enterprise applications is impressive!</p>]]></description>
         <link>http://blogs.adobe.com/mtg/2006/10/livecycle_productivity_kit_get.html</link>
         <guid>http://blogs.adobe.com/mtg/2006/10/livecycle_productivity_kit_get.html</guid>
         <category>LiveCycle</category>
         <pubDate>Wed, 25 Oct 2006 20:00:44 -0500</pubDate>
      </item>
            <item>
         <title>A great day - Adobe LiveCycle Developer Toolbox now available.</title>
         <description><![CDATA[<p>This is a big deal folks!!! All of you now have access to the <a href="http://www.adobe.com/devnet/livecycle/toolbox/index.html" target="_blank">Adobe LiveCycle Toolbox</a>. "What is the Adobe LiveCycle Toolbox" you ask? It's a self-extracting zip file of a pre-configured and pre-deployed <a href="http://www.adobe.com/products/livecycle" target="_blank">LiveCycle 7.02</a> installation on JBoss and MySQL. With the Adobe LiveCycle Toolbox, you will have local access to the Adobe LiveCycle platform; you will be able to teast the samples I post on this blog locally - not just take my word for it :) </p> <p>All you have to do is download the self-extracting EXE file and run it on&nbsp;your machine.&nbsp;You'll be able to play with all of the super cool features available in LiveCycle without having to engage in a formal pilot.&nbsp;I stongly recommend that you get the toolbox and try out the <a href="http://blogs.adobe.com/mtg/2006/09/flex_meets_livecycle_forms.html" target="_blank">Flex Meets Adobe LiveCycle Forms</a>&nbsp;sample I posted a few weeks ago.</p>]]></description>
         <link>http://blogs.adobe.com/mtg/2006/10/a_great_day_adobe_livecycle_de.html</link>
         <guid>http://blogs.adobe.com/mtg/2006/10/a_great_day_adobe_livecycle_de.html</guid>
         <category>LiveCycle</category>
         <pubDate>Sat, 14 Oct 2006 14:27:30 -0500</pubDate>
      </item>
            <item>
         <title>My First Hibernate Enabled Flex App - Part Deux!</title>
         <description><![CDATA[<p>If you have not done so, start with the <a href="http://blogs.adobe.com/mtg/2006/08/my_first_hibernate_enabled_fle.html">first part of this tutorial</a>. This is&nbsp;part 2 of&nbsp;the Employee Manager&nbsp;application that I created a month ago. I think this is good timing&nbsp;since&nbsp;Milan&nbsp;added a comment asking about how we would add new employees to the database, not just edit and delete. So here&nbsp;we go, in this post, we will&nbsp;start where we left off in my <a href="http://blogs.adobe.com/mtg/2006/08/my_first_hibernate_enabled_fle.html">initial tutorial.</a> </p> <p><a href="http://blogs.adobe.com/mtg/WindowsLiveWriter/MyFirstHibernateEnabledFlexAppPartDeux_13439/popup_screen%5B5%5D.jpg" atomicselection="true"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" src="http://blogs.adobe.com/mtg/WindowsLiveWriter/MyFirstHibernateEnabledFlexAppPartDeux_13439/popup_screen_thumb%5B5%5D.jpg"  border="0"></a> </p> ]]></description>
         <link>http://blogs.adobe.com/mtg/2006/09/my_first_hibernate_enabled_fle_1.html</link>
         <guid>http://blogs.adobe.com/mtg/2006/09/my_first_hibernate_enabled_fle_1.html</guid>
         <category>Flex</category>
         <pubDate>Wed, 27 Sep 2006 21:51:53 -0500</pubDate>
      </item>
            <item>
         <title>Flex meets LiveCycle Forms...</title>
         <description><![CDATA[<p>Similar to my previous <a href="http://blogs.adobe.com/mtg/2006/09/coldfusion_and_livecycle_forms.html">ColdFusion sample</a> that uses LiveCycle Forms, this is part 1 of a <a href="http://www.adobe.com/products/flex/" target="_blank">Flex</a> and <a href="http://www.adobe.com/products/server/formserver/" target="_blank">LiveCycle Forms</a> sample.</p> <p><a href="http://blogs.adobe.com/mtg/WindowsLiveWriter/FlexmeetsLiveCycleForms_A9F7/LCFFlex-screenshot%5B1%5D.jpg" atomicselection="true"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px"  src="http://blogs.adobe.com/mtg/WindowsLiveWriter/FlexmeetsLiveCycleForms_A9F7/LCFFlex-screenshot%5B1%5D_thumb.jpg"  border="0"></a> </p> <p>The goal of this sample is to demonstrate how you can create a Flex application that can use LiveCycle Forms to render PDF and HTML forms from XML form templates (<a href="http://partners.adobe.com/public/developer/xml/index_arch.html" target="_blank">XDP</a>)&nbsp;created in <a href="http://www.adobe.com/products/server/adobedesigner/" target="_blank">Adobe Designer</a>. The Flex application will display a list of pre-designed forms, sample xml data files (that can be used to pre-populate the forms)&nbsp;and available transformations. Once a form and optional XML data file have been selected, click on the Render Form button. This will make a call to LiveCycle Forms which will render the form on the server and return the result to the Flex application. Since Flash cannot&nbsp;embed PDF or HTML, I have lifted Christophe's <a href="http://coenraets.com/viewarticle.jsp?articleId=95" target="_blank">IFrame sample</a>. Basically, the PDF and HTML content returned from LiveCycle Forms is displayed in an IFrame on top of Flash. There are still some issues I have to work out regarding re-sizing etc. I'll post an update as soon as I have time to look into it. </p> <p>An optional part of this sample is to display performance numbers. When LiveCycle Forms is rendering the form template into PDF or HTML, I collect the number of milliseconds that it took to render the form. That performance data can be pushed to the flex application using JMS. This option is turned off by default, please read the <a href="http://blogs.adobe.com/mtg/README.html">README.HTML</a> file to see what needs to be done to turn this option on.</p> <p>This sample will showcase several <a href="http://www.adobe.com/products/flex/dataservices/" target="_blank">Flex Data Services 2</a> capabilities. The first one being <a href="http://www.adobe.com/devnet/flex/articles/rpc_service.html" target="_blank">RPC Services</a>. This sample uses a Java Object named FileUtils that I created that implements several file I/O functions. One of these function&nbsp;is listFilesFromURL(url). This function will return a string&nbsp;array&nbsp;of files available at the provided URL. That is the function that is used to display the list of available forms and XMl data files. This function was tested with JRun as well as WebLogic directory listings. If there any issues with the code, let me know.&nbsp;The other Flex Data Services 2 capability showcased in this sample is real-time messaging. If you choose to enable the JMS capabilities of this sample, everytime a form is rendered, the performance data is sent to a JMS topic and Flex will detect that message and grab the value which will be displayed in the graph. The really cool thing about this feature is that every person running this application will see all of the performance data, not just their own.</p> <p>You will need LiveCycle Forms as well as Flex Data Services. Check out these links to get access to the software.</p> <p><a href="http://www.adobe.com/devnet/livecycle/toolbox/index.html" target="_blank">Get the LiveCycle Developer Toolbox</a>&nbsp;</p> <p><a href="https://www.adobe.com/cfusion/tdrc/index.cfm?product=flex" target="_blank">Get Flex Data Services 2 Trial</a></p> <p>I'm working on getting the application hosted somewhere accessible to you can try it... Stay tuned.</p> <p><a href="http://blogs.adobe.com/mtg/README.html">Sample Installation Instructions</a></p> <p><a href="http://blogs.adobe.com/mtg/LCFFlex_Sample.zip">Download the Sample Files</a></p>]]></description>
         <link>http://blogs.adobe.com/mtg/2006/09/flex_meets_livecycle_forms.html</link>
         <guid>http://blogs.adobe.com/mtg/2006/09/flex_meets_livecycle_forms.html</guid>
         <category>Flex</category>
         <pubDate>Tue, 19 Sep 2006 13:10:09 -0500</pubDate>
      </item>
            <item>
         <title>Flex for Java</title>
         <description><![CDATA[<p>Are you a Java developer interested to know what's all the fuss about Flex? Then I highly recommend that you take 30 minutes from your busy schedule and try Christophe's <a href="http://coenraets.org/blog/2006/09/30-minutes-flex-test-drive-for-java-developers/" target="_blank">30 minute Flex Test-Drive for Java Developers</a>. This comprehensive test-drive will walk you through connecting java backends to Flex. This will give you a&nbsp;glimpse on how you can break out of the limitations of the browser and pimp up the interface to your applications.</p>]]></description>
         <link>http://blogs.adobe.com/mtg/2006/09/flex_for_java.html</link>
         <guid>http://blogs.adobe.com/mtg/2006/09/flex_for_java.html</guid>
         <category>Flex</category>
         <pubDate>Wed, 13 Sep 2006 09:04:31 -0500</pubDate>
      </item>
      
   </channel>
</rss>
