How to setup a JavaFX / CDI Component
With cdi-commons it is very easy to start with an JavaFX / CDI Component/Application.
As an example we will start with an small Table-App with i18n and CDI.
You need the following steps:
01) create the empty Controller;
02) create the Root JavaFX Component
03) create the fxml-file
04) create the i18n-properties
05) create the KeyMapper-Class
06) create the transient Row-Class
07) create the TableFilters
08) create the RowComparator
09) create the DemoDataBuilder
10) implement the Controller methods
11) create the jUnit Test-Class
12) start implementing the Workflows….
Kommentare
Kommentar veröffentlichen