Guides
Guides are comprehensive resources that provide step-by-step instructions and explanations on how to use various features of Jmix. They cover a wide range of topics, from basic concepts to advanced techniques, providing you with practical insights and best practices.
Guide | Level | Description |
---|---|---|
Beginner |
Learn the essentials of Jmix by building a simple full-stack web application. The tutorial covers the entire development process, from data modelling to creating UI and managing access rights. |
|
Beginner |
Understand pros and cons of placing custom logic in controllers, sharing logic across UI views, and centralizing business processes in reusable services. |
|
Beginner |
Learn how to represent associations where multiple instances of one entity are related to multiple instances of another. |
|
Intermediate |
Learn how to implement and use application events in Jmix to decouple your business logic and improve your application’s flexibility. |
|
Intermediate |
Find out how to leverage Java logging tools to monitor and understand the behavior of a running Jmix application. |
|
Advanced |
Explore an example of a distributed system consisting of interconnected Jmix web applications. |
|
Advanced |
Explore an example of a Jmix application with separate frontend and backend tiers. |
|
Advanced |
Discover the steps to integrate a Jmix application with an external REST service using an OpenAPI schema. |
|
Advanced |
Learn how to integrate MongoDB as an additional database within a Jmix application. |