<?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: css and java scrip urls in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/css-and-java-scrip-urls/m-p/1221274#M34290</link>
    <description>&lt;P&gt;Hey - the default practice is to develop against the Esri/ArcGIS Online hosted JSAPI libraries.&amp;nbsp; It's what most people do.&amp;nbsp; The primary reasons for not doing that would be:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;A secured environment with no internet access, so you have to host internally.&lt;/LI&gt;&lt;LI&gt;Maybe you have poor web access/performance so there is a performance advantage by having the libraries internally.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Sorry, I thought from your original post that you needed them internally.&amp;nbsp; Personally, I'd be asking your developer to use the ArcGIS hosted ones unless they have a very good reason not to.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 12 Oct 2022 20:21:45 GMT</pubDate>
    <dc:creator>Scott_Tansley</dc:creator>
    <dc:date>2022-10-12T20:21:45Z</dc:date>
    <item>
      <title>css and java scrip urls</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/css-and-java-scrip-urls/m-p/1220950#M34282</link>
      <description>&lt;P&gt;I am working on a SmartWorks to Esri GIS integration to an on site ArcGIS Portal. The SmartWorks folks are asking if we have internal Esri API urls for (CSS and JavaScript). This is an area of Portal I have never had to deal with. How would I go about finding the url's within our systems. And maybe some documentation on this part of Portal.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Federated Portal version 10.8.1&lt;/LI&gt;&lt;LI&gt;AGOL sample url's&lt;UL&gt;&lt;LI&gt;&lt;A href="http://serverapi.arcgisonline.com/jsapi/arcgis/1.6/js/dojo/dijit/themes/tundra/tundra.css" target="_blank"&gt;http://serverapi.arcgisonline.com/jsapi/arcgis/1.6/js/dojo/dijit/themes/tundra/tundra.css&lt;/A&gt;&amp;nbsp; &lt;A href="http://serverapi.arcgisonline.com/jsapi/arcgis/?v=2.3" target="_blank"&gt;http://serverapi.arcgisonline.com/jsapi/arcgis/?v=2.3&lt;/A&gt;)&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Wed, 12 Oct 2022 00:53:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/css-and-java-scrip-urls/m-p/1220950#M34282</guid>
      <dc:creator>forestknutsen1</dc:creator>
      <dc:date>2022-10-12T00:53:38Z</dc:date>
    </item>
    <item>
      <title>Re: css and java scrip urls</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/css-and-java-scrip-urls/m-p/1220951#M34283</link>
      <description>&lt;P&gt;Hey, it's possible to use the Enterprise Portal API's, but for me I'd download the latest JSAPI libraries:&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/javascript/latest/install-and-set-up/#web-server-hosting-configuration" target="_blank"&gt;https://developers.arcgis.com/javascript/latest/install-and-set-up/#web-server-hosting-configuration&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and host them locally.&amp;nbsp; This will allow you to use your 10.8.1 services, but have the latest and greatest level of security and functionality.&amp;nbsp; It also means that you can update your app/integration outside of the ArcGIS Enterprise upgrade cycle.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Oct 2022 00:57:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/css-and-java-scrip-urls/m-p/1220951#M34283</guid>
      <dc:creator>Scott_Tansley</dc:creator>
      <dc:date>2022-10-12T00:57:46Z</dc:date>
    </item>
    <item>
      <title>Re: css and java scrip urls</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/css-and-java-scrip-urls/m-p/1220955#M34284</link>
      <description>&lt;DIV class=""&gt;&lt;DIV class=""&gt;Otherwise, I've just sniffed these examples from a WAB viewer app in my 10.9.1 portal, paths should be the same for 10.8.1.&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;https://[domain]/portal/apps/webappviewer/jimu.js/css/jimu-theme.css&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;https://&lt;SPAN&gt;[domain]&lt;/SPAN&gt;/portal/jsapi/jsapi/init.js&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;https://[domain]/portal/jsapi/jsapi/esri/layers/VectorTileLayerImpl.js&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;https://[domain]/portal/jsapi/jsapi/dojo/resources/dojo.css&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;https://[domain]/portal/jsapi/jsapi/dijit/themes/claro/claro.css&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 12 Oct 2022 01:45:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/css-and-java-scrip-urls/m-p/1220955#M34284</guid>
      <dc:creator>Scott_Tansley</dc:creator>
      <dc:date>2022-10-12T01:45:08Z</dc:date>
    </item>
    <item>
      <title>Re: css and java scrip urls</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/css-and-java-scrip-urls/m-p/1221224#M34289</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/413165"&gt;@Scott_Tansley&lt;/a&gt;&amp;nbsp;Thanks for the feedback. I am still a little lost. I can hit the urls your provided. I don't see what the down side is for just using the AGOL ones... Clearly I will not be able to update the content myself but on the other had I don't think this is something I would need to do.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Oct 2022 18:19:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/css-and-java-scrip-urls/m-p/1221224#M34289</guid>
      <dc:creator>forestknutsen1</dc:creator>
      <dc:date>2022-10-12T18:19:44Z</dc:date>
    </item>
    <item>
      <title>Re: css and java scrip urls</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/css-and-java-scrip-urls/m-p/1221274#M34290</link>
      <description>&lt;P&gt;Hey - the default practice is to develop against the Esri/ArcGIS Online hosted JSAPI libraries.&amp;nbsp; It's what most people do.&amp;nbsp; The primary reasons for not doing that would be:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;A secured environment with no internet access, so you have to host internally.&lt;/LI&gt;&lt;LI&gt;Maybe you have poor web access/performance so there is a performance advantage by having the libraries internally.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Sorry, I thought from your original post that you needed them internally.&amp;nbsp; Personally, I'd be asking your developer to use the ArcGIS hosted ones unless they have a very good reason not to.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Oct 2022 20:21:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/css-and-java-scrip-urls/m-p/1221274#M34290</guid>
      <dc:creator>Scott_Tansley</dc:creator>
      <dc:date>2022-10-12T20:21:45Z</dc:date>
    </item>
    <item>
      <title>Re: css and java scrip urls</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/css-and-java-scrip-urls/m-p/1221660#M34297</link>
      <description>&lt;P&gt;Right, okay. Thanks Scott. I think we would want them internal if we had a major disaster (like a massive earthquake or a volcanic event)&amp;nbsp; and we lost all connectivity with the outside and the application has to keep working.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Oct 2022 17:01:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/css-and-java-scrip-urls/m-p/1221660#M34297</guid>
      <dc:creator>forestknutsen1</dc:creator>
      <dc:date>2022-10-13T17:01:36Z</dc:date>
    </item>
    <item>
      <title>Re: css and java scrip urls</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/css-and-java-scrip-urls/m-p/1221769#M34298</link>
      <description>&lt;P&gt;Civil defense is also another good reason.&amp;nbsp; I'm New Zealand based.&amp;nbsp; With a small population we often have data duplicated to AGOL for 'DRish' purposes, but I'd be scared of losing the firbre connections to the rest of the world...&lt;/P&gt;</description>
      <pubDate>Thu, 13 Oct 2022 20:15:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/css-and-java-scrip-urls/m-p/1221769#M34298</guid>
      <dc:creator>Scott_Tansley</dc:creator>
      <dc:date>2022-10-13T20:15:35Z</dc:date>
    </item>
    <item>
      <title>Re: css and java scrip urls</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/css-and-java-scrip-urls/m-p/1221787#M34299</link>
      <description>&lt;P&gt;Yes, I can see that. I am in Alaska so getting cut off from the outside is a real risk for us too.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Oct 2022 20:30:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/css-and-java-scrip-urls/m-p/1221787#M34299</guid>
      <dc:creator>forestknutsen1</dc:creator>
      <dc:date>2022-10-13T20:30:48Z</dc:date>
    </item>
  </channel>
</rss>

