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.

image

 

You need the following steps:

01) create the empty Controller;

image

02) create the Root JavaFX Component

image

03) create the fxml-file

image

04) create the i18n-properties

image

05) create the KeyMapper-Class

image

06) create the transient Row-Class

image

07) create the TableFilters

image

image

08) create the RowComparator

image

09) create the DemoDataBuilder

image

10) implement the Controller methods

image

11) create the jUnit Test-Class

image

12) start implementing the Workflows….

Kommentare

Beliebte Posts