<?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: Maps SDK transitioning to Components in Jimu Development in ArcGIS Experience Builder Questions</title>
    <link>https://community.esri.com/t5/arcgis-experience-builder-questions/maps-sdk-transitioning-to-components-in-jimu/m-p/1591335#M17719</link>
    <description>&lt;P class=""&gt;The main change in Maps SDK is to separate the UI widgets from the core logic without UI.&lt;/P&gt;&lt;P class=""&gt;The new widgets' underlying technology is &lt;A href="https://developer.mozilla.org/en-US/docs/Web/API/Web_components。" target="_blank" rel="noopener"&gt;https://developer.mozilla.org/en-US/docs/Web/API/Web_components&lt;/A&gt;&lt;/P&gt;&lt;P class=""&gt;These changes do not affect the Jimu framework; instead, they require adaptive modifications by the ExB widgets that rely on Maps SDK widgets, such as Map, Measurement, Table, and Edit.&lt;/P&gt;</description>
    <pubDate>Mon, 03 Mar 2025 18:50:43 GMT</pubDate>
    <dc:creator>Allen_Zhang</dc:creator>
    <dc:date>2025-03-03T18:50:43Z</dc:date>
    <item>
      <title>Maps SDK transitioning to Components in Jimu Development</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/maps-sdk-transitioning-to-components-in-jimu/m-p/1591269#M17708</link>
      <description>&lt;P&gt;Regarding this post:&amp;nbsp;&amp;nbsp;&lt;A href="https://www.esri.com/arcgis-blog/products/js-api-arcgis/developers/javascript-maps-sdk-a-full-transition-to-components/" target="_blank"&gt;https://www.esri.com/arcgis-blog/products/js-api-arcgis/developers/javascript-maps-sdk-a-full-transition-to-components/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How will this affect custom ExB widget development? Is Esri updating the Jimu framework to accommodate these, or is it up to the user?&lt;/P&gt;</description>
      <pubDate>Mon, 03 Mar 2025 16:56:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/maps-sdk-transitioning-to-components-in-jimu/m-p/1591269#M17708</guid>
      <dc:creator>tssau</dc:creator>
      <dc:date>2025-03-03T16:56:15Z</dc:date>
    </item>
    <item>
      <title>Re: Maps SDK transitioning to Components in Jimu Development</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/maps-sdk-transitioning-to-components-in-jimu/m-p/1591335#M17719</link>
      <description>&lt;P class=""&gt;The main change in Maps SDK is to separate the UI widgets from the core logic without UI.&lt;/P&gt;&lt;P class=""&gt;The new widgets' underlying technology is &lt;A href="https://developer.mozilla.org/en-US/docs/Web/API/Web_components。" target="_blank" rel="noopener"&gt;https://developer.mozilla.org/en-US/docs/Web/API/Web_components&lt;/A&gt;&lt;/P&gt;&lt;P class=""&gt;These changes do not affect the Jimu framework; instead, they require adaptive modifications by the ExB widgets that rely on Maps SDK widgets, such as Map, Measurement, Table, and Edit.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Mar 2025 18:50:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/maps-sdk-transitioning-to-components-in-jimu/m-p/1591335#M17719</guid>
      <dc:creator>Allen_Zhang</dc:creator>
      <dc:date>2025-03-03T18:50:43Z</dc:date>
    </item>
    <item>
      <title>Re: Maps SDK transitioning to Components in Jimu Development</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/maps-sdk-transitioning-to-components-in-jimu/m-p/1591440#M17730</link>
      <description>&lt;P&gt;Let's take Sketch for example.&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;In a custom widget, how would you correctly swap to the web component?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;Widget&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;import Sketch from "@arcgis/core/widgets/Sketch";    

const sketchWidget = new Sketch({
          view: jimuMapView.view,
          layer: graphicsLayer, 
.... etc ...​ &lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;SPAN&gt;vs.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;Component&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;&amp;lt;arcgis-map basemap="topo-vector" center="139.5716,35.696" zoom="18"&amp;gt; 
   &amp;lt;arcgis-sketch position="top-right" creation-mode="update"&amp;gt; 
   &amp;lt;/arcgis-sketch&amp;gt; 
&amp;lt;/arcgis-map&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Mar 2025 21:51:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/maps-sdk-transitioning-to-components-in-jimu/m-p/1591440#M17730</guid>
      <dc:creator>tssau</dc:creator>
      <dc:date>2025-03-03T21:51:16Z</dc:date>
    </item>
    <item>
      <title>Re: Maps SDK transitioning to Components in Jimu Development</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/maps-sdk-transitioning-to-components-in-jimu/m-p/1591577#M17740</link>
      <description>&lt;P&gt;The component is more modern and intuitive for developers, so I think it's the right choice.&lt;/P&gt;&lt;P&gt;And we must consider that the widgets will be depracated in 2026Q1 and removed in 2027Q1.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Mar 2025 09:03:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/maps-sdk-transitioning-to-components-in-jimu/m-p/1591577#M17740</guid>
      <dc:creator>Allen_Zhang</dc:creator>
      <dc:date>2025-03-04T09:03:57Z</dc:date>
    </item>
  </channel>
</rss>

