<?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: AMP vs JAR in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/amp-vs-jar/m-p/37790#M15927</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;B&gt;Davide Macocchi&lt;/B&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can read&amp;nbsp;&lt;A class="link-titled" href="http://docs.alfresco.com/5.1/concepts/dev-extensions-packaging-techniques.html" title="http://docs.alfresco.com/5.1/concepts/dev-extensions-packaging-techniques.html" rel="nofollow noopener noreferrer"&gt;Module package formats | Alfresco Documentation&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kalpesh&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.contcentric.com" rel="nofollow noopener noreferrer"&gt;ContCentric&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Oct 2017 15:10:34 GMT</pubDate>
    <dc:creator>kalpesh_c2</dc:creator>
    <dc:date>2017-10-25T15:10:34Z</dc:date>
    <item>
      <title>AMP vs JAR</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/amp-vs-jar/m-p/37789#M15926</link>
      <description>Can someone explain me the difference of Alfresco SDK release type? I don't understand how to use amp file to deploy custom content inside alfresco platform and/or how to use jar files to accomplish the same result. Is there any guide/tutorial available to read?Thank youDavide</description>
      <pubDate>Wed, 25 Oct 2017 12:22:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/amp-vs-jar/m-p/37789#M15926</guid>
      <dc:creator>davidemacocchi</dc:creator>
      <dc:date>2017-10-25T12:22:37Z</dc:date>
    </item>
    <item>
      <title>Re: AMP vs JAR</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/amp-vs-jar/m-p/37790#M15927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;B&gt;Davide Macocchi&lt;/B&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can read&amp;nbsp;&lt;A class="link-titled" href="http://docs.alfresco.com/5.1/concepts/dev-extensions-packaging-techniques.html" title="http://docs.alfresco.com/5.1/concepts/dev-extensions-packaging-techniques.html" rel="nofollow noopener noreferrer"&gt;Module package formats | Alfresco Documentation&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kalpesh&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.contcentric.com" rel="nofollow noopener noreferrer"&gt;ContCentric&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Oct 2017 15:10:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/amp-vs-jar/m-p/37790#M15927</guid>
      <dc:creator>kalpesh_c2</dc:creator>
      <dc:date>2017-10-25T15:10:34Z</dc:date>
    </item>
    <item>
      <title>Re: AMP vs JAR</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/amp-vs-jar/m-p/37791#M15928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you check the documentation about &lt;A href="http://docs.alfresco.com/5.2/concepts/dev-extensions-packaging-techniques.html" rel="nofollow noopener noreferrer"&gt;package formats&lt;/A&gt;? In short, AMPs are the "traditional" packaging format, typically containing static (configuration) files in exploded form&amp;nbsp;and the Java classes bundled in a JAR, which can be installed using the alfresco-mmt tool. An AMP is basically a ZIP that will get exploded and mapped into one of the Alfresco WARs (mapping is customisable). They can override/replace an original file in the WAR which will be backed up in a specific location, so it can be restored when the AMP is "uninstalled" (this feature was not always reliable and has since been deactivated/removed from alfresco-mmt).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;JARs are the currently recommended packaging format, although not everyone in the community (myself included) aggrees. They are typically easier to work with within build automation and deployment tools.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;One significant difference between AMP and JAR is how 3rd-party dependencies are handled. An AMP can bundle all the 3rd-party dependencies it needs, while a JAR cannot and relies on either the deployment automation or the person doing a deployment to handle all the dependencies in addition to itself.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Oct 2017 15:15:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/amp-vs-jar/m-p/37791#M15928</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2017-10-25T15:15:01Z</dc:date>
    </item>
    <item>
      <title>Re: AMP vs JAR</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/amp-vs-jar/m-p/37792#M15929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you &lt;A __default_attr="73554" __jive_macro_name="user" _jive_internal="true" data-id="73554" data-objecttype="3" data-type="person" href="https://community.alfresco.com/people/afaust" rel="nofollow noopener noreferrer"&gt;&lt;/A&gt;‌ and &lt;A __default_attr="144208" __jive_macro_name="user" _jive_internal="true" data-id="144208" data-objecttype="3" data-type="person" href="https://community.alfresco.com/people/kalpesh.c2" rel="nofollow noopener noreferrer"&gt;&lt;/A&gt;‌ now i have some starting guide to read &lt;span class="lia-unicode-emoji" title=":grinning_face_with_big_eyes:"&gt;😃&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Oct 2017 07:30:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/amp-vs-jar/m-p/37792#M15929</guid>
      <dc:creator>davidemacocchi</dc:creator>
      <dc:date>2017-10-26T07:30:57Z</dc:date>
    </item>
  </channel>
</rss>

