The most critical change of ArcGIS 10.1 for server to server object extension (SOE) is its ease of deployment, which has the following new features:
(1)Updated the integration in
Soe templates in IDE
In A. net template, the. NET attribute contains all necessary information about Soe, such as the attributes and functions it provides. In this way, soe can be packaged during software construction and ready for deployment. It is also noted that. Net SOE is no longer derived from servicedcomponent. To migrate to. Net SOE version 10.1, you can copy existing code or projects to a new template and recreate the template.
(2)One-step deployment
You can deploy SOE using the. SOE file created in the subsequent build steps. Then you can register SOE step by browsing the. SOE file in the ArcGIS Server Manager. When registering Soe, you do not need to run any command or write any additional code.
(3)64
Bit requirements
Because ArcGIS Server is currently only supported on 64-bit operating systems, soe compatible with 64-bit operating systems must be built.
(4)Manager Integration
The new panel in the manager can be used to view available Soe and deploy new SOE.
(5)Manager
Debugging options for Java Soe
The Manager allows you to set the Service Startup latency so that you can hit the breakpoint at the Service Startup point to enter the Java SOE code to be executed. You can also specify a port range to debug Java SOE. For
. Net Soe. the SDK helps briefly introduce various techniques for debugging programs using Visual Studio.
(6)Create and customize property pages more easily
If SOE provides a property, the basic property page is automatically created, which is displayed when the Administrator edits the service in the Manager. (In the previous version of ArcGIS Server for Microsoft. NET Framework, developers must develop this property page by themselves .) To add an Advanced page element other than the default input text box, you can develop your own manager property page. You can also compile it with ArcGIS
The property page integrated in the "service Editor" dialog box in for desktop.
(7)More easily in ArcGIS
Access SOE attributes in for desktop
You do not need to stop the service when editing service properties in the directory tree. This means that when the service is running, you can access Soe, enable it, and modify its attribute page. When the application changes, the service restarts.