Create MobileCache with Java/JavaScript

408
0
03-17-2011 07:01 AM
AlexProtyagov
New Contributor
Does anyone know if there are any API to create mobile cache on server using Java or JavaScript? Are there any SDK for that?

I know that you can create cache in ArcMap using MobileTools, which in turn run python script
arcpy.SynchronizeMobileCache_mobile( ... )

 -- and --

arcpy.CreateMobileMap_mobile( ... )

Since python is scripting language, then where those calls are implemented ?

My idea is to generate mobile cache file on server and send it to device.  When device is done, it can send file back to server to sync mobile cache.
0 Kudos
0 Replies