Business Inspiration

Keep it up! Do not let the bozos get you down!

When answering the question “Why we address system development the MDriven way” we most of the time come back to the fact that it is a great idea to separate the true knowledge of the domain – The Gist – from the fast aging technology choices (Modernity) – and from the even faster changing look-and-feel …

Framework Modeling Turnkey

Getting data from anywhere- like for example Spotify – that is Oauth2 protected

Number 1 to get a successful integration going is : Read the documentation of the service you want to connect with – also read MDriven wiki and articles like this! Number 2; remember that security is very often a precision sport – “close” does not cut it and often gives you the same error as …

Framework

Localization

Localization is the processes of translating a product to work in a new culture or language. When it comes to MDriven we are in a good seat for handling all the texts that are available in a system. Since we have the meta model of the system we can in theory know about all texts …

Modeling

Reverse derived–more than what one may think of

The ability to reverse derive an attribute is practical in many circumstances – but it may not be obvious to everybody just what it can be used for. What is obvious is that you may have a derivation that collects a couple of strings like self.FirstName+’ ’+self.LastName, and that the reverse derive action can be …