<?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: Hotswap hot reloading (javascript, freemarker files, ...) in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/hotswap-hot-reloading-javascript-freemarker-files/m-p/68929#M22808</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm using Alfresco community edition 5.2 (the last version downloaded 1 month ago about)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Jul 2018 15:58:08 GMT</pubDate>
    <dc:creator>ssciacca</dc:creator>
    <dc:date>2018-07-18T15:58:08Z</dc:date>
    <item>
      <title>Hotswap hot reloading (javascript, freemarker files, ...)</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/hotswap-hot-reloading-javascript-freemarker-files/m-p/68922#M22801</link>
      <description>I have a test project in Eclipse generated with maven archetype (allinone option).I followed&amp;nbsp;some tutorial on webscript in alfresco platform.The example work fine but&amp;nbsp;unfortunately the hot reloading ( configuration) of freemarker template or javascripts file does not work.Hot reload of regular java</description>
      <pubDate>Wed, 18 Jul 2018 11:26:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/hotswap-hot-reloading-javascript-freemarker-files/m-p/68922#M22801</guid>
      <dc:creator>ssciacca</dc:creator>
      <dc:date>2018-07-18T11:26:52Z</dc:date>
    </item>
    <item>
      <title>Re: Hotswap hot reloading (javascript, freemarker files, ...)</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/hotswap-hot-reloading-javascript-freemarker-files/m-p/68923#M22802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As a temporary solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding: 0px;"&gt;Refresh Webscript :&amp;nbsp;&lt;A href="http://localhost:8081/share/service/index" style="color: #2989c5; text-decoration: none;" title="http://localhost:8081/share/service/index" rel="nofollow noopener noreferrer"&gt;http://localhost:8081/share/service/index&lt;/A&gt;&amp;nbsp;//For share&lt;/P&gt;&lt;P&gt;Refresh Webscript :&amp;nbsp;&lt;A href="http://localhost:8081/share/service/index" style="color: #2989c5; text-decoration: none;" title="http://localhost:8081/share/service/index" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/service/index&lt;/A&gt;&amp;nbsp;//For&amp;nbsp;alfresco repository&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clear Cache :&amp;nbsp;&lt;A class="link-titled" href="http://localhost:8081/share/page/caches/report?clear=true" title="http://localhost:8081/share/page/caches/report?clear=true" rel="nofollow noopener noreferrer"&gt;http://localhost:8081/share/page/caches/report?clear=true&lt;/A&gt;&amp;nbsp;//For share client side script...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am also facing the same issue, but freemarker and javascript file are gettting hot reloaded on repository server.But facing same issues in share for&amp;nbsp;&lt;SPAN&gt;freemarker and javascript file.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2018 12:10:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/hotswap-hot-reloading-javascript-freemarker-files/m-p/68923#M22802</guid>
      <dc:creator>krutik_jayswal</dc:creator>
      <dc:date>2018-07-18T12:10:52Z</dc:date>
    </item>
    <item>
      <title>Re: Hotswap hot reloading (javascript, freemarker files, ...)</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/hotswap-hot-reloading-javascript-freemarker-files/m-p/68924#M22803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for the answer.&lt;/P&gt;&lt;P&gt;I tried your solution but&amp;nbsp;nothing has changed.&lt;/P&gt;&lt;P&gt;I got the same results:&amp;nbsp;I changed a freemarker string but on the browser I saw the old version of string. The same happens on javascript files.&lt;/P&gt;&lt;P&gt;I tried also to insert the &amp;lt;cache&amp;gt; section on the xml descriptor for the web script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;webscript&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;shortname&amp;gt;Get all whitepapers&amp;lt;/shortname&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;description&amp;gt;Returns a list of active whitepapers&amp;lt;/description&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;url&amp;gt;/someco/whitepapers&amp;lt;/url&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;url&amp;gt;/someco/whitepapers.json&amp;lt;/url&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;url&amp;gt;/someco/whitepapers.html&amp;lt;/url&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;format default="json"&amp;gt;extension&amp;lt;/format&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;authentication runas="admin"&amp;gt;guest&amp;lt;/authentication&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;transaction&amp;gt;none&amp;lt;/transaction&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;cache&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;lt;never&amp;gt;true&amp;lt;/never&amp;gt;&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;lt;mustrevalidate/&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;/cache&amp;gt;&lt;BR /&gt;&amp;lt;/webscript&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm following the Jeff Potts's tutorial&amp;nbsp;&lt;A class="link-titled" href="https://ecmarchitect.com/alfresco-developer-series-tutorials/webscripts/tutorial/tutorial.html" title="https://ecmarchitect.com/alfresco-developer-series-tutorials/webscripts/tutorial/tutorial.html" rel="nofollow noopener noreferrer"&gt;https://ecmarchitect.com/alfresco-developer-series-tutorials/webscripts/tutorial/tutorial.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bye.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2018 14:15:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/hotswap-hot-reloading-javascript-freemarker-files/m-p/68924#M22803</guid>
      <dc:creator>ssciacca</dc:creator>
      <dc:date>2018-07-18T14:15:10Z</dc:date>
    </item>
    <item>
      <title>Re: Hotswap hot reloading (javascript, freemarker files, ...)</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/hotswap-hot-reloading-javascript-freemarker-files/m-p/68925#M22804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to hit refresh webscript button on bottom of URL...&lt;SPAN style="color: #727174; background-color: #ffffff;"&gt;pt :&amp;nbsp;&lt;/SPAN&gt;&lt;A class="" href="http://localhost:8081/share/service/index" rel="nofollow noopener noreferrer" style="color: #2989c5; background-color: #ffffff; border: 0px; text-decoration: none; font-size: 14px; padding: 0px calc(12px + 0.35ex) 0px 0px;" target="_blank"&gt;http://localhost:8080/alfresco/service/index&lt;/A&gt;.....have you done that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2018 15:14:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/hotswap-hot-reloading-javascript-freemarker-files/m-p/68925#M22804</guid>
      <dc:creator>krutik_jayswal</dc:creator>
      <dc:date>2018-07-18T15:14:20Z</dc:date>
    </item>
    <item>
      <title>Re: Hotswap hot reloading (javascript, freemarker files, ...)</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/hotswap-hot-reloading-javascript-freemarker-files/m-p/68926#M22805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;P&gt;Yes, I have done it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nothing has changed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm stuck on this problem!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2018 15:40:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/hotswap-hot-reloading-javascript-freemarker-files/m-p/68926#M22805</guid>
      <dc:creator>ssciacca</dc:creator>
      <dc:date>2018-07-18T15:40:49Z</dc:date>
    </item>
    <item>
      <title>Re: Hotswap hot reloading (javascript, freemarker files, ...)</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/hotswap-hot-reloading-javascript-freemarker-files/m-p/68927#M22806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV class="" data-thread-id="237959" data-thread-type="1" style="color: #727174; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;&lt;DIV class="" data-current="true" data-extendedauthors="false" data-extvisible="false" data-objectid="835220" data-objecttype="2" data-thread-id="237959" style="border-width: 1px 0px 0px; border-style: solid initial initial initial; border-color: #eeeeee initial initial initial; font-weight: inherit; font-size: 14px;"&gt;&lt;DIV class="" style="background-color: transparent; border: 0px; font-weight: inherit; font-size: 14px; padding: 10px 10px 10px 45px;"&gt;&lt;DIV class="" style="border: 0px; font-weight: inherit; font-size: 14px;"&gt;&lt;DIV class="" style="border: 0px; font-weight: inherit; font-size: 14px; margin: 0px 0px 20px;"&gt;&lt;DIV class="" style="border: 0px; font-weight: inherit; font-size: 14px;"&gt;&lt;P style="border: 0px; font-weight: inherit; font-size: 14px;"&gt;Thanks a lot.&lt;/P&gt;&lt;P style="border: 0px; font-weight: inherit; font-size: 14px;"&gt;Yes, I have done it.&lt;/P&gt;&lt;P style="border: 0px; font-weight: inherit; font-size: 14px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="border: 0px; font-weight: inherit; font-size: 14px;"&gt;Nothing has changed.&lt;/P&gt;&lt;P style="border: 0px; font-weight: inherit; font-size: 14px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="border: 0px; font-weight: inherit; font-size: 14px;"&gt;I'm stuck on this problem!&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;SPAN class="" data-display-overall="true" data-helpful-count="0" data-object-id="835220" data-object-type="2" data-overall-count="0" style="color: #138700; border: 0px; font-weight: inherit; font-size: 14px;"&gt;&lt;/SPAN&gt;&lt;DIV class="" style="color: #8b8b8b; border: 0px; font-weight: inherit; font-size: 14px; margin: 10px 0px;"&gt;&lt;SPAN class="" style="border: 0px; font-weight: inherit; font-size: 14px;"&gt;&lt;SPAN class="" data-acclaim-count="0" data-bullet="false" data-can-apply="false" data-show-icon="false" data-type="mini" style="border: 0px; font-weight: inherit; font-size: 14px;"&gt;Like&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;LABEL class="" style="border: 0px; font-weight: inherit; font-size: 14px;"&gt;Show 0 Likes&lt;/LABEL&gt;&lt;A _jive_internal="true" class="" data-acclaim-type="like" data-command="showAcclaim" data-count="0" data-object-id="835220" data-object-type="2" href="https://community.alfresco.com/inbox" style="color: inherit; border: 0px; font-weight: inherit; text-decoration: none; font-size: 14px;" title="Show 0 Likes" rel="nofollow noopener noreferrer"&gt;(0)&lt;/A&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="" style="border: 0px; font-weight: inherit; font-size: 14px;"&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="" style="border: 0px; font-weight: inherit; font-size: 10px; padding: 0px 2px;"&gt;•&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A style="color: inherit; border: 0px; font-weight: inherit; text-decoration: none; font-size: 14px;"&gt;Reply&lt;/A&gt;&lt;A _jive_internal="true" class="" data-author-id="176151" data-context="activity" data-object-id="835220" data-object-type="2" data-object-url="/message/835220-re-hotswap-hot-reloading-javascript-freemarker-files?commentID=835220#comment-835220" href="https://community.alfresco.com/inbox" style="color: inherit; border: 0px; font-weight: inherit; text-decoration: none; font-size: 14px; margin: 0px 0px 0px 6px;" rel="nofollow noopener noreferrer"&gt;&lt;SPAN class="" style="border: 0px; font-size: 14px;"&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;Actions&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class="" data-extendedauthors="false" data-extvisible="false" data-objectid="835216" data-objecttype="2" style="color: #727174; background-color: #ffffff; border: 0px; font-size: 14px; margin: 15px 0px 0px;"&gt;&lt;DIV class="" style="border: 0px; font-weight: inherit; font-size: 14px;"&gt; &lt;/DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2018 15:48:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/hotswap-hot-reloading-javascript-freemarker-files/m-p/68927#M22806</guid>
      <dc:creator>ssciacca</dc:creator>
      <dc:date>2018-07-18T15:48:13Z</dc:date>
    </item>
    <item>
      <title>Re: Hotswap hot reloading (javascript, freemarker files, ...)</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/hotswap-hot-reloading-javascript-freemarker-files/m-p/68928#M22807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Which alfresco SDK version you are using?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2018 15:54:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/hotswap-hot-reloading-javascript-freemarker-files/m-p/68928#M22807</guid>
      <dc:creator>krutik_jayswal</dc:creator>
      <dc:date>2018-07-18T15:54:11Z</dc:date>
    </item>
    <item>
      <title>Re: Hotswap hot reloading (javascript, freemarker files, ...)</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/hotswap-hot-reloading-javascript-freemarker-files/m-p/68929#M22808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm using Alfresco community edition 5.2 (the last version downloaded 1 month ago about)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2018 15:58:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/hotswap-hot-reloading-javascript-freemarker-files/m-p/68929#M22808</guid>
      <dc:creator>ssciacca</dc:creator>
      <dc:date>2018-07-18T15:58:08Z</dc:date>
    </item>
    <item>
      <title>Re: Hotswap hot reloading (javascript, freemarker files, ...)</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/hotswap-hot-reloading-javascript-freemarker-files/m-p/68930#M22809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I #solved the problem!. Follow the solution (for others with the same problem).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1.&lt;/STRONG&gt; I followed&amp;nbsp;&lt;A class="link-titled" href="http://docs.alfresco.com/5.2/tasks/sdk-hot-reload-hotswap.html" title="http://docs.alfresco.com/5.2/tasks/sdk-hot-reload-hotswap.html" rel="nofollow noopener noreferrer"&gt;Using HotSwapAgent | Alfresco Documentation&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2.&lt;/STRONG&gt; Setup a new AllInOne project whit eclipse&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;3.&lt;/STRONG&gt; Check patch the JVM whith DCEVM (&lt;A class="link-titled" href="http://hotswapagent.org/mydoc_quickstart.html" title="http://hotswapagent.org/mydoc_quickstart.html" rel="nofollow noopener noreferrer"&gt;Quick Start | HotswapAgent&lt;/A&gt;&amp;nbsp;) but is ok&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;4.&lt;/STRONG&gt; Setup in Eclipse a new Maven Build "Run Configuration" whith goal&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;EM&gt;clean package -DskipTests=true alfresco:run&lt;/EM&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;VM arguments:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;-Xms256m -Xmx2G -javaagent:[PATH_TO_HOTSWAP_AGENT]/hotswap-agent-1.0.jar -XXaltjvm=dcevm&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;In previous configuration I had used "&lt;SPAN style="background-color: #f6f6f6;"&gt;hotswap-agent-core-1.3.0.jar" because the "&lt;SPAN&gt;hotswap-agent-1.&lt;/SPAN&gt;&lt;SPAN&gt;3&lt;/SPAN&gt;&lt;SPAN&gt;.0.jar" library did'nt work (a handful of exceptions after launch). I this case Alfresco doc. suggests to use 1.0 version of agent. &amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #f6f6f6;"&gt;&lt;SPAN&gt;I think this was the main problem!&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #f6f6f6;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #f6f6f6;"&gt;&lt;SPAN&gt;&lt;STRONG&gt;5.&lt;/STRONG&gt; Create a new configuration file named "hotswap-agent.properties" in the folder $PLATFORM_PROJECT_FOLDER/src/main/resource whith only the following&amp;nbsp;line&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;SPAN style="background-color: #f6f6f6;"&gt;&lt;SPAN&gt;autoHotswap=true&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="background-color: #f6f6f6;"&gt;6.&lt;/STRONG&gt;&lt;SPAN style="background-color: #f6f6f6;"&gt; Run the Maven Build (prepared before: step 4)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #f6f6f6;"&gt;&lt;STRONG&gt;7.&lt;/STRONG&gt;&amp;nbsp;The All-In-One project contains an HelloWorld Web Script implemented in Java and JS. Point the browser to&amp;nbsp;&lt;A class="link-titled" href="http://localhost:8080/alfresco/s/sample/helloworld" title="http://localhost:8080/alfresco/s/sample/helloworld" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/s/sample/helloworld&lt;/A&gt;&amp;nbsp;and we can see messages from Java and from JS. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #f6f6f6;"&gt;Now I can&amp;nbsp;edit and hot-reload:&amp;nbsp; Java class (HelloWorldWebScript), FreeMarker file (helloworld.get.html.ftl), Javascript file (helloworld.get.js). &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #f6f6f6;"&gt;When I save on eclipse the hot-reload happens immediately and I can see the changes on the browser !!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #f6f6f6;"&gt;Thank you to Krutik for help.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #f6f6f6;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2018 23:31:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/hotswap-hot-reloading-javascript-freemarker-files/m-p/68930#M22809</guid>
      <dc:creator>ssciacca</dc:creator>
      <dc:date>2018-07-18T23:31:38Z</dc:date>
    </item>
    <item>
      <title>Re: Hotswap hot reloading (javascript, freemarker files, ...)</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/hotswap-hot-reloading-javascript-freemarker-files/m-p/68931#M22810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its the alfresco version, SDK version is the one in which you are making the development.&lt;/P&gt;&lt;P&gt;&amp;nbsp;Below property represents the SDK version, It is in POM.xml.&lt;/P&gt;&lt;P&gt;&amp;lt;alfresco.sdk.version&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If above property is not there, than add the information about the parent pom.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2018 05:53:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/hotswap-hot-reloading-javascript-freemarker-files/m-p/68931#M22810</guid>
      <dc:creator>krutik_jayswal</dc:creator>
      <dc:date>2018-07-19T05:53:33Z</dc:date>
    </item>
    <item>
      <title>Re: Hotswap hot reloading (javascript, freemarker files, ...)</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/hotswap-hot-reloading-javascript-freemarker-files/m-p/68932#M22811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thats's great....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adding further information for future reference....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In SDK 2.2.0 alfresco was&amp;nbsp;using&amp;nbsp;spring loaded for hot swap....(&lt;A class="link-titled" href="https://docs.alfresco.com/5.1/tasks/alfresco-sdk-rad-eclipse-hot-reloading.html" title="https://docs.alfresco.com/5.1/tasks/alfresco-sdk-rad-eclipse-hot-reloading.html" rel="nofollow noopener noreferrer"&gt;Rapid Application Development in Eclipse (Hot reloading) | Alfresco Documentation&lt;/A&gt;&amp;nbsp;)&lt;/P&gt;&lt;P&gt;In SDK 3.0 , (which is mentioned above) is using hot swap agent for hot reloading...(&lt;A class="link-titled" href="https://docs.alfresco.com/5.2/tasks/sdk-hot-reload-hotswap.html" title="https://docs.alfresco.com/5.2/tasks/sdk-hot-reload-hotswap.html" rel="nofollow noopener noreferrer"&gt;Using HotSwapAgent | Alfresco Documentation&lt;/A&gt;&amp;nbsp;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2018 06:46:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/hotswap-hot-reloading-javascript-freemarker-files/m-p/68932#M22811</guid>
      <dc:creator>krutik_jayswal</dc:creator>
      <dc:date>2018-07-19T06:46:28Z</dc:date>
    </item>
    <item>
      <title>Re: Hotswap hot reloading (javascript, freemarker files, ...)</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/hotswap-hot-reloading-javascript-freemarker-files/m-p/68933#M22812</link>
      <description>&lt;P&gt;Hey&lt;/P&gt;&lt;P&gt;Thank you for sharing the solution. I was also finding the solution and got here.&amp;nbsp;&lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Mar 2021 12:38:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/hotswap-hot-reloading-javascript-freemarker-files/m-p/68933#M22812</guid>
      <dc:creator>hannahkhisty</dc:creator>
      <dc:date>2021-03-02T12:38:17Z</dc:date>
    </item>
  </channel>
</rss>

