-
On the footer of this page https://www.eclipse.org/glsp/support/ I saw 4 related projects How are they all related and with GLSP? original thread by KimSia Sim |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Well, Sprotty is used as a rendering framework for the diagrams on the client. In any case, you can use GLSP standalone or within Theia and use Theia with or without Che. So it depends on what the goal of your project is, whether it makes sense to combine GLSP with those related technologies. Please let us know if you have any further questions! |
Beta Was this translation helpful? Give feedback.
Well, Sprotty is used as a rendering framework for the diagrams on the client.
GLSP is compatible with EMF.cloud to allow to modify a model that is also edited at the same time with other editors (such as a form-based or text-based editor). But GLSP also works without it, if such a model synchronization across multiple editors is not needed.
There is also a GLSP client integration with the Theia IDE in case you want to embed your diagram editor within a cloud IDE.
Finally, Eclipse Che is a workspace management framework / platform that allows you to manage IDE workspaces and use Theia as a cloud IDE.
In any case, you can use GLSP standalone or within Theia and use Theia with or without Ch…