Hello,
I am trying to find out if I can accomplish basic CRUD operations on an Enterprise geodatabase using ArcGIS Runtime SDK for Java or if I need to use ArcObjects.
I am looking at developing a service that will run on my server that is going to monitor a few folders. As various files are added to these folders, my service needs to parse these files and insert/update/delete records in an enterprise geodatabase. Can I implement this using the runtime sdk? Thanks in advance for any feedback!
-Keith