jacamo-lang / jacamo-web

web interface for JaCaMo
7 stars 6 forks source link

Create a set of Rest methods for listing JCM files, launch, create/update project files #13

Closed cleberjamaral closed 4 years ago

cleberjamaral commented 4 years ago

Create methods for listing projects (JCMs), create (using POST?), updating (also using POST or do PUT?) and delete. Create a specific RestImp class to put these methods?

There is a fork which is showing that it is possible to launch a system while jacamo is running, but it is necessary to remove all artifacts (see getProjectsJSON and getProjectJSON - actually, this last one should be named just getProject) https://github.com/cleberjamaral/jacamo-web/blob/master/src/java/jacamo/web/RestImpl.java