by Douwe Roelofsen | Apr 9, 2019 | Data, Tips and Tricks
The WEM platform offers several distinct storage mechanisms for your application data. In this article we will discuss each of these options and what to consider if you intend to use them. Ontology Data organization: The ontology allows you to organize data in a tree...
by Douwe Roelofsen | Apr 9, 2019 | Data, Tips and Tricks
So, you’ve been building a nice application and testing it in the Staging Runtime. While doing so, you’ve entered quite some useful data. When it’s time to go Live, you publish and start the Live Runtime of your application. Alas… no data! You will need to re-enter...
by Douwe Roelofsen | Apr 9, 2019 | Data, Tips and Tricks
WEM supports for OData. OData is an open protocol that allows you to consume or expose data through simple web requests. It builds upon the ideas of REST. Introduced by Microsoft in 2007, it is adopted by OASIS as a standard and supported by a large number of...
by Douwe Roelofsen | Apr 9, 2019 | Data, Tips and Tricks
Last year we added the feature to expose the data of your WEM application with OData. This allows other applications to easily access and modify the data of your application. In the article Expose your data via OData you can read how this works in WEM, and how you can...
by Douwe Roelofsen | Apr 8, 2019 | Data, Tips and Tricks
While making applications, you will undoubtedly use constants or pre-defined default settings. Items that have a special meaning and a specific value that does not change. Well… at least not for a while, or not very often. So you might be inclined to just “hardcode”...
by Douwe Roelofsen | Apr 8, 2019 | Data, Tips and Tricks
Data is an important part of every application. So working with data is an important aspect of modelling your application with WEM. Here you will find help, tips and tricks, etc., to help you with data related questions. Read more on: The Power of the Calculated Field...