This tutorial is not written yet. Learn how to contribute in Writing Documentation.
This introduction assumes that the "Zest™ in 10 minutes" and "Zest™ in 30 minutes" introductions has been read and understood.
In this introduction we will touch on the core concepts of UnitOfWork, Application structure and Bootstrap API.
We have previously seen that it is easy to declare that a Composite should be persisted, but not touched on how to interact with the underlying persistence system. This is done via EntitySessions.
Application Structure -
For simpler Applications it is possible (quite easily) to create a single Layer with a single Module, but for more complex Applications we strongly recommend the partitioned approach.
Bootstrap API
— to be continued