<?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 Best practices for customization and development in Web AppBuilder Custom Widgets Questions</title>
    <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/best-practices-for-customization-and-development/m-p/787787#M3778</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am a develper and have just started creating apps with WAB 1.2, and have never worked with WAP before. &lt;SPAN class="hps"&gt;I struggle&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;a bit&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;to find&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;the best&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;workflow to easy access&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;debug&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;my own&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;widget&lt;/SPAN&gt;s in the brower. To debug sample widgets i have found the url &lt;SPAN style="color: #2989c5;"&gt;&lt;A _jive_internal="true" href="https://community.esri.com/[localhost]:3344/webappviewer/?config=sample-configs/config-demo.json"&gt;http://[localhost]:3344/webappviewer/?config=sample-configs/config-demo.json.&lt;/A&gt; &lt;SPAN style="color: #303030;"&gt;If I create a new widget 'Feedback' and but it under the stemap/wigdet folder. Is there an url can i use locally to debug my new widget during development, without having to add it to an app and open it every time i need to debug?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #303030;"&gt;Thanks and regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #303030;"&gt;Torill &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Sep 2015 07:13:04 GMT</pubDate>
    <dc:creator>TorillGabrielsen1</dc:creator>
    <dc:date>2015-09-17T07:13:04Z</dc:date>
    <item>
      <title>Best practices for customization and development</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/best-practices-for-customization-and-development/m-p/787787#M3778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am a develper and have just started creating apps with WAB 1.2, and have never worked with WAP before. &lt;SPAN class="hps"&gt;I struggle&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;a bit&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;to find&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;the best&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;workflow to easy access&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;debug&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;my own&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;widget&lt;/SPAN&gt;s in the brower. To debug sample widgets i have found the url &lt;SPAN style="color: #2989c5;"&gt;&lt;A _jive_internal="true" href="https://community.esri.com/[localhost]:3344/webappviewer/?config=sample-configs/config-demo.json"&gt;http://[localhost]:3344/webappviewer/?config=sample-configs/config-demo.json.&lt;/A&gt; &lt;SPAN style="color: #303030;"&gt;If I create a new widget 'Feedback' and but it under the stemap/wigdet folder. Is there an url can i use locally to debug my new widget during development, without having to add it to an app and open it every time i need to debug?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #303030;"&gt;Thanks and regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #303030;"&gt;Torill &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Sep 2015 07:13:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/best-practices-for-customization-and-development/m-p/787787#M3778</guid>
      <dc:creator>TorillGabrielsen1</dc:creator>
      <dc:date>2015-09-17T07:13:04Z</dc:date>
    </item>
    <item>
      <title>Re: Best practices for customization and development</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/best-practices-for-customization-and-development/m-p/787788#M3779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Torill,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; My standard practice is to create an app for each of my widget development efforts and open the widget from that apps widgets folder in my IDE (i.e. C:\web-appbuilder-1.2\server\apps\3\widgets\eSearch).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; But as you are asking for a way to not do this then you would do exactly what you are doing but you would have to manually add your widget to the sample-configs/config-demo.json or create your own folder and json for your widget development like widget-dev/config.json. The down side to your approach is as a good widget developer you should be developing the widget settings UI at the same time you are developing the widgets UI and when using the webappviewer you are only testing the actual widget UI and you will not see or access the widgets setting UI.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Sep 2015 12:57:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/best-practices-for-customization-and-development/m-p/787788#M3779</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-09-17T12:57:41Z</dc:date>
    </item>
    <item>
      <title>Re: Best practices for customization and development</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/best-practices-for-customization-and-development/m-p/787789#M3780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your answer! You really helped me out here. &lt;SPAN class="hps"&gt;Based on&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;esris&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;documentation&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;I thought that&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;widget&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;development&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;should&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;be done&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;in&lt;/SPAN&gt; the &lt;SPAN class="hps"&gt;stemapp&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;folder, but&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;now understand&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;that this&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;must be done&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;in&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;apps&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;widgets&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;folder&lt;/SPAN&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Sep 2015 11:17:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/best-practices-for-customization-and-development/m-p/787789#M3780</guid>
      <dc:creator>TorillGabrielsen2</dc:creator>
      <dc:date>2015-09-23T11:17:02Z</dc:date>
    </item>
    <item>
      <title>Re: Best practices for customization and development</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/best-practices-for-customization-and-development/m-p/787790#M3781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Torill, don't forget to mark Robert's response as the answer to close this thread.&lt;/P&gt;&lt;P&gt;​&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Sep 2015 14:10:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/best-practices-for-customization-and-development/m-p/787790#M3781</guid>
      <dc:creator>RebeccaStrauch__GISP</dc:creator>
      <dc:date>2015-09-23T14:10:29Z</dc:date>
    </item>
  </channel>
</rss>

