by Douwe Roelofsen | Sep 10, 2020 | Widgets
Calendar functionality If you want to use calendar or date and time functionality within you applications you can use different calendar widgets depending on the desired functionality. WEM offers a calendar, agenda and timeline widget. Depending on the desired use and...
by WEM Office | Sep 10, 2020 | Tips and Tricks
Check WEMScript documentation for documentation and typical widget structure outline. Check Widgets on MyWEM Forum for example widgets, technical explanations and active discussions. See widgets.live.wem.io for examples and descriptions of most of...
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...