<?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 Esri Map v3.9 and Websphere Portal v8 in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/esri-map-v3-9-and-websphere-portal-v8/m-p/406430#M37471</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am a newbie to Esri Maps.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can somebody provide me a sample map code which will run in WebSphere Portal v8. The issue which I am facing is currently Websphere Portal is using dojo 1.7 and it gets loaded first and the esri map uses dojo v 1.9 and hence it is not able to find the required libraries as it search within the dojo v1.7.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried using the link suggesting custom dojo by copying the contents in the portlet jsp. But i didnt worked. If somebody can provide me a working snippet html code which if i can copy it in the portlet jsp and test in the WebSphere Portal server That will be really much appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Asif&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Jun 2014 10:53:50 GMT</pubDate>
    <dc:creator>AsifPalimar</dc:creator>
    <dc:date>2014-06-16T10:53:50Z</dc:date>
    <item>
      <title>Esri Map v3.9 and Websphere Portal v8</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/esri-map-v3-9-and-websphere-portal-v8/m-p/406430#M37471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am a newbie to Esri Maps.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can somebody provide me a sample map code which will run in WebSphere Portal v8. The issue which I am facing is currently Websphere Portal is using dojo 1.7 and it gets loaded first and the esri map uses dojo v 1.9 and hence it is not able to find the required libraries as it search within the dojo v1.7.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried using the link suggesting custom dojo by copying the contents in the portlet jsp. But i didnt worked. If somebody can provide me a working snippet html code which if i can copy it in the portlet jsp and test in the WebSphere Portal server That will be really much appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Asif&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2014 10:53:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/esri-map-v3-9-and-websphere-portal-v8/m-p/406430#M37471</guid>
      <dc:creator>AsifPalimar</dc:creator>
      <dc:date>2014-06-16T10:53:50Z</dc:date>
    </item>
    <item>
      <title>Re: Esri Map v3.9 and Websphere Portal v8</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/esri-map-v3-9-and-websphere-portal-v8/m-p/406431#M37472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This is from Portal V7, but it may help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We have a check in our head.jsp that checks to see if it is an ESRI page.&amp;nbsp; If so, we're pulling in ESRI's dojo, otherwise, we're pulling in Portal's.&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;DeWayne&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
&amp;lt;c:choose&amp;gt;
 &amp;lt;c:when test='${(currentNavNode.metadata["esriPage"] == "true")}'&amp;gt;
&amp;nbsp; &amp;lt;link rel="stylesheet" type="text/css" href="https://serverapi.arcgisonline.com/jsapi/arcgis/2.8/js/dojo/dijit/themes/claro/claro.css"&amp;gt;
&amp;nbsp; &amp;lt;link rel="stylesheet" type="text/css" href="https://serverapi.arcgisonline.com/jsapi/arcgis/2.8/js/dojo/dojox/grid/resources/Grid.css"&amp;gt;
&amp;nbsp; &amp;lt;link rel="stylesheet" type="text/css" href="https://serverapi.arcgisonline.com/jsapi/arcgis/2.8/js/dojo/dojox/grid/resources/claroGrid.css"&amp;gt;
&amp;nbsp; &amp;lt;link rel="stylesheet" type="text/css" href="https://serverapi.arcgisonline.com/jsapi/arcgis/2.8/js/esri/dijit/css/InfoWindow.css"&amp;gt;
&amp;nbsp; &amp;lt;link rel="stylesheet" type="text/css" href="https://serverapi.arcgisonline.com/jsapi/arcgis/2.8/js/dojo/dojox/widget/Dialog/Dialog.css"&amp;gt;

&amp;lt;%--&amp;nbsp; &amp;lt;link rel="stylesheet" type="text/css" href="https://serverapi.arcgisonline.com/jsapi/arcgis/2.8/js/esri/css/esri.css"&amp;gt;&amp;nbsp; --%&amp;gt;

&amp;nbsp; &amp;lt;%-- link the&amp;nbsp; customStyles.css for the page --%&amp;gt;
&amp;nbsp; &amp;lt;link rel="stylesheet" type="text/css" href="&amp;lt;%=(String)pageContext.getAttribute("themeWebAppBaseURI", PageContext.REQUEST_SCOPE)%&amp;gt;/css/customStyles${localEnvironment}.css" /&amp;gt;

&amp;nbsp; &amp;lt;!-- Dojo JS Files --&amp;gt;
&amp;nbsp; &amp;lt;script type="text/javascript"&amp;gt;
&amp;nbsp;&amp;nbsp; djConfig = {
&amp;nbsp;&amp;nbsp;&amp;nbsp; isDebug: false,
&amp;nbsp;&amp;nbsp;&amp;nbsp; locale: 'en',
&amp;nbsp;&amp;nbsp;&amp;nbsp; dojoIframeHistoryUrl: '&amp;lt;%=(String)pageContext.getAttribute("themeWebAppBaseURI", PageContext.REQUEST_SCOPE)%&amp;gt;/fromDojo/iframe_history.html'
&amp;nbsp;&amp;nbsp; };
&amp;nbsp; &amp;lt;/script&amp;gt;
&amp;lt;%-- &amp;lt;script type="text/javascript" src="http://serverapi.arcgisonline.com/jsapi/arcgis/?v=2.8compact"&amp;gt;&amp;lt;/script&amp;gt;&amp;nbsp; --%&amp;gt;
&amp;nbsp; &amp;lt;script type="text/javascript" src="https://serverapi.arcgisonline.com/jsapi/arcgis/?v=2.8"&amp;gt;&amp;lt;/script&amp;gt;
 &amp;lt;/c:when&amp;gt;
 &amp;lt;c:otherwise&amp;gt;
&amp;nbsp; &amp;lt;%-- link the dojo stylesheets for the page --%&amp;gt;
&amp;nbsp; &amp;lt;link rel="stylesheet" type="text/css" href="${dojoRoot}/dojo/resources/dojo.css"&amp;gt;
&amp;nbsp; &amp;lt;link rel="stylesheet" type="text/css" href="${dojoRoot}/dijit/themes/claro/claro.css"&amp;gt;
&amp;nbsp; &amp;lt;link rel="stylesheet" type="text/css" href="${dojoRoot}/dojox/grid/resources/Grid.css"&amp;gt;
&amp;nbsp; &amp;lt;link rel="stylesheet" type="text/css" href="${dojoRoot}/dojox/grid/resources/claroGrid.css"&amp;gt;
&amp;nbsp; &amp;lt;link rel="stylesheet" type="text/css" href="${dojoRoot}/dojox/grid/enhanced/resources/claro/EnhancedGrid.css"&amp;gt;
&amp;nbsp; &amp;lt;link rel="stylesheet" type="text/css" href="${dojoRoot}/dojox/widget/Portlet/Portlet.css"&amp;gt;

&amp;nbsp; &amp;lt;%-- link the core portal stylesheet (we use parts related to the search center) --%&amp;gt;
&amp;nbsp; &amp;lt;link rel="stylesheet" type="text/css" href="https://community.esri.com/PortalTheme/themes/html/css/base/core.css"/&amp;gt;
&amp;nbsp; &amp;lt;link rel="stylesheet" type="text/css" href="https://community.esri.com/PortalTheme/themes/html/css/defaultTheme/defaultTheme.css"/&amp;gt;
&amp;nbsp; &amp;lt;link rel="stylesheet" type="text/css" href="https://community.esri.com/PortalTheme/themes/html/css/base/dojo.css"/&amp;gt;
&amp;nbsp; &amp;lt;link rel="stylesheet" type="text/css" href="https://community.esri.com/PortalTheme/themes/html/css/defaultTheme/dojoTheme.css"/&amp;gt;
&amp;nbsp; &amp;lt;link rel="stylesheet" type="text/css" href="https://community.esri.com/wps/search/css/searchWidgets.css" /&amp;gt;

&amp;nbsp; &amp;lt;%-- link the&amp;nbsp; customStyles.css for the page --%&amp;gt;
&amp;nbsp; &amp;lt;link rel="stylesheet" type="text/css" href="&amp;lt;%=(String)pageContext.getAttribute("themeWebAppBaseURI", PageContext.REQUEST_SCOPE)%&amp;gt;/css/customStyles${localEnvironment}.css" /&amp;gt;

&amp;nbsp; &amp;lt;!-- Dojo JS Files --&amp;gt;
&amp;nbsp; &amp;lt;script type="text/javascript"&amp;gt;
&amp;nbsp;&amp;nbsp; var djConfig = {
&amp;nbsp;&amp;nbsp;&amp;nbsp; parseOnLoad: false,
&amp;nbsp;&amp;nbsp;&amp;nbsp; locale: 'en',
&amp;nbsp;&amp;nbsp;&amp;nbsp; modulePaths : { "ibm"&amp;nbsp;&amp;nbsp; : "/portal_dojo/ibm", 
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "com"&amp;nbsp;&amp;nbsp; : "/portal_dojo/com"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }
&amp;nbsp;&amp;nbsp; };
&amp;nbsp; &amp;lt;/script&amp;gt;
&amp;nbsp; &amp;lt;script type="text/javascript" src="${dojoRoot}/dojo/dojo.js" &amp;gt;&amp;lt;/script&amp;gt;
&amp;nbsp; &amp;lt;!-- &amp;lt;script type="text/javascript" src="/portal_dojo/v1.6/dojo/dojo.js" &amp;gt;&amp;lt;/script&amp;gt; --&amp;gt;
 &amp;lt;/c:otherwise&amp;gt;
&amp;lt;/c:choose&amp;gt;

&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 18:29:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/esri-map-v3-9-and-websphere-portal-v8/m-p/406431#M37472</guid>
      <dc:creator>F__DeWayneLane</dc:creator>
      <dc:date>2021-12-11T18:29:36Z</dc:date>
    </item>
    <item>
      <title>Re: Esri Map v3.9 and Websphere Portal v8</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/esri-map-v3-9-and-websphere-portal-v8/m-p/406432#M37473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Will it possible to share a sample map example created using v3.2 esri api as I beliver that uses Dojo 1.7 same as that of Websphere Portal Dojo. I looked in the net but couldnt find a example for the same.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Asif Palimar&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jun 2014 10:24:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/esri-map-v3-9-and-websphere-portal-v8/m-p/406432#M37473</guid>
      <dc:creator>AsifPalimar</dc:creator>
      <dc:date>2014-06-19T10:24:45Z</dc:date>
    </item>
  </channel>
</rss>

