first of all: I'm new to the EMF world. I worked through the Book "Model driven software engineering in practice" and now I want to apply this in a project:
I "meta modelled" my Project and implemented some OCL Constraints, which is therefore like a semantic database schema.
What i don't understand is, how i implement the business logic? Is this just possible with OCL Constraints and Model transformations? It would be very overengineered if i would implement everything with henshin.
i want to use my model as a "backend". that the client can access some parts of the model via REST. What possibities do I have to make it happen?
Thank you, Laurens