Skip to content

capthastings/solutions-geoevent-java

 
 

Repository files navigation

solutions-geoevent-java

Image of geomessage-adapter

The solutions-geoevent-java repository includes custom connectors for use with ArcGIS GeoEvent Extension for Server.

Features

Adapters

Processors

Transports

Sections

Requirements

  • ArcGIS GeoEvent Extension for Server
  • ArcGIS Geoevent Extension for Server Software Development Kit (SDK) - the SDK is included with the Geoevent Extension installation
  • Java Development Kit (JDK) 1.6.x or 1.7.x
  • Apache Maven (you may follow the GES SDK documentation to learn how to set up a Maven repository)
  • Notes on individual projects
    • Individual projects may have additional requirements. See the Readme for each project for more information.
    • Some project have a dependency on the ArcGIS Runtime for Java SDK in order to run standalone Maven Tests. See the Readme for each project for more information.

Instructions

General Help

Building All Adapters and Processors

  • Verify that Maven is installed and working correctly
    • From a command prompt, type mvn -version and verify that it returns the version correctly
    • If the Maven version is not returned correctly, consult the GeoEvent Extension SDK Developer Guide for more information on how to set up Maven.
  • Make any necessary changes to the pom.xml files to reflect the location of the GeoEvent Extension and GeoEvent Extension SDK repositories
    • If necessary, change the locations for the repository entries in the pom.xml
    • The current settings assume these will be located at
      • /Program Files/ArcGIS/Server/GeoEventExtension/sdk/repository
      • /Program Files/ArcGIS/Server/GeoEventExtension/system
  • Depending on the version of software you have installed, you may also need to change the version property in the pom.xml files
  • From a command prompt go to the ./solutions-geoevent-java/solutions-geoevent directory
  • Type mvn install at the prompt and hit return
  • Each installed module will now have a target folder (see each module's Readme.md for the exact path)
  • Browse to each target directory
  • Copy the .jar file from the target folder and paste it into the deploy directory on your GEP installation (ex. \deploy\ -- default location is C:\Program Files\ArcGIS\Server\GeoEventProcessor\deploy)

Validating Install

  • Open the GeoEvent Manager

origin/master

  • Navigate to 'Site' > 'Components' > 'Adapters'
    • You should see each newly installed adapter as one of the available adapters
  • Navigate to 'Site' > 'Components' > 'Processors'
    • You should see each newly installed processor as one of the available processors

Resources

Issues

Find a bug or want to request a new feature? Please let us know by submitting an issue.

Contributing

Esri welcomes contributions from anyone and everyone. Please see our guidelines for contributing.

Licensing

Copyright 2013 Esri

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

A copy of the license is available in the repository's license.txt file.

[](Esri Tags: ArcGIS GeoEvent Processor for Server Defense and Intelligence Military Adapter Processor) [](Esri Language: Java)

About

Custom processors, adapters and transports for geoevent server.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 93.2%
  • Python 6.5%
  • Other 0.3%