Modeling

Working with REST– a quick way to get Json example turned into model

When you work with REST-services you will consume a lot of structured results in the form of Json data. Reading the Json specification to create a matching model – attribute by attribute, relation by relation is tiresome. To help you with this consider the new function “add attributes, associations and classes from clipboard json ” …

Modeling

The power of text

UML is in its core a graphical language and as such it is not easily manipulated by the most powerful tool in the digitalized world today: the text editor. The text editor is a concept with thousands of implementations. Software developers tend to grow deep relationships with their text editor of choice. The power of …

Framework

Serialization

MDriven has a clear separation between the application tier and the persistence tier. These tiers are commonly put on different network hosts. And when they are on different hosts we need to communicate between them over the network. This network communication will include request for: Searches in persistence storage Access to object content of specific …