Giter Site home page Giter Site logo

skgland / glsp-server Goto Github PK

View Code? Open in Web Editor NEW

This project forked from eclipse-glsp/glsp-server

0.0 1.0 0.0 1.37 MB

Java-based server framework of the graphical language server platform

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

License: Other

Java 100.00%

glsp-server's Introduction

Eclipse GLSP Server build-status

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

Building

The GLSP server bundles are built with Java 11 or higher and maven. Execute mvn clean verify -Pm2 (for maven) or mvn clean verify -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.

Structure of this repository

  • 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 implementation 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 Diagram example

Workflow Diagram Example

The workflow diagram is a consistent example provided by all GLSP components. The example implements a simple flow chart diagram editor with different types of nodes and edges (see screenshot below). The example can be used to try out different GLSP features, as well as several available integrations with IDE platforms (Theia, VSCode, Eclipse, Standalone). As the example is fully open source, you can also use it as a blueprint for a custom implementation of a GLSP diagram editor. See our project website for an overview of the workflow example and all components implementing it.

alt

How to start the Workflow Diagram example?

To see the diagram in action, you will need to choose and launch one diagram client, see here for an overview.

Building the Workflow Diagram example server

In the root of this repository, run

mvn clean verify -Pm2 -Pfatjar

In the folder examples/org.eclipse.glsp.example.workflow/target, you should have a jar file org.eclipse.glsp.example.workflow-X.X.X-SNAPSHOT-glsp.jar whereas X.X.X is the current version. You can now start the server by executing the following commands:

 cd examples/org.eclipse.glsp.example.workflow/target
 java -jar org.eclipse.glsp.example.workflow-X.X.X-SNAPSHOT-glsp.jar org.eclipse.glsp.example.workflow.launch.ExampleServerLauncher

To start the example server from within your IDE, run the main method of the class ExampleServerLauncher.java in the module glsp-server/examples/org.eclipse.glsp.example.workflow.

Once the server is running, choose a diagram client integration (such as Eclipse Theia, VSCode, Eclipse, or Standalone) below.

Where to find the sources?

In addition to this repository, the related source code can be found here:

See also

For more information, please visit the Eclipse GLSP Umbrella repository and the Eclipse GLSP Website. If you have questions, please raise them in the discussions and have a look at our communication and support options.

glsp-server's People

Contributors

camilleletavernier avatar dependabot[bot] avatar ivy-cst avatar jfaltermeier avatar lucas-koehler avatar martin-fleck-at avatar ndoschek avatar planger avatar tortmayr avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.