MVP, IoC, DI and WYSIWG …with JavaFX--A Free Article

The JavaMagazine article: Integrating JavaFX Scene Builder Into Enterprise Applications discusses a pragmatic integration of JavaFX Scene Builder into the "Enterprise Application Workflow". DI is used to integrate backend services and composition of visually created views.

See also:

  1. http://afterburner.adam-bien.com
  2. https://github.com/AdamBien/airhacks-control

See you at Java EE Workshops at MUC Airport. The material from the article is going to be also covered at the JavaEE UI day!

Comments:

Hi Adam,

Very nice article, but I have problem running airhacks-control aplication. I get exception on application start:

java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
at java.util.ArrayList.rangeCheck(ArrayList.java:638)
at java.util.ArrayList.get(ArrayList.java:414)
at com.sun.javafx.css.StyleMap.getCascadingStyles(StyleMap.java:121)

In the application it is in:
at com.airhacks.control.App.start(App.java:23)

It seems as if there is some problem in reading css? I am running application on Windows 7 if that has any impact.

Posted by Goran on July 17, 2013 at 03:24 PM CEST #

Post a Comment:
  • HTML Syntax: NOT allowed
...the last 150 posts
...the last 10 comments
License