<?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>ADEP &#38; LiveCycle Help Content Team</title>
	<atom:link href="http://blogs.adobe.com/ADEPhelp/feed" rel="self" type="application/rss+xml" />
	<link>http://blogs.adobe.com/ADEPhelp</link>
	<description>Updates, new content, and other helpful information from the ADEP &#38; LiveCycle Help Content Team</description>
	<lastBuildDate>Thu, 24 Nov 2011 09:22:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Adding user images in ICR Solution Interface</title>
		<link>http://blogs.adobe.com/ADEPhelp/2011/11/adding-user-images-in-icr-solution-interface.html</link>
		<comments>http://blogs.adobe.com/ADEPhelp/2011/11/adding-user-images-in-icr-solution-interface.html#comments</comments>
		<pubDate>Fri, 11 Nov 2011 07:16:25 +0000</pubDate>
		<dc:creator>Ashish Gupta</dc:creator>
				<category><![CDATA[Customer Experience Solutions]]></category>
		<category><![CDATA[Customization]]></category>
		<category><![CDATA[ICR Customizations]]></category>
		<category><![CDATA[Integrated Content Review]]></category>
		<category><![CDATA[Adobe CEM]]></category>
		<category><![CDATA[customization]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[ICR]]></category>
		<category><![CDATA[solution]]></category>

		<guid isPermaLink="false">http://blogs.adobe.com/ADEPhelp/?p=624</guid>
		<description><![CDATA[This blog post is part of the series on customizing the Adobe Integrated Content Review solution. *** Any entity of the Integrated Content Review solution like, a campaign, a project, or an asset, includes many participants or team members. The participants at any level in the campaign hierarchy include participants from lower levels. In other words, [...]]]></description>
			<content:encoded><![CDATA[<p><em>This blog post is part of the <a href="http://blogs.adobe.com/ADEPhelp/category/customer-experience-solutions/icr-customizations">series</a> on customizing the Adobe Integrated Content Review solution.</em></p>
<p>***</p>
<p>Any entity of the Integrated Content Review solution like, a campaign, a project, or an asset, includes many participants or team members. The participants at any level in the campaign hierarchy include participants from lower levels. In other words, a campaign includes all the participants of a project. A project, in turn, includes all the participants of the assets within it. Additionally, at any level in the campaign, a participant can be added directly to the team list.</p>
<p>To view/add team members at any level in a campaign, click an entity in the Gantt chart and then click the Resources tab. A newly added team member may not have an avatar image. An instance is shown below:</p>
<div id="attachment_625" class="wp-caption aligncenter" style="width: 310px"><a class="lightbox" title="" href="http://blogs.adobe.com/ADEPhelp/files/2011/11/NewUser_before.png"><img class="size-medium wp-image-625" title="" src="http://blogs.adobe.com/ADEPhelp/files/2011/11/NewUser_before-300x167.png" alt="Newly added user does not have an avatar" width="300" height="167" /></a><p class="wp-caption-text">Newly added user does not have an avatar</p></div>
<p>&nbsp;</p>
<h2>Understanding the naming convention of the image files</h2>
<p>The images display only if the image files are named using the canonicalname_domainname convention. To know the value of domain name and canonical name, follow these steps:</p>
<ol>
<li>Navigate to <a href="http://localhost:4502/crx/index.jsp">http://localhost:4502/crx/index.jsp</a>.</li>
<li>Log in using the credentials of the user whose domain name and canonical name is to be determinded.</li>
<li>The UserID is displayed of the format lcu::domainname::canonicalname. Note the domain and canonical names from the string.</li>
</ol>
<p>For example, for an administrator the name is displayed as lcu::DefaultDom::SuperAdmin. Hence, the domain name is DefaultDom and canonical name is SuperAdmin.</p>
<h2>Adding an image</h2>
<p>Let us add an image for a newly-added user named Shashank Kapoor.</p>
<ol>
<li>Navigate to ICR_SOURCE/integratedcontentreview/package_data/content/icr/assets/user-images.<br />
<strong>Note:</strong> ICR_SOURCE folder is the folder where you extract the provided source code of the solution interface. Refer to <a href="http://help.adobe.com/en_US/enterpriseplatform/10.0/IntegratedContentReviewCustomize/WSa9ede115952e0f63-35475583132973b24d8-7ffb.html#WSa9ede115952e0f63-35475583132973b24d8-7ff9">this</a> help page to read more.</li>
<li>Add an image with the file name shakapoo_DefaultDom.jpg.<br />
<strong>Note:</strong> To update an existing image, replace the image file with a new image file. The image file is scaled to 45 x 58 pixels in size. The image filenames are case sensitive.</li>
<li>Create a directory named shakapoo_DefaultDom.jpg.dir.</li>
<li>In this directory create a file named .content.xml. Add the following code to it:<br />
&lt;?xml version=&#8221;1.0&#8243; encoding=&#8221;UTF-8&#8243; ?&gt;<br />
&lt;jcr:root xmlns:jcr=&#8221;http://www.jcp.org/jcr/1.0&#8243; xmlns:nt=&#8221;http://www.jcp.org/jcr/nt/1.0&#8243; jcr:primaryType=&#8221;nt:file&#8221;&gt;<br />
&lt;jcr:content jcr:primaryType=&#8221;nt:unstructured&#8221; /&gt;<br />
&lt;/jcr:root&gt;</li>
<li>Save and deploy the customized solution interface. To know more, refer to <a href="http://help.adobe.com/en_US/enterpriseplatform/10.0/IntegratedContentReviewCustomize/WSa9ede115952e0f63-35475583132973b24d8-7fee.html">this article</a>.</li>
</ol>
<p>After updating the image for the above instance it shows in the solution interface as below:</p>
<div id="attachment_626" class="wp-caption aligncenter" style="width: 310px"><a class="lightbox" title="" href="http://blogs.adobe.com/ADEPhelp/files/2011/11/NewUser_after.png"><img class="size-medium wp-image-626" title="" src="http://blogs.adobe.com/ADEPhelp/files/2011/11/NewUser_after-300x182.png" alt="User with an avatar image added" width="300" height="182" /></a><p class="wp-caption-text">User with an avatar image added</p></div>
<p>Read more about adding team members <a title="How to add team-members in ICR" href="http://help.adobe.com/en_US/enterpriseplatform/10.0/IntegratedContentReviewSolution/WSe887ca7d317bc0ec-434bb1e213117968e83-8000.html#WSe887ca7d317bc0ec-9cc73c91310c613b59-8000" target="_blank">here</a>, in the ICR solution guide.</p>
<p><a class="lightbox" title="" href="http://blogs.adobe.com/ADEPhelp/files/2011/11/authors-of-adding-avatar-article.png"><img class="alignleft size-full wp-image-629" title="" src="http://blogs.adobe.com/ADEPhelp/files/2011/11/authors-of-adding-avatar-article.png" alt="" width="282" height="88" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.adobe.com/ADEPhelp/2011/11/adding-user-images-in-icr-solution-interface.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Adobe Digital Enterprise Platform &#124; Documentation Updates &#124; October, 2011</title>
		<link>http://blogs.adobe.com/ADEPhelp/2011/11/adep-doc-updates-1011.html</link>
		<comments>http://blogs.adobe.com/ADEPhelp/2011/11/adep-doc-updates-1011.html#comments</comments>
		<pubDate>Wed, 02 Nov 2011 03:59:57 +0000</pubDate>
		<dc:creator>Suhas</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://blogs.adobe.com/ADEPhelp/?p=619</guid>
		<description><![CDATA[This October carries festivities galore, the onset of winter, and, not to forget, a fresh set of important documentation updates for Adobe Digital Enterprise Platform. Here’s a summary of all the updates that are now live and accessible on the ADEP Documentation Home Page. Upgrading to Document Services: The upgrade documents had significant updates, particularly [...]]]></description>
			<content:encoded><![CDATA[<p>This October carries festivities galore, the onset of winter, and, not to forget, a fresh set of important documentation updates for Adobe Digital Enterprise Platform. Here’s a summary of all the updates that are now live and accessible on the <a href="http://help.adobe.com/en_US/enterpriseplatform/10.0/documentation.html">ADEP Documentation Home Page</a>.</p>
<ul>
<li>Upgrading to Document Services: The upgrade documents had significant updates, particularly concerning topics related to Business Activity Monitoring. As the cookie crumbles, ADEP Document Services is the last release to support Business Activity Monitoring and, hence, the BAM server cannot be upgraded, but it can certainly be reused to work with the new Document Server. See the <a href="http://help.adobe.com/en_US/enterpriseplatform/10.0/documentation.html#task=2&amp;module=-1">Upgrade to Document Services documentation</a>.</li>
<li>Connector for SharePoint: All sites on the SharePoint server are available for configuration for all Document Services features by default. A new feature for the Connector for SharePoint allows you to restrict configuration and usage of Document Services features on a specified SharePoint site. The <a href="http://help.adobe.com/en_US/enterpriseplatform/10.0/SharePointConfig/WSaaf9d01997c25469-928c914131b81a47b6-7fe9.html">Configure ADEP Document Services – Connector for SharePoint</a> tells you how you could do this.</li>
<li>Plug-in for Hyperic HQ: Hyperic HQ allows you to monitor and manage your web infrastructure, server, services, and devices of ADEP Document Server. See <a href="http://help.adobe.com/en_US/enterpriseplatform/10.0/HypericHQPlugin/index.html">Using the plug-in for Hyperic HQ</a>, a new document, to know more about Hyperic HQ, its installation and usage procedures.</li>
<li><a href="http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/index.html?filter_livecyclees=10.0&amp;filter_flashplayer=10.2&amp;filter_air=2.6">Action Script Reference</a> was refreshed with addition of new Packages and APIs for Customer Experience Solutions (Correspondence Management and Integrated Content Review in particular).</li>
<li><a href="http://help.adobe.com/en_US/enterpriseplatform/10.0/CorrespondenceManagementDeveloper/index.html">Correspondence Management Developer’s guide</a> had significant updates. The guide now has download locations of all jar files’ required to set up your development environment for the Correspondence Management solution.</li>
<li><a href="http://kb2.adobe.com/cps/923/cpsid_92307.html">Disaster recovery for Correspondence Management</a> explains how to back up and restore your Correspondence Management data.</li>
</ul>
<p>Until the next time we have more updates, Adios!</p>
<p>-</p>
<p>ADEP Community Help and Learning Team</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.adobe.com/ADEPhelp/2011/11/adep-doc-updates-1011.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ADEP: Flex tile is blank? Use the supported Flex SDK version</title>
		<link>http://blogs.adobe.com/ADEPhelp/2011/10/adep-flex-tile-is-blank-use-the-supported-flex-sdk-version.html</link>
		<comments>http://blogs.adobe.com/ADEPhelp/2011/10/adep-flex-tile-is-blank-use-the-supported-flex-sdk-version.html#comments</comments>
		<pubDate>Wed, 19 Oct 2011 14:44:25 +0000</pubDate>
		<dc:creator>Scott Brodersen</dc:creator>
				<category><![CDATA[Tips and Tricks]]></category>

		<guid isPermaLink="false">http://blogs.adobe.com/ADEPhelp/?p=616</guid>
		<description><![CDATA[I recently had the opportunity to help troubleshoot a Composite Application Framework issue. A member of our community worked through the Create a composite application module of the Create Your First ADEP Experience Server Application tutorial. Problem: The Flex tile did not populate (it was blank), although the HTML tile appeared fine. Solution: Use Flex [...]]]></description>
			<content:encoded><![CDATA[<p>I recently had the opportunity to help troubleshoot a Composite Application Framework issue. A member of our community worked through the <a href="http://help.adobe.com/en_US/enterpriseplatform/10.0/CreateFirstAppDEP/WS58ea2fdd0facf8ea-3070b02d13066cbae15-8000.html" target="_blank">Create a composite application</a> module of the <em>Create Your First ADEP Experience Server Application</em> tutorial.</p>
<p><strong>Problem:</strong> The Flex tile did not populate (it was blank), although the HTML tile appeared fine.</p>
<p><strong>Solution:</strong> Use Flex SDK 4.5. Do not use version 4.5.1</p>
<p><strong>Note:</strong> This problem/solution applies to ADEP 10.0.0.0. I don&#8217;t know what version of the SDK that future ADEP/CAF releases will support out-of-the-box.</p>
<p>If you used Flex SDK 4.5.1 by mistake, here is how to configure the project and tile to use Flex SDK  4.5.0:</p>
<ol>
<li>In Flash Builder, right-click the Flex project for ADEP and click Properties.</li>
<li>In the properties tree, select Flex Compiler.</li>
<li>At the top of the Flex Compiler panel, set the SDK version to Flex 4.5.</li>
<li>Click OK and when the scary message about overwriting the html-template pops up, click OK.</li>
<li>Open the catalog file (.cxml).</li>
<li>Locate the tile:TileClass element for your tile and in the tile:Content child element, change the value of the flexSDKVersion attribute to 4.5.0.
<pre>&lt;tile:TileClass fitContent="true" height="300" label="WatchedFunds" name="WatchedFunds" width="600"&gt;
      &lt;ct:Metadata&gt;
           &lt;ct:Description/&gt;
      &lt;/ct:Metadata&gt;
      &lt;tile:Content contentType="application/x-shockwave-flash" flexSDKVersion="4.5.0" loadAs="module" uri="${catalogURL}/tiles/WatchedFunds/WatchedFunds.swf"/&gt;
&lt;/tile:TileClass&gt;</pre>
</li>
<li>Save the file.</li>
</ol>
<p>Scott (Brodersen)</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.adobe.com/ADEPhelp/2011/10/adep-flex-tile-is-blank-use-the-supported-flex-sdk-version.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use logging with your Composite Application Framework app</title>
		<link>http://blogs.adobe.com/ADEPhelp/2011/10/use-logging-with-your-composite-application-framework-app.html</link>
		<comments>http://blogs.adobe.com/ADEPhelp/2011/10/use-logging-with-your-composite-application-framework-app.html#comments</comments>
		<pubDate>Mon, 17 Oct 2011 13:31:50 +0000</pubDate>
		<dc:creator>Scott Brodersen</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://blogs.adobe.com/ADEPhelp/?p=613</guid>
		<description><![CDATA[Adobe forums served up some nice information about logging runtime messages for your Composite Application Framework (aka Mosaic) apps. The Client Component Framework (codename: Gravity) provides the logging libraries&#8230;.Composite Application Framework runs on Client Component Framework&#8230;.here&#8217;s how to get those logger juices flowing: &#60;quote&#62; Yes, Gravity logging APIs can be used in Mosaic as-is. To [...]]]></description>
			<content:encoded><![CDATA[<p>Adobe forums served up some nice information about logging runtime messages for your Composite Application Framework (aka Mosaic) apps. The Client Component Framework (codename: Gravity) provides the logging libraries&#8230;.Composite Application Framework runs on Client Component Framework&#8230;.here&#8217;s how to get those logger juices flowing:</p>
<p>&lt;quote&gt;</p>
<p>Yes, Gravity logging APIs can be used in Mosaic as-is. To view the log output:</p>
<p>1.       Open CRXDE lite in a browser and log in<br />
2.       Navigate to /libs/mosaic/components/index/index.jsp<br />
3.       Locate the line in the file that initializes the flashvars variable. In 10.0 this should be on line 65<br />
4.       After that line, add a new line:</p>
<p>flashvars.mdebug = true;</p>
<p>5.       Click the “Save All” button to save the changes</p>
<p>Then, when a new application is launched, a debug window will appear with a “Log Viewer” tab. Note that the debug window will appear in the upper left corner of the browser in a layer that will be behind html or pdf content, so if your application’s layout has html or pdf content in the upper left region you may not be able to see the debug window.</p>
<p>&lt;/quote&gt;</p>
<p>What was the OP&#8217;s result you may ask?</p>
<p>&#8220;That debug window certainly is useful. It has much more useful information than I was expecting. The DOM Viewer is especially nice. It is good to be able to confirm which libraries get loaded.&#8221;</p>
<p>&nbsp;</p>
<p>This is the forum post:  <a href="http://forums.adobe.com/message/3973532#3973532" target="_blank">http://forums.adobe.com/message/3973532#3973532</a></p>
<p>Here are the Composite Application Framework docs: <a href="http://help.adobe.com/en_US/enterpriseplatform/10.0/AEPDeveloperGuide/WS6e4bbd81fea965ef18585f3012fda7a1d5e-8000.html" target="_blank">http://help.adobe.com/en_US/enterpriseplatform/10.0/AEPDeveloperGuide/WS6e4bbd81fea965ef18585f3012fda7a1d5e-8000.html</a></p>
<p>Here are the Client Component Framework docs: <a href="http://help.adobe.com/en_US/enterpriseplatform/10.0/AEPDeveloperGuide/WS3ad6fd7a5b41dea4-28996cf812f6f54ab88-8000.html" target="_blank">http://help.adobe.com/en_US/enterpriseplatform/10.0/AEPDeveloperGuide/WS3ad6fd7a5b41dea4-28996cf812f6f54ab88-8000.html</a></p>
<p>Client Component Framework ActionScript reference: <a href="http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/index.html?filter_livecyclees=10.0&amp;filter_flashplayer=10.2&amp;filter_air=2.6#top" target="_blank">http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/index.html?filter_livecyclees=10.0&amp;filter_flashplayer=10.2&amp;filter_air=2.6#top</a> &#8212; see the com.adobe.gravity.* packages.</p>
<p>Scott</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.adobe.com/ADEPhelp/2011/10/use-logging-with-your-composite-application-framework-app.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ADEP Data Services quick starts and bundling articles</title>
		<link>http://blogs.adobe.com/ADEPhelp/2011/10/adep-data-services-quick-starts-and-bundling-articles.html</link>
		<comments>http://blogs.adobe.com/ADEPhelp/2011/10/adep-data-services-quick-starts-and-bundling-articles.html#comments</comments>
		<pubDate>Thu, 13 Oct 2011 14:46:00 +0000</pubDate>
		<dc:creator>Scott Brodersen</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://blogs.adobe.com/ADEPhelp/?p=611</guid>
		<description><![CDATA[Here are some great new blog posts from our good friends in the Adobe Support group: How to Create a Data Services application for the Experience Server that returns data &#8211; Sound familiar? This is a remix of this walkthrough in the ADEP help. Lin&#8217;s version is friendlier to CRX and Maven novices. How to [...]]]></description>
			<content:encoded><![CDATA[<p>Here are some great new blog posts from our good friends in the Adobe Support group:</p>
<p><a title="How to Create a Data Services application for the Enterprise Server that returns data" href="http://blogs.adobe.com/lin/2011/10/how-to-create-a-data-services-application-for-the-experience-server-that-returns-data.html" target="_blank">How to Create a Data Services application for the Experience Server that returns data</a> &#8211; Sound familiar? This is a remix of <a href="http://help.adobe.com/en_US/enterpriseplatform/10.0/AEPDeveloperGuide/WSe2a127949a92fa1061747727130427d726e-8000.html" target="_blank">this walkthrough</a> in the ADEP help. Lin&#8217;s version is friendlier to CRX and Maven novices.</p>
<p><a title="How to create class/jar files for data service project without using maven" href="http://blogs.adobe.com/lin/2011/10/how-to-create-classjar-files-for-data-service-project-without-using-maven.html" target="_blank">How to create class/jar files for data service project without using maven</a> &#8211; Not ravin&#8217; about Maven? This is for  you!</p>
<p><a title="ADEP Data Services Complete Quick Start" href="http://blogs.adobe.com/kmossman/2011/10/adep-data-services-complete-quick-start.html" target="_blank">ADEP Data Services Complete Quick Start</a> &#8211; Boils down much of the product help content to include only procedures. If you just want to do, and knowing why is not the immediate priority, this is perfect for you.</p>
<p>Scott (Brodersen)</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.adobe.com/ADEPhelp/2011/10/adep-data-services-quick-starts-and-bundling-articles.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Updated Adobe Digital Enterprise Platform (ADEP) Help Content!</title>
		<link>http://blogs.adobe.com/ADEPhelp/2011/10/updated-adobe-digital-enterprise-platform-adep-help-content.html</link>
		<comments>http://blogs.adobe.com/ADEPhelp/2011/10/updated-adobe-digital-enterprise-platform-adep-help-content.html#comments</comments>
		<pubDate>Wed, 05 Oct 2011 06:55:22 +0000</pubDate>
		<dc:creator>Gilbert Yu</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[ADEP]]></category>
		<category><![CDATA[Adobe Digital Enterprise Solutions]]></category>
		<category><![CDATA[documentation]]></category>

		<guid isPermaLink="false">http://blogs.adobe.com/ADEPhelp/?p=588</guid>
		<description><![CDATA[As part of our continuous effort to make the help content better for you, we have recently updated the following help:  Installing and Deploying Solutions New section for installing the Experience Server as a Windows service. Update to describe how to obtain the Customer Experiences Solutions Quickstart. Installing Experience Services New section for installing the [...]]]></description>
			<content:encoded><![CDATA[<p>As part of our continuous effort to make the help content better for you, we have recently updated the following help:</p>
<ul>
<li><a href="http://help.adobe.com/en_US/enterpriseplatform/10.0/InstallSolution/index.html" target="_blank"> Installing and Deploying Solutions</a></li>
</ul>
<blockquote>
<ul>
<li>New <a href="http://help.adobe.com/en_US/enterpriseplatform/10.0/InstallSolution/WS0b373c8e7f652f14-15d85d4b1329015b331-8000.html" target="_blank">section</a> for installing the Experience Server as a Windows service.</li>
<li><a href="http://help.adobe.com/en_US/enterpriseplatform/10.0/InstallSolution/WS0b373c8e7f652f14-c43261713064a0fa6c-7ffe.html" target="_blank">Update</a> to describe how to obtain the Customer Experiences Solutions Quickstart.</li>
</ul>
</blockquote>
<ul>
<li><a href="http://help.adobe.com/en_US/enterpriseplatform/10.0/InstallDEP/index.html" target="_blank">Installing Experience Services</a></li>
</ul>
<blockquote>
<ul>
<li>New <a href="http://help.adobe.com/en_US/enterpriseplatform/10.0/InstallDEP/WS0b373c8e7f652f1432187d2b13290140709-8000.html" target="_blank">section</a> for installing the Experience Server as a Windows service.</li>
</ul>
</blockquote>
<ul>
<li><a href="http://help.adobe.com/en_US/enterpriseplatform/10.0/AEPDeveloperGuide/index.html" target="_blank">Developing for ADEP Experience Services</a></li>
</ul>
<blockquote>
<ul>
<li>New <a href="http://help.adobe.com/en_US/enterpriseplatform/10.0/AEPDeveloperGuide/WS3ad6fd7a5b41dea4-28996cf812f6f54ab88-8000.html" target="_blank">section</a> about the ADEP Client Component Framework.</li>
</ul>
</blockquote>
<p>NOTE: Be sure to update any cached local copies of the PDF versions you have on your computer.</p>
<p>Please continue to help us improve the ADEP help content by adding feedback at ADEP documentation <a href="http://www.adobe.com/devnet/enterprise-platform/help.html" target="_blank">site</a>. We appreciate the comments you have provided so far!</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.adobe.com/ADEPhelp/2011/10/updated-adobe-digital-enterprise-platform-adep-help-content.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ADEP developers: new Client Component Framework help content!</title>
		<link>http://blogs.adobe.com/ADEPhelp/2011/09/adep-developers-new-client-component-framework-documentation.html</link>
		<comments>http://blogs.adobe.com/ADEPhelp/2011/09/adep-developers-new-client-component-framework-documentation.html#comments</comments>
		<pubDate>Tue, 27 Sep 2011 15:04:30 +0000</pubDate>
		<dc:creator>Scott Brodersen</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[ADEP]]></category>
		<category><![CDATA[Client Component Framework]]></category>
		<category><![CDATA[data model]]></category>
		<category><![CDATA[developer]]></category>

		<guid isPermaLink="false">http://blogs.adobe.com/ADEPhelp/?p=578</guid>
		<description><![CDATA[Let your journey to the land of really, really cool modular Flex applications begin: Develop large applications comprised of  loosely-coupled modules Define service APIs  using interfaces, deployed separately from the implementation Consume  services without a priori knowledge of the implementation Use multiple (potentially conflicting) versions of the same classes in the same application While Client [...]]]></description>
			<content:encoded><![CDATA[<p>Let your journey to the land of really, really cool modular Flex applications begin:</p>
<ul>
<li>Develop large applications comprised of  loosely-coupled modules</li>
<li>Define service APIs  using interfaces, deployed separately from the implementation</li>
<li>Consume  services without a priori knowledge of the implementation</li>
<li>Use multiple (potentially conflicting) versions of the same classes in the same application</li>
</ul>
<p>While Client Component Framework has been out there as part of  ADEP Experience Services, the help content has been brewing and is now live. Prepare yourselves for some heavy doses of dependency injection! Here&#8217;s where you can go to get the party started:</p>
<ul>
<li>The <a href="http://help.adobe.com/en_US/enterpriseplatform/10.0/AEPDeveloperGuide/WS3ad6fd7a5b41dea4-28996cf812f6f54ab88-8000.html" target="_blank">ADEP Client Component Framework</a> section of  <em>Developing for ADEP Experience Services</em></li>
</ul>
<p>And here&#8217;s some information that is already out there:</p>
<ul>
<li><a href="http://help.adobe.com/en_US/enterpriseplatform/10.0/AEPDeveloperGuide/WS4aabe931c5b8e902-56e46c8a12f45759f0a-8000.html" target="_blank">Generate libraries for the Client Component Framework</a> (model-driven development for ADEP Data Services)</li>
<li><a href="http://blogs.adobe.com/gravity" target="_blank">Client Component Framework blog</a></li>
<li><a href="http://forums.adobe.com/community/adep/capabilities/client-component-framework" target="_blank">Adobe forum</a></li>
</ul>
<p>Scott</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.adobe.com/ADEPhelp/2011/09/adep-developers-new-client-component-framework-documentation.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Installing and working with the Windows service for the ADEP Experience Server</title>
		<link>http://blogs.adobe.com/ADEPhelp/2011/09/installing-windows-service-for-adep-experience-server.html</link>
		<comments>http://blogs.adobe.com/ADEPhelp/2011/09/installing-windows-service-for-adep-experience-server.html#comments</comments>
		<pubDate>Thu, 22 Sep 2011 05:55:24 +0000</pubDate>
		<dc:creator>Vishal Gupta</dc:creator>
				<category><![CDATA[Customer Experience Solutions]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Install and Configuration]]></category>
		<category><![CDATA[Product Administration]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[ADEP]]></category>
		<category><![CDATA[Experience Server]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[Windows service]]></category>

		<guid isPermaLink="false">http://blogs.adobe.com/ADEPhelp/?p=547</guid>
		<description><![CDATA[Although you can start your ADEP Experience Server by double-clicking the Quickstart JAR file or the Windows batch file, most people will find it convenient to install the Experience Server as a Windows service. It will configure the Experience Server to start automatically when your Windows restarts and, helps you control the start and stop [...]]]></description>
			<content:encoded><![CDATA[<p>Although you can start your ADEP Experience Server by double-clicking the Quickstart JAR file or the Windows batch file, most people will find it convenient to install the Experience Server as a Windows service. It will configure the Experience Server to start automatically when your Windows restarts and, helps you control the start and stop operations of the Experience server by using the Services control panel.</p>
<h3>Install Experience Server as a Windows service</h3>
<p>To install a Windows service for your Experience Server:</p>
<ol>
<li>Open the command line interface and navigate to the [<em>ExperienceServer root</em>]/opt/helpers/ directory.</li>
<li>Execute the <code>instsrv.bat &lt;<em>serviceName</em>&gt;</code> command to install the Experience Server as a Windows service.</li>
</ol>
<h3>Verify the installed Windows service</h3>
<p>You can verify the installed Windows service in the Services control panel. To open the Services control panel,  execute the <code>start services.msc</code> command from the command line interface or select <strong>Start &gt; Administrative Tools &gt; Services</strong>.</p>
<h3>Windows service operations</h3>
<p>To start the Windows service, do one of the following:</p>
<ul>
<li>In the Services control panel, select the Windows service and click <strong>Start</strong>.</li>
<li>In the command line interface, execute the <code>net start &lt;<em>serviceName</em>&gt; </code>command.</li>
</ul>
<p>To stop or restart the Windows service for the Experience Server, click <strong>Stop</strong> or <strong>Restart</strong>, on the Services control panel.</p>
<h3>Uninstall the Windows service</h3>
<p>To uninstall the Windows service, execute the <code>instsrv.bat -uninstall &lt;<em>serviceName</em>&gt;</code> command on the command line interface. The Windows service gets removed from the Services control panel.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.adobe.com/ADEPhelp/2011/09/installing-windows-service-for-adep-experience-server.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exciting new articles on using Managed Review &amp; Approval Solution Accelerator 9.5</title>
		<link>http://blogs.adobe.com/ADEPhelp/2011/09/exciting-new-articles-on-using-managed-review-approval-solution-accelerator-9-5.html</link>
		<comments>http://blogs.adobe.com/ADEPhelp/2011/09/exciting-new-articles-on-using-managed-review-approval-solution-accelerator-9-5.html#comments</comments>
		<pubDate>Tue, 20 Sep 2011 19:39:10 +0000</pubDate>
		<dc:creator>Gilbert Yu</dc:creator>
				<category><![CDATA[Designer]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Integrated Content Review]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Workspace]]></category>
		<category><![CDATA[Managed Review and Approval Solution Accelerator]]></category>

		<guid isPermaLink="false">http://blogs.adobe.com/ADEPhelp/?p=543</guid>
		<description><![CDATA[Here are two more great posts from Alexandra Phillips on Managed Review &#38; Approval Solution Accelerator 9.5. You will certainly find these post useful if you are implementing Managed Review &#38; Approval as Alexandra shows you how to display a list of participants in the review emails and how to retrieve a RSS XML file [...]]]></description>
			<content:encoded><![CDATA[<p>Here are two more great posts from Alexandra Phillips on Managed Review &amp; Approval Solution Accelerator 9.5. You will certainly find these post useful if you are implementing Managed Review &amp; Approval as Alexandra shows you how to display a list of participants in the review emails and how to retrieve a RSS XML file to list all the comments made by reviewers for a document!</p>
<p>Check out the following articles:</p>
<ul>
<li><a title="Displaying a list of participants for a review stage in e-mail for Managed Review &amp; Approval Solution Accelerator 9.5" href="http://www.adobe.com/devnet/livecycle/articles/display-participants.html" target="_blank">Displaying a list of participants for a review stage in email for Managed Review &amp; Approval Solution Accelerator 9.5</a></li>
<li><a title="Comment recognition for the Review Tracking Sheet in Managed Review &amp; Approval Solution Accelerator 9.5" href="http://www.adobe.com/devnet/livecycle/articles/comment-recognition.html" target="_blank">Comment recognition for the Review Tracking Sheet in Managed Review &amp; Approval Solution Accelerator 9.5</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blogs.adobe.com/ADEPhelp/2011/09/exciting-new-articles-on-using-managed-review-approval-solution-accelerator-9-5.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exciting new tutorial using LiveCycle Designer 9.5</title>
		<link>http://blogs.adobe.com/ADEPhelp/2011/09/exciting-new-posts-on-using-livecycle-designer-9-5.html</link>
		<comments>http://blogs.adobe.com/ADEPhelp/2011/09/exciting-new-posts-on-using-livecycle-designer-9-5.html#comments</comments>
		<pubDate>Tue, 20 Sep 2011 19:37:15 +0000</pubDate>
		<dc:creator>Gilbert Yu</dc:creator>
				<category><![CDATA[Designer]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://blogs.adobe.com/ADEPhelp/?p=540</guid>
		<description><![CDATA[Twin Technologies continues to share their knowledge with the Adobe LiveCycle community. Jack Freudenheim and Benjamin P. Lyons show you how to prepopulate drop-down lists in a dynamic PDF form using a back-end datasource in a tutorial. Check out this very informative tutorial here.]]></description>
			<content:encoded><![CDATA[<p>Twin Technologies continues to share their knowledge with the Adobe LiveCycle community. Jack Freudenheim and Benjamin P. Lyons show you how to prepopulate drop-down lists in a dynamic PDF form using a back-end datasource in a tutorial. Check out this very informative tutorial <a title="Pre-populating dropdown lists in dynamic PDF forms from a back-end data source using LiveCycle ES2.5 " href="http://www.adobe.com/devnet/livecycle/articles/prepopulating-dropdown-lists.html" target="_blank">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.adobe.com/ADEPhelp/2011/09/exciting-new-posts-on-using-livecycle-designer-9-5.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

