org.eclipse.glsp:org.eclipse.glsp.api

GLSP server API definition

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

org.eclipse.glsp
ArtifactId

ArtifactId

org.eclipse.glsp.api
Last Version

Last Version

0.8.0-rc-02
Release Date

Release Date

Type

Type

${package-type}
Description

Description

GLSP server API definition
Project URL

Project URL

https://www.eclipse.org/glsp
Source Code Management

Source Code Management

https://github.com/eclipse-glsp/glsp-server

Download org.eclipse.glsp.api

Dependencies

compile (8)

Group / Artifact Type Version
commons-io : commons-io jar 2.5
org.eclipse.lsp4j : org.eclipse.lsp4j.jsonrpc jar 0.8.1
com.google.inject : guice jar 3.0
com.google.inject.extensions : guice-multibindings jar 3.0
org.eclipse.glsp : org.eclipse.glsp.graph jar 0.8.0-rc-02
javax.websocket : javax.websocket-api jar 1.1
log4j : log4j jar 1.2.17
com.google.guava : guava jar 21.0

Project Modules

There are no modules declared in this project.

Eclipse GLSP Server build-status

Contains the code for the Java-based framework to create GLSP server components.

Structure

  • org.eclipse.glsp.graph: EMF-based implementation of graphical model that's used for client-server communication

  • org.eclipse.glsp.layout: Server-based layout using the Eclipse Layout Kernel framework (adapted from Eclipse Sprotty Server)

  • org.eclipse.glsp.server: Generic base implemenation for standalone GLSP servers (based on JSON-RPC)

  • org.eclipse.glsp.server.websocket: Extension of the base server implementation for communication over websockets

  • org.eclipse.glsp.example.workflow: GLSP server for the Workflow Language example

Building

The GLSP server bundles are built with mvn clean install -Pm2 (for maven) or mvn clean install -Pp2 (for p2). The nightly builds are available as maven repository or p2 update site.

Maven Repositories build-status-server

P2 Update Sites build-status-server

All changes on the master branch are deployed automatically to the corresponding snapshot repositories.

See also

For more information, please visit the Eclipse GLSP Umbrella repository and the Eclipse GLSP Website. If you have questions, contact us on our spectrum chat and have a look at our communication and support options.

alt

Versions

Version
0.8.0-rc-02
0.8.0-rc-01
0.7.0-RC-01