SeelabFhdo / lemma

Home of the Language Ecosystem for Modeling Microservice Architecture (LEMMA)
MIT License
33 stars 8 forks source link

Example/ftgo #41

Closed josor001 closed 3 years ago

josor001 commented 3 years ago

After some struggle I finally finished the modeling of the FTGO application. Currently, the modeling example covers the domain data and service models. I think it could be a great addition because it exemplifies the usage of custom technology models and aspects (in this case for the eventuate framework) and users are free to validate/familiarize with actual source code because the FTGO code is freely available. Let me know what you guys think. Maybe we also find some volunteer who adds deployment models.

josor001 commented 3 years ago

Btw apparently jenkins crashes during the build @ step 23 (live validation) although I only added something to the examples folder and didnt touch any other file...

frademacher commented 3 years ago

We are currently having issues with certain upstream dependencies, because Eclipse seems to have moved p2 repositories around. For now, please rebase from master to fix the current issue for your branch. In the upcoming days there will then appear a fix on master that resolves the remaining issues.

frademacher commented 3 years ago

I squashed your commits and merged them into master (cf. a241c8add6ac52a85049c52344db15f91191a795). Thank you.