<?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: Does the javascript API support concurrent editing? in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/does-the-javascript-api-support-concurrent-editing/m-p/188184#M17453</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hm...It seems that other than applyEdit, I have to studied another topic...please take a look at these pages&lt;/P&gt;&lt;P&gt;&lt;A href="http://resources.arcgis.com/en/help/arcgis-rest-api/index.html#//02r3000000zt000000"&gt;Update Features&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://resources.arcgis.com/en/help/arcgis-rest-api/index.html#//02r30000010m000000"&gt;Add Features&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Aug 2014 10:16:24 GMT</pubDate>
    <dc:creator>StephenLam</dc:creator>
    <dc:date>2014-08-04T10:16:24Z</dc:date>
    <item>
      <title>Does the javascript API support concurrent editing?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/does-the-javascript-api-support-concurrent-editing/m-p/188182#M17451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;According to this &lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//002q0000007v000000.htm"&gt;page&lt;/A&gt;, ArcGIS Desktop supports concurrent user editing, and let user to decide when to save or discard the changes at any time. However, I am not sure if ArcGIS javascript API is also support this function, as I cannot find any related sample or document talking about this...Any idea? Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jul 2014 03:53:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/does-the-javascript-api-support-concurrent-editing/m-p/188182#M17451</guid>
      <dc:creator>StephenLam</dc:creator>
      <dc:date>2014-07-31T03:53:49Z</dc:date>
    </item>
    <item>
      <title>Re: Does the javascript API support concurrent editing?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/does-the-javascript-api-support-concurrent-editing/m-p/188183#M17452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stephen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check out this &lt;A href="http://www.esri.com/~/media/Files/Pdfs/library/brochures/pdfs/arcgis-server-functionality-matrix.pdf‌"&gt;ArcGIS Server Functionality Matrix&lt;/A&gt; document. Web editing is through feature services:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;Feature services support multiuser database editing across your intranet or the Internet. &lt;/P&gt;
&lt;P&gt;Through this web service, you can add, delete, and update geographic features from web &lt;/P&gt;
&lt;P&gt;browsers, mobile applications, and any REST and OGC Transactional Web Feature &lt;/P&gt;
&lt;P&gt;Service (WFS-T) capable client.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;The feature service is implemented as a stateless REST web service, providing maximum &lt;/P&gt;
&lt;P&gt;performance and scalability. It exposes feature templates created in ArcGIS for Desktop &lt;/P&gt;
&lt;P&gt;to clients to enable structured editing of your GIS data over the web; this gives clients an &lt;/P&gt;
&lt;P&gt;intuitive web editing user experience.&lt;/P&gt;

&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will need to be running the Standard or Advanced version of ArcGIS Server and you will need to have your data in a database that supports multiuser edits.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The ArcGIS JS API is one of many ways to interact with ArcGIS Server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UPDATE - always confirm with your local ESRI distributor if the functionality you are after is available. &lt;/P&gt;&lt;P&gt;TIP - check with the technical staff and not marketing/sales. &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Owen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jul 2014 04:23:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/does-the-javascript-api-support-concurrent-editing/m-p/188183#M17452</guid>
      <dc:creator>OwenEarley</dc:creator>
      <dc:date>2014-07-31T04:23:21Z</dc:date>
    </item>
    <item>
      <title>Re: Does the javascript API support concurrent editing?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/does-the-javascript-api-support-concurrent-editing/m-p/188184#M17453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hm...It seems that other than applyEdit, I have to studied another topic...please take a look at these pages&lt;/P&gt;&lt;P&gt;&lt;A href="http://resources.arcgis.com/en/help/arcgis-rest-api/index.html#//02r3000000zt000000"&gt;Update Features&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://resources.arcgis.com/en/help/arcgis-rest-api/index.html#//02r30000010m000000"&gt;Add Features&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Aug 2014 10:16:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/does-the-javascript-api-support-concurrent-editing/m-p/188184#M17453</guid>
      <dc:creator>StephenLam</dc:creator>
      <dc:date>2014-08-04T10:16:24Z</dc:date>
    </item>
  </channel>
</rss>

