This project has retired. For details please refer to its Attic page.
Qi4j in 2 hours
Qi4j
Introduction
Tutorials
Javadoc
Samples
Core
Libraries
Extensions
Tools
Glossary 

Qi4j in 2 hours

Note

This tutorial is not written yet. Learn how to contribute in Writing Documentation.

This introduction assumes that the "Qi4j in 10 minutes" and "Qi4j 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.

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