This document was published with ArcGIS 9.3.
The ArcGIS Server Plug-ins for Eclipse provides several templates and projects to help you quickly get started building applications and running samples. If you have not already installed the plug-ins, refer to the
Installing ArcGIS Plug-ins document.
Creating An ArcGIS Web Project
You will start by creating an ArcGIS Web Project using Eclipse. This sample ArcGIS Map Application displays a map, toolbar, table of contents, map overview, results, results details, and an empty task pane.
The following steps detail how to create an ArcGIS Server for Java web application project in Eclipse:
- Create an ArcGIS Web Project. From the Eclipse main menu, select 'File->New->Project'.
2. Navigate the New Project wizard to ESRI Templates and select 'ArcGIS Web Project' from the list and click Next.
3. In the Dynamic Web Project dialog, name your project, select your target runtime, and choose 'ArcGIS Web Project' from the Configurations drop down. Click Next.
4. In the Project Facets dialog, ensure that the ArcGIS facet is checked and click Next.
5. Accept the default settings in the Web Module dialog and click Next.
6. In the ArcGIS Web Project dialog, double click the Add GIS Server icon under Available Services.
7. Input valid server information for the GIS Server Host, User Name, Password, and Domain. If you set up your preferences from the toolbar menu at 'Window->Preferences->ArcGIS->Server'. The connection information set there will be used by all ESRI project windows.
8. Click the OK button to connect to the GIS Server and see a list of valid server objects. Double click on the server object you wish to use and the object will be added under Selected Services on the right hand side. Click Finish to build the project.
9. The workbench will now show your newly created ArcGIS Web Project in the Java EE perspective.
- Your application is now ready for deployment in a supported web application server.
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
<script type="text/javascript"></script>
分享到:
相关推荐
《ArcGIS Engine 开发指南》是ESRI公司为ArcGIS软件用户提供的专业开发手册,主要用于指导开发者如何使用ArcGIS Engine API进行应用程序的开发。ArcGIS Engine是ArcGIS软件家族中的一套开发工具包,它允许开发者将...
《ArcGIS Web 开发详解》 ArcGIS Web Development 是一种基于Web的地理信息系统开发技术,由Esri公司提供,旨在帮助开发者构建具有强大地图和地理分析功能的Web应用程序。ArcGIS Web Development 涵盖了从数据管理...
ArcGIS Web3D数据部署指南的知识点: 1. ArcGIS Web3D支持的服务类型 ArcGIS Web3D支持多种类型的服务,包括切片服务、动态服务、要素服务、Globe地形服务和GP服务。切片服务是一种二维的切片服务(MapService),...
《ArcGIS Web AppBuilder 2.1:构建地图应用的强大工具》 ArcGIS Web AppBuilder 2.1是由Esri公司开发的一款强大的JavaScript框架包,它专为构建交互式地图应用而设计。这款工具以其易用性和灵活性著称,不仅在地图...
Lining Up Data in ArcGIS: A Guide to Map Projections is an easy-to-navigate troubleshooting reference for any GIS user with the common problem of data misalignment. Complete with full-color maps and ...
"ArcGIS Engine start project"指的是利用ArcGIS Engine进行项目开发的初始阶段,通常包括设置开发环境、创建基本应用框架等工作。 在VS2013环境下搭建ArcGIS Engine项目,首先需要安装Esri的ArcObjects SDK for ...
What’s Inside Build web-based GIS applications Customize the ArcGIS Javascript API tools Bring ArcGIS data to the web Create secure logins for mobile app users
《ArcGIS Web AppBuilder 2.7:构建个性化的Web GIS应用》 ArcGIS Web AppBuilder 2.7是一款由Esri公司推出的强大且易用的Web GIS应用程序开发工具,它为用户提供了丰富的功能和自定义选项,使得非程序员也能轻松...
Web Mercator 投影特别适用于在线地图服务,如 Microsoft Bing™ 地图、Google 地图™ 和 ESRI® ArcGIS Online,因为这些服务已经标准化使用了 Web Mercator 坐标系统。 Web Mercator 投影在 ArcGIS 中可以通过两...
《ArcGIS Web AppBuilder 2.2:构建地图应用的专业工具》 ArcGIS Web AppBuilder 2.2 是Esri公司推出的一款强大的Web应用程序构建工具,专为地理信息系统(GIS)用户设计,使得非程序员也能轻松创建交互式、功能...
《ArcGIS Web AppBuilder 2.19:零编码实现WebGIS开发》 ArcGIS Web AppBuilder 2.19 是Esri公司提供的一款强大的Web GIS应用构建工具,旨在帮助开发者和非编码人员轻松创建定制化的GIS应用程序。该版本无需编写...
《ArcGIS Web AppBuilder 2.16:零编码实现Web GIS开发》 ArcGIS Web AppBuilder 2.16是一款由Esri公司推出的强大工具,它为开发者提供了一个无需编写代码即可构建交互式Web GIS应用程序的平台。这款工具的核心理念...
《ArcGIS Web AppBuilder 2.0:构建地图应用的利器》 ArcGIS Web AppBuilder 2.0 是Esri公司推出的一款强大的Web地图应用程序构建工具,它为开发者提供了直观的用户界面和丰富的功能模块,使得非编程背景的用户也能...
《ArcGIS Web AppBuilder 2.25:零编码实现Web GIS开发》 ArcGIS Web AppBuilder(简称WAB)是Esri公司提供的一款强大的Web GIS应用开发工具,旨在帮助开发者和非程序员快速构建交互式的地图应用。在2.25这个版本中...
《ArcGIS Web AppBuilder 2.24:零编码实现Web GIS开发的神器》 ArcGIS Web AppBuilder(简称WAB)是Esri公司提供的一个强大的Web GIS应用程序开发框架,它允许开发者通过简单的配置,而非复杂的编程,快速构建功能...
在详细解析这份关于“基于ArcGIS的Web3D应用开发全流程入门”的内容之前,需要明确几个核心概念:Web3D、ArcGIS以及Esri。 Web3D是网络三维图形技术的简称,它允许在网页上直接展示三维内容,为用户提供沉浸式的...
《ArcGIS Engine Developer Guide》是一本详细的开发者指南,由ESRI出版,旨在指导开发者如何使用ArcGIS Engine进行GIS应用的开发工作。ArcGIS Engine是ESRI公司推出的一款地理信息系统(GIS)软件开发工具包,允许...