AlexanderKnueppel / ContractIDE

GNU General Public License v3.0
1 stars 0 forks source link

Add builders/possibility for deployment of web components #45

Open AlexanderKnueppel opened 5 years ago

AlexanderKnueppel commented 5 years ago

Given a set of components/service-orchestration, it should be possible to generate runnable java code (at least interfaces and stubs).

The first step will be to integrate the spring framework, which offers a RESTful easy-to-integrate API.

AlexanderKnueppel commented 5 years ago

I started to implement the builder on branch I45_builders (https://github.com/AlexanderKnueppel/ContractIDE/tree/I45_Builders). A project can be exported via the export command and then ContradIDE -> Spring RESTful service.