DaftPoint / glsp-server

Java-based server framework of the graphical language server platform

Home Page:https://www.eclipse.org/glsp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Eclipse GLSP Server build-status

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

Structure

  • org.eclipse.glsp.api: Java bindings for the GLSP API
  • 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

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

About

Java-based server framework of the graphical language server platform

https://www.eclipse.org/glsp

License:Eclipse Public License 2.0


Languages

Language:Java 100.0%