GLSP Server Tests

This module contains the tests for GLSP server modules.

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

org.eclipse.glsp
ArtifactId

ArtifactId

org.eclipse.glsp.tests
Last Version

Last Version

0.8.0-rc-02
Release Date

Release Date

Type

Type

pom
Description

Description

GLSP Server Tests
This module contains the tests for GLSP server modules.

Download org.eclipse.glsp.tests

How to add to project

<!-- https://jarcasting.com/artifacts/org.eclipse.glsp/org.eclipse.glsp.tests/ -->
<dependency>
    <groupId>org.eclipse.glsp</groupId>
    <artifactId>org.eclipse.glsp.tests</artifactId>
    <version>0.8.0-rc-02</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.glsp/org.eclipse.glsp.tests/
implementation 'org.eclipse.glsp:org.eclipse.glsp.tests:0.8.0-rc-02'
// https://jarcasting.com/artifacts/org.eclipse.glsp/org.eclipse.glsp.tests/
implementation ("org.eclipse.glsp:org.eclipse.glsp.tests:0.8.0-rc-02")
'org.eclipse.glsp:org.eclipse.glsp.tests:pom:0.8.0-rc-02'
<dependency org="org.eclipse.glsp" name="org.eclipse.glsp.tests" rev="0.8.0-rc-02">
  <artifact name="org.eclipse.glsp.tests" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.glsp', module='org.eclipse.glsp.tests', version='0.8.0-rc-02')
)
libraryDependencies += "org.eclipse.glsp" % "org.eclipse.glsp.tests" % "0.8.0-rc-02"
[org.eclipse.glsp/org.eclipse.glsp.tests "0.8.0-rc-02"]

Dependencies

compile (2)

Group / Artifact Type Version
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