Skip to content
This repository has been archived by the owner on Jul 22, 2020. It is now read-only.

Connect Ecore-Creation service via socket #78

Open
sgraband opened this issue Nov 29, 2019 · 1 comment
Open

Connect Ecore-Creation service via socket #78

sgraband opened this issue Nov 29, 2019 · 1 comment

Comments

@sgraband
Copy link
Collaborator

Like mentioned in #64 it would be nice if the ecore-file generation service would be called via socket from the theia backend.

Additionally there could be a better solution for finding the jarPath. Right now it checks wheter or not the current OS is Windows and then cuts the first char of the path string to enable the feature

@CamilleLetavernier
Copy link
Contributor

More generally, we should provide an "Ecore Backend" Java plug-in, that should expose a JSON RPC endpoint (Similar to what already exists for the Ecore GLSP Server). The Ecore Backend will provide the following actions:

  • Create a new model (Ecore File)
  • Create a new GenModel
  • Generate code from the GenModel
  • ...

Then we don't have to worry about the jarPath anymore

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants