This example is slightly more complex example then the other mini-examples. It shows a login dialog where users get a welcome message after they where logged in.
The example shows many interesting parts of the mvvmFX framework:
The code in the application uses the @Inject annotation and there are App classes for both CDI/Weld and Guice.
It demonstrates that it's possible to use the same code base for both dependency injection frameworks while only using
different starter classes for each framework.
The example uses our Commands feature for handling of actions.