Geomajas GWT2 client: Plugin WMS - Server Extension Examples


License

License

Categories

Categories

GWT (Google Web Toolkit) User Interface Web Frameworks CLI Geo Business Logic Libraries Geospatial
GroupId

GroupId

org.geomajas.plugin
ArtifactId

ArtifactId

geomajas-client-gwt2-plugin-wms-server-example-jar
Last Version

Last Version

2.4.3
Release Date

Release Date

Type

Type

jar
Description

Description

Geomajas GWT2 client: Plugin WMS - Server Extension Examples
Geomajas GWT2 client: Plugin WMS - Server Extension Examples
Project Organization

Project Organization

Geosparc

Download geomajas-client-gwt2-plugin-wms-server-example-jar

How to add to project

<!-- https://jarcasting.com/artifacts/org.geomajas.plugin/geomajas-client-gwt2-plugin-wms-server-example-jar/ -->
<dependency>
    <groupId>org.geomajas.plugin</groupId>
    <artifactId>geomajas-client-gwt2-plugin-wms-server-example-jar</artifactId>
    <version>2.4.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.geomajas.plugin/geomajas-client-gwt2-plugin-wms-server-example-jar/
implementation 'org.geomajas.plugin:geomajas-client-gwt2-plugin-wms-server-example-jar:2.4.3'
// https://jarcasting.com/artifacts/org.geomajas.plugin/geomajas-client-gwt2-plugin-wms-server-example-jar/
implementation ("org.geomajas.plugin:geomajas-client-gwt2-plugin-wms-server-example-jar:2.4.3")
'org.geomajas.plugin:geomajas-client-gwt2-plugin-wms-server-example-jar:jar:2.4.3'
<dependency org="org.geomajas.plugin" name="geomajas-client-gwt2-plugin-wms-server-example-jar" rev="2.4.3">
  <artifact name="geomajas-client-gwt2-plugin-wms-server-example-jar" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.geomajas.plugin', module='geomajas-client-gwt2-plugin-wms-server-example-jar', version='2.4.3')
)
libraryDependencies += "org.geomajas.plugin" % "geomajas-client-gwt2-plugin-wms-server-example-jar" % "2.4.3"
[org.geomajas.plugin/geomajas-client-gwt2-plugin-wms-server-example-jar "2.4.3"]

Dependencies

compile (2)

Group / Artifact Type Version
org.geomajas.plugin : geomajas-client-gwt2-plugin-wms-server-extension jar 2.4.3
org.geomajas : geomajas-client-gwt2-example-base jar 2.4.3

provided (1)

Group / Artifact Type Version
com.google.gwt : gwt-user jar 2.7.0

runtime (1)

Group / Artifact Type Version
com.google.gwt : gwt-servlet jar 2.7.0

Project Modules

There are no modules declared in this project.

Geomajas GWT Client 2.x

What is Geomajas

Geomajas is an Open Source Web Mapping Framework written in Java. It provides both server and client components. This project contains the Client 2.x. It is based upon the GWT technology.

For more details about the project, how to use it, manuals and other information, take a look at the website at http://www.geomajas.org/ .

For commercial support see http://www.geosparc.com/ .

Explanation of all folders in the root

  • common-gwt: Libraries containing common code used in both Geomajas clients.
  • api: The client API
  • impl: The implementation of the API.
  • server-extension: Extension of the client to include the Geomajas server.
  • documentation: The main documentation artifact.
  • example-base: Library with showcase layout. It is used by the showcase application.
  • example-jar: Library containing samples on the API
  • example: Showcase application. It bundles all samples from all plugins.
  • plugin: Folder containing all plugins for this client, such as WMS client, editing, GIS widgets, ...

Build Process

In order to build Geomajas, we recommend using Maven (see http://maven.apache.org/). Following Maven best practices, the pom.xml files do not contain any Maven repositories.

You'll have to add the Geomajas Maven repository (http://maven.geomajas.org/) to your settings.xml file, which can be located in:

~/.m2/settings.xml

Next go to the root of the source code and run:

mvn install
org.geomajas.plugin

Geomajas

Versions

Version
2.4.3
2.4.2
2.4.1
2.4.0
2.3.0
2.2.0
2.1.2
2.1.1
2.1.0-M3
2.1.0-M2