`
TracyKelvin
  • 浏览: 22754 次
  • 性别: Icon_minigender_1
  • 来自: 广州
最近访客 更多访客>>
社区版块
存档分类
最新评论

ArcGIS Server9.3之Eclipse开发环境配置

阅读更多

This document was published with ArcGIS 9.3.

In this topic


 
ArcGIS plug-ins for the Eclipse Integrated Development Environment (IDE) have been created to ease ArcGIS Engine and ArcGIS Server application development. This topic describes the necessary steps to install and configure Eclipse and their ArcGIS plug-ins.
 
 
 
  • Java EE 5 support
  • A graphical HTML/JSP/JSF editor
  • A new Quick Access feature (ctl-3) to enhance IDE navigation
 

 
Eclipse IDE for Java EE Developers has support for most popular Java Application Servers although, an application server is not included with any of the Eclipse download options. You must obtain an application server separately.
 
Relevant drivers for supported ArcGIS Server development include:
 
Increasing the Memory Heap Size in Eclipse
Eclipse allocates 256 megabytes of java heap memory by default. However to avoid out of memory errors during installation of ArcGIS plug-ins it is strongly recommended that you increase this amount (to 1024 megabytes).  It is also strongly recommended to add the Max Permgen size available to Eclipse and set it to 256M.
 
  1. Open the eclipse.ini file under the eclipse installation directory(eg. C:\eclipse) with a text editor.
  2. By default, eclipse.ini contains something like:
          -showsplash
          org.eclipse.platform
          --launcher.XXMaxPermSize
          256m
          -vmargs
          -Xms40m
          -Xmx256m

 

   3.  Which sets the heap space to 40MB initially and a maximum of 256MB, and also specifies a PermGen size of 256MB

   4.The suggested settings for ArcGIS Server development are:

          -showsplash
          org.eclipse.platform
          -vmargs
          -Dosgi.requiredJavaVersion=1.5
          -Xms784m
          -Xmx1024m
          -XX:PermSize=256m
          -XX:MaxPermSize=256m
          -XX:+UseParallelGC

 

   5.  Save and close the eclipse.ini file.

 
The ArcGIS Server for Java 9.3 Eclipse plug-in requires the latest version of Eclipse and Web Tools Platform (WTP 2.0.x).  Enhancements required by the plug-in include the JavaServer Faces Tools (JSF) project.  Upgrading to the latest Eclipse platform binary requires a full binary download considering, as of Eclipse 3.2, it is not possible to upgrade the Eclipse platform itself, only it's features.  Fortunately, Eclipse provides "all in one" bundles and we recommend the Eclipse IDE for Java EE Developers
 
Compatibility with Eclipse 3.2 plug-ins. 
Eclipse SDK 3.3 is upwards compatible with Eclipse SDK 3.2. as described in the Eclipse 3.3 plug-in migration guide, and consequently, plug-ins for Eclipse SDK 3.2 should work with Eclipse SDK 3.3.  Plug-ins for Eclipse SDK 3.3, like the ArcGIS Server for Java 9.3 Eclipse plug-in, will not be useable in Eclipse SDK 3.2. 
 
 
To install ArcGIS Server plug-ins for Eclipse, you must have ArcGIS Server for the Java platform installed on your machine. The ArcGIS Server plug-ins can be installed by creating a local update sites for the plug-ins. 
 
  1. On the Eclipse main menu, select Help->Software Updates->Find and Install.
  2. On the Install/Update dialog box, choose Search for new features to install and click Next.
 
 
 

   3. The ArcGIS plug-ins have 3 flavors, 1.doc, 2.engine and 3.server. The doc plug-in contains the documentation for the ArcGIS Engine and ArcGIS Server SDKs. The engine plug-in is for developers who wish to build desktop applications using ArcGIS Engine. The server plug-in is for developer who wish to build web applications using ArcGIS Server. You may need to create a Local Update site to install each of these plug-ins.  To create a new update site, click on New Local Site in the Install dialog box. You may see different sites listed depending on the Eclipse version you have installed.

 
 
 

    4. Browse the location of the new local site as '%ARCGISHOME%/java/tools/eclipse_plugin/arcgis_update_site\server' and click OK. Change the name in the Edit Local Site dialog box to ArcGIS Server Local Update Site and click OK.

 

 
Repeat the steps to create another update site ArcGIS SDK Local Update Site at the location %ARCGISHOME%/java/tools/eclipse_plugin/arcgis_update_site\doc'. 
 

     5.  You should now see the ArcGIS Server Local Update Site appear in the list.  Ensure that the ArcGIS Server Local Update Site is checked and click Finish.

 
 
 

     6. The Search Results window displays the features available for install.  Drill down under ArcGIS, select the install plug-in, and click Next

    7.  Accept the Feature License agreement and click Next

    8.  Choose an install location and click Finish

    9.  Click Install All on the Verification window. 

    10. Click Yes to restart Eclipse. 

    11. Once Eclipse restarts, you should see a Welcome page, if you do not, go to the Help menu and click the Welcome link. 

 
     12. Click on the Overview icon to display an overview of features.
 
 
 

   13.  Click on the ESRI Globe icon to display the ESRI Information Page. 

 

     14.  This page provides information about getting started with your ArcGIS plug-in. 
 
Congratulations, you have successfully created a local update site for ArcGIS Plug-ins and installed the ArcGIS Server for Java Plug-in. 
 

PS:如果真的要学ArcGIS Server的话,建议还是尽快习惯看英文文档。

评论

相关推荐

    arcgis server 9.3配置

    《ArcGIS Server 9.3配置详解》 ArcGIS Server是Esri公司的一款强大的地理信息系统(GIS)服务器软件,主要用于地图服务的发布、管理和共享。9.3版本是其历史上的一个重要里程碑,提供了丰富的功能和优化的性能。...

    ArcGISserver9.3 安装

    本文将依据一份关于ArcGIS Server 9.3的安装指南,详细解析其安装步骤及关键注意事项,帮助读者顺利搭建GIS服务环境。 #### 二、安装准备 ##### 1. 操作系统环境 确保操作系统为Windows XP SP3或更高版本,且已...

    arcgis server9.3基础

    本教程将深入探讨ArcGIS Server 9.3的基础知识,并特别关注在Eclipse和NetBeans开发环境下如何进行应用程序的构建。 首先,理解ArcGIS Server的核心功能至关重要。ArcGIS Server 9.3提供了地图服务、地理编码服务、...

    ArcGIS Server9.3安装完整清晰步骤下载

    #### 二、系统要求与环境配置 在进行 ArcGIS Server 9.3 的安装之前,需确保满足以下系统要求: - 操作系统:Windows XP SP2 或更高版本。 - IIS 版本:IIS 5.1/6.0/7.0(需要安装 VS2005/VS2008,同时需安装 .NET...

    配置ArcGIS Server 9.3 Java开发环境(NetBeans).pdf

    ### 配置ArcGIS Server 9.3 Java开发环境(NetBeans) #### 概述 本文档详细介绍了如何在Windows环境下配置ArcGIS Server 9.3的Java开发环境(NetBeans)。通过本教程,读者将了解如何搭建一个完整的开发环境,并...

    ArcGIS Server 9.3 构架简析

    2. **ADF开发框架** - ArcGIS Desktop Application Development Framework (ADF)是用于构建桌面GIS应用的框架,9.3版继续支持并兼容9.2的ADF应用,同时提供了升级工具帮助用户将旧版模板迁移到9.3环境。 3. **...

    Arcgis Server9.3安装及发布

    通过上述步骤,我们可以完成 ArcGIS Server 9.3 在 Windows 环境下的安装和配置。需要注意的关键步骤包括 JDK 的正确安装和配置、Oracle 数据库的安装以及 ArcGIS Server 9.3 的详细安装流程。此外,还需要解决可能...

    ArcGIS Desktop9.3安装补丁、安装方法与汉化

    ArcGIS Desktop9.3安装补丁、安装方法与汉化ArcGIS Desktop9.3安装补丁、安装方法与汉化ArcGIS Desktop9.3安装补丁、安装方法与汉化ArcGIS Desktop9.3安装补丁、安装方法与汉化ArcGIS Desktop9.3安装补丁、安装方法...

    ArcGIS server9.3

    ArcGIS server9.3 用于地图发布

    arcgis server 9.3安装过程

    总结,安装ArcGIS Server 9.3涉及多个步骤,包括安装Java平台、设置核心账户、选择数据存储位置、配置代理、指定授权文件、安装ArcSDE以及后续的服务器配置。每个步骤都至关重要,遵循正确的安装顺序和注意事项,...

    arcgis server 9.3 for java platform 安装过程

    《ArcGIS Server 9.3 for Java Platform的安装详解》 ArcGIS Server是Esri公司推出的地理信息系统(GIS)服务器软件,它允许用户共享、管理和分析地理空间数据。本文将详细解析ArcGIS Server 9.3 for Java Platform...

    arcgis server 9.3 许可文件

    主要应用于arcgis server 9.3的地图发布的服务

    ArcGIS Server 9.3 REST基础教程

    掌握ArcGIS Server 9.3的REST基础是开发GIS应用程序的关键。通过本教程,用户不仅可以理解REST服务的工作原理,还能学会如何利用REST API构建高效、灵活的GIS解决方案。 在学习过程中,配合提供的《ArcGIS Server ...

    ArcGIS Server 9.3注册

    ArcGIS Server 9.3注册

    装ArcGIS+Server9.3详细步骤和部署(有图文说明)

    - **环境选择**:由于ArcGIS Server 9.3基于.NET框架开发,因此需选择“.NET Framework”环境进行安装。 - **组件选择**:若不确定所需组件,建议全部勾选以安装所有可用组件。 - **安装过程**:按照向导提示,...

    arcgis server9.3案例(jsf)1

    【arcgis server9.3案例(jsf)1】是一个关于使用ArcGIS Server 9.3进行Web GIS开发的实例,其中结合了Java Server Faces (JSF)技术。ArcGIS Server是Esri公司的一款强大的地理信息系统(GIS)服务器产品,它能够提供...

    ArcGIS Server9.3 JavaScript开发例子

    ArcGIS Server 9.3 JavaScript 开发示例 ,从官网抠出来的,需要的可以参考下。

    ArcGIS_Server9.3详细安装步骤带全套授权文件

    ArcGIS Server是Esri公司推出的一款强大的地理信息系统(GIS)服务器软件,它允许用户在Web环境下共享和管理地理信息。本指南将详细阐述ArcGIS Server 9.3的安装过程,并涵盖全套授权文件的使用方法。 ### 安装前...

    ArcGIS server 9.3培训

    【标签】"ArcGIS9.3", "jsf", "eclipse"进一步强调了本次培训的核心内容:使用Eclipse IDE,配合ArcGIS Server 9.3的Java插件,以及JSF框架来开发GIS应用。 在【部分内容】中,详细介绍了培训的几个关键步骤: 1. ...

Global site tag (gtag.js) - Google Analytics