<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: DataList creation for dummies? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/datalist-creation-for-dummies/m-p/213990#M167120</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello -&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm not aware of a data list for dummies video/article but there is an integration between Alfresco and Zoho, &lt;/SPAN&gt;&lt;A href="http://blogs.zoho.com/general/integrating-zoho-with-your-central-document-repositor0y" rel="nofollow noopener noreferrer"&gt;http://blogs.zoho.com/general/integrating-zoho-with-your-central-document-repositor0y&lt;/A&gt;&lt;SPAN&gt; and &lt;/SPAN&gt;&lt;A href="http://www.slideshare.net/mmahon/zoho-alfresco-share-integration" rel="nofollow noopener noreferrer"&gt;http://www.slideshare.net/mmahon/zoho-alfresco-share-integration&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Nancy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Jun 2010 16:47:12 GMT</pubDate>
    <dc:creator>nancyg</dc:creator>
    <dc:date>2010-06-22T16:47:12Z</dc:date>
    <item>
      <title>DataList creation for dummies?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/datalist-creation-for-dummies/m-p/213989#M167119</link>
      <description>I need to quickly surmount the learning curve to creating custom Data Lists. While not an expert programmer, the XML files don't seem too daunting. But I have not worked in a Java environment before and many of the tools and terminology are foreign. I've watched this video a few times and it is quit</description>
      <pubDate>Tue, 22 Jun 2010 14:26:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/datalist-creation-for-dummies/m-p/213989#M167119</guid>
      <dc:creator>gvaughan</dc:creator>
      <dc:date>2010-06-22T14:26:54Z</dc:date>
    </item>
    <item>
      <title>Re: DataList creation for dummies?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/datalist-creation-for-dummies/m-p/213990#M167120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello -&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm not aware of a data list for dummies video/article but there is an integration between Alfresco and Zoho, &lt;/SPAN&gt;&lt;A href="http://blogs.zoho.com/general/integrating-zoho-with-your-central-document-repositor0y" rel="nofollow noopener noreferrer"&gt;http://blogs.zoho.com/general/integrating-zoho-with-your-central-document-repositor0y&lt;/A&gt;&lt;SPAN&gt; and &lt;/SPAN&gt;&lt;A href="http://www.slideshare.net/mmahon/zoho-alfresco-share-integration" rel="nofollow noopener noreferrer"&gt;http://www.slideshare.net/mmahon/zoho-alfresco-share-integration&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Nancy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jun 2010 16:47:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/datalist-creation-for-dummies/m-p/213990#M167120</guid>
      <dc:creator>nancyg</dc:creator>
      <dc:date>2010-06-22T16:47:12Z</dc:date>
    </item>
    <item>
      <title>Re: DataList creation for dummies?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/datalist-creation-for-dummies/m-p/213991#M167121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;It appears he has a script he is calling a build file or an "ANT" that does what I'd really like to know how to do manually at this stage, using windows tools I'm already familiar with: simple editors, Filezilla, 7-zip, Putty.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for watching the video–I'm glad it is helpful. The Ant script is doing a few different things, all of which you can do on your own with your own tools if you want:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;package-amp: This task simply creates an Alfresco Module Package (AMP) file, which you can learn more about on this Alfresco wiki page: &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/AMP_Files" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/AMP_Files&lt;/A&gt;&lt;SPAN&gt;. In short, an AMP is just a ZIP that follows a certain folder structure and includes a couple of AMP-specific properties files. An AMP lends itself to being dropped in to an Alfresco WAR. You can skip the AMP altogether and just extend Alfresco using files placed in the extension directory if you would rather do that.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;install-amp: This task uses Alfresco's Module Management Tool (MMT) to merge the AMP with the Alfresco WAR. Again, if you'd rather not use an AMP, you would probably just unzip your extension files into the exploded web application directory ($TOMCAT_HOME/webapps/alfresco).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;deploy-amp: This task deploys the AMP'd WAR file. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;package-share-jar: This task creates a JAR file that can be deployed to the Alfresco Share web application. You could do this on your own by copying your own web-extension directory into the exploded Alfresco Share web application.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;deploy-share-jar: This task copies the JAR into the Alfresco Share web application's lib directory.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;All of this assumes you already have something ready to package and deploy. If you are struggling with that part, I'd highly recommend looking at the Custom Content Model tutorial on ecmarchitect.com (&lt;/SPAN&gt;&lt;A href="http://ecmarchitect.com/archives/2007/06/09/756" rel="nofollow noopener noreferrer"&gt;http://ecmarchitect.com/archives/2007/06/09/756&lt;/A&gt;&lt;SPAN&gt;), or, shameless plug, purchase the Alfresco Developer Guide.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope that helps,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jeff&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jul 2010 15:59:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/datalist-creation-for-dummies/m-p/213991#M167121</guid>
      <dc:creator>jpotts</dc:creator>
      <dc:date>2010-07-27T15:59:52Z</dc:date>
    </item>
    <item>
      <title>Re: DataList creation for dummies?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/datalist-creation-for-dummies/m-p/213992#M167122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;purchase the Alfresco Developer Guide.&lt;BR /&gt;&lt;BR /&gt;Hope that helps,&lt;BR /&gt;&lt;BR /&gt;Jeff&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I can confirm. Great book &lt;img id="smileywink" class="emoticon emoticon-smileywink" src="https://connect.hyland.com/i/smilies/16x16_smiley-wink.png" alt="Smiley Wink" title="Smiley Wink" /&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jul 2010 20:51:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/datalist-creation-for-dummies/m-p/213992#M167122</guid>
      <dc:creator>woody</dc:creator>
      <dc:date>2010-07-27T20:51:56Z</dc:date>
    </item>
    <item>
      <title>Re: DataList creation for dummies?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/datalist-creation-for-dummies/m-p/213993#M167123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;purchase the Alfresco Developer Guide.&lt;BR /&gt;Hope that helps,&lt;BR /&gt;Jeff&lt;/BLOCKQUOTE&gt;I can confirm. Great book &lt;img id="smileywink" class="emoticon emoticon-smileywink" src="https://connect.hyland.com/i/smilies/16x16_smiley-wink.png" alt="Smiley Wink" title="Smiley Wink" /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;when will the 3.X version of the guide come out ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jul 2010 23:14:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/datalist-creation-for-dummies/m-p/213993#M167123</guid>
      <dc:creator>michaelc</dc:creator>
      <dc:date>2010-07-27T23:14:21Z</dc:date>
    </item>
  </channel>
</rss>

