https://github.com/jmix-framework/jmix-samples
Examples of solving typical problems in Jmix v.1 applications
https://github.com/jmix-framework/jmix-samples
sample
Last synced: 9 months ago
JSON representation
Examples of solving typical problems in Jmix v.1 applications
- Host: GitHub
- URL: https://github.com/jmix-framework/jmix-samples
- Owner: jmix-framework
- Created: 2022-07-29T11:34:36.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-28T09:26:58.000Z (over 1 year ago)
- Last Synced: 2024-11-28T10:29:38.934Z (over 1 year ago)
- Topics: sample
- Language: Java
- Homepage: https://www.jmix.io
- Size: 776 KB
- Stars: 12
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Jmix Samples
**These samples are for Jmix v.1. Sample projects for Jmix v.2 are located in [jmix-samples-2](https://github.com/jmix-framework/jmix-samples-2) repository.**
This repository contains a collection of example projects that can help you to learn Jmix features and to find solutions to typical problems.
To work with an example, clone the repository and open the respective folder in IntelliJ IDEA with installed Jmix plugin.
- [External Data](external-data-sample) project demonstrates various approaches to working with data from external services.
- [Kerberos](kerberos-sample) project demonstrates how to enable clients (browsers), authenticated in a Windows domain, to be transparently authenticated in Jmix application using Kerberos/SPNEGO without the need to type in a password again.
- [Reports](reports-sample) sample project shows how to use the [Reports add-on](https://docs.jmix.io/jmix/reports/index.html).
- [Social Login](social-login-sample) project demonstrates how to implement additional authentication through external providers: Google and GitHub.
- [Stored Procedures](stored-procedures-sample) project shows how you can call database stored procedures for loading and saving data.
See also the [Jmix UI Samples](https://demo.jmix.io/sampler) web application which contains over 300 short examples related to UI.