Business Inspiration Modeling Turnkey

MDriven is not one thing – its seven and some extras

First thing: A fully normalized database-schema with generated keys for all associations – in most of the good DB- brands, following my uml model -whatever I do with it Second thing: A Business layer for objects with constraints and rules – following my uml model and ocl expressions – whatever I do with them – …

Modeling

Transparency, an increasingly important aspect of software

Your system – any system – should be transparent in order to gain trust. Would you like to fly a Boeing Max 8 with mashup code from everywhere that no-one fully understands? You can trust systems that are not transparent – but it is easier to build trust for transparent systems. Transparent systems has been …

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 …

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 …