Web application - multi user editing!

744
4
01-19-2012 12:19 PM
FarhadKazemi
New Contributor
I have created a web service (ArcGIS Server) containing a feature class and a table. I am planning to develop a web application which allows users to edit the feature layer and the table. I need help on how to manage a multi user editing (i.e. when 2 or more users attempt to edit the same feature layer in the same time). In desktop applications each user edits his/her own version, but here the service resource points to a one version.

Also:
This would be my first web application with editing functionality.
Replacing the feature class with a file GDB layer makes the work simpler, more difficult, or the same?
Where can I find a sample application or more resources?

Thank you,
Farhad
0 Kudos
4 Replies
JianHuang
Occasional Contributor III
Farhad,

ArcGIS Server 10.1 will support editing against different GDB versions. Accordingly, JavaScript API will implement it.
Hope this helps.
0 Kudos
derekswingley1
Frequent Contributor
Pre-10.1, the last edit that is made is what you'll see.

File GDBs do not support multi-user editing (even when exposed via ArcGIS Server) so fGDB isn't an option if you want to do multi-user editing.
0 Kudos
JeffPace
MVP Alum
Farhad,

ArcGIS Server 10.1 will support editing against different GDB versions. Accordingly, JavaScript API will implement it.
Hope this helps.


This is awesome!!!!!!
0 Kudos
FarhadKazemi
New Contributor
Thank you very much guys,

I got the concept!

Farhad
0 Kudos