<?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: Is there any good method to transfer legacy codes into AMD style? in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-there-any-good-method-to-transfer-legacy-codes/m-p/477391#M44346</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you very much!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;The esri "boilerplate" might be a good starting point.&lt;BR /&gt;Blog: &lt;A href="http://blogs.esri.com/esri/arcgis/2013/08/29/step-up-to-the-boilerplate/"&gt;http://blogs.esri.com/esri/arcgis/2013/08/29/step-up-to-the-boilerplate/&lt;/A&gt;&lt;BR /&gt;Code: &lt;A href="https://github.com/Esri/application-boilerplate-js"&gt;https://github.com/Esri/application-boilerplate-js&lt;/A&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Jan 2014 13:45:27 GMT</pubDate>
    <dc:creator>LeiZhou</dc:creator>
    <dc:date>2014-01-28T13:45:27Z</dc:date>
    <item>
      <title>Is there any good method to transfer legacy codes into AMD style?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-there-any-good-method-to-transfer-legacy-codes/m-p/477388#M44343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I want to develop a template kind of similar to the following web app &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.arcgis.com/apps/OnePane/basicviewer/index.html" rel="nofollow" target="_blank"&gt;http://www.arcgis.com/apps/OnePane/basicviewer/index.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But the source code of this basic view is not AMD dojo style, it is outdated LMR codes.&amp;nbsp; Is there any method or resources that I can translate the old style to Modern dojo framework? My current codes and my training are all based on AMD style.&amp;nbsp; Thanks a lot!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jan 2014 18:12:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-there-any-good-method-to-transfer-legacy-codes/m-p/477388#M44343</guid>
      <dc:creator>LeiZhou</dc:creator>
      <dc:date>2014-01-24T18:12:09Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any good method to transfer legacy codes into AMD style?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-there-any-good-method-to-transfer-legacy-codes/m-p/477389#M44344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I want to develop a template kind of similar to the following web app &lt;A href="http://www.arcgis.com/apps/OnePane/basicviewer/index.html"&gt;http://www.arcgis.com/apps/OnePane/basicviewer/index.html&lt;/A&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The esri "boilerplate" might be a good starting point.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Blog: &lt;/SPAN&gt;&lt;A href="http://blogs.esri.com/esri/arcgis/2013/08/29/step-up-to-the-boilerplate/"&gt;http://blogs.esri.com/esri/arcgis/2013/08/29/step-up-to-the-boilerplate/&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;Code: &lt;/SPAN&gt;&lt;A href="https://github.com/Esri/application-boilerplate-js"&gt;https://github.com/Esri/application-boilerplate-js&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jan 2014 21:00:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-there-any-good-method-to-transfer-legacy-codes/m-p/477389#M44344</guid>
      <dc:creator>BjornSvensson</dc:creator>
      <dc:date>2014-01-24T21:00:20Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any good method to transfer legacy codes into AMD style?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-there-any-good-method-to-transfer-legacy-codes/m-p/477390#M44345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Check out &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://blogs.esri.com/esri/arcgis/2013/10/14/the-abcs-of-amd/" rel="nofollow" target="_blank"&gt;"The abc???s of AMD" blog post&lt;/A&gt;&lt;SPAN&gt; from last fall. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Another tool to be aware of is &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.sitepen.com/blog/2013/04/03/introducing-dojo-amd-converter/" rel="nofollow" target="_blank"&gt;Sitepen's dojo-amd-converter&lt;/A&gt;&lt;SPAN&gt;. I haven't actually used it??? it came out about a month after we finished converting all JS API modules to AMD.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jan 2014 22:11:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-there-any-good-method-to-transfer-legacy-codes/m-p/477390#M44345</guid>
      <dc:creator>derekswingley1</dc:creator>
      <dc:date>2014-01-24T22:11:41Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any good method to transfer legacy codes into AMD style?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-there-any-good-method-to-transfer-legacy-codes/m-p/477391#M44346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you very much!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;The esri "boilerplate" might be a good starting point.&lt;BR /&gt;Blog: &lt;A href="http://blogs.esri.com/esri/arcgis/2013/08/29/step-up-to-the-boilerplate/"&gt;http://blogs.esri.com/esri/arcgis/2013/08/29/step-up-to-the-boilerplate/&lt;/A&gt;&lt;BR /&gt;Code: &lt;A href="https://github.com/Esri/application-boilerplate-js"&gt;https://github.com/Esri/application-boilerplate-js&lt;/A&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jan 2014 13:45:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-there-any-good-method-to-transfer-legacy-codes/m-p/477391#M44346</guid>
      <dc:creator>LeiZhou</dc:creator>
      <dc:date>2014-01-28T13:45:27Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any good method to transfer legacy codes into AMD style?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-there-any-good-method-to-transfer-legacy-codes/m-p/477392#M44347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you very much!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Check out &lt;A href="http://blogs.esri.com/esri/arcgis/2013/10/14/the-abcs-of-amd/"&gt;"The abc�??s of AMD" blog post&lt;/A&gt; from last fall. &lt;BR /&gt;&lt;BR /&gt;Another tool to be aware of is &lt;A href="http://www.sitepen.com/blog/2013/04/03/introducing-dojo-amd-converter/"&gt;Sitepen's dojo-amd-converter&lt;/A&gt;. I haven't actually used it�?? it came out about a month after we finished converting all JS API modules to AMD.&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jan 2014 13:47:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-there-any-good-method-to-transfer-legacy-codes/m-p/477392#M44347</guid>
      <dc:creator>LeiZhou</dc:creator>
      <dc:date>2014-01-28T13:47:04Z</dc:date>
    </item>
  </channel>
</rss>

