Archive For 2. April 2016

One problem of growing javafx applications is a disadvantageous coupling of involved components like controllers and business services. On the JavaEE server side we have the context and dependency injection framework CDI to decouple the components from each other. It’s quite easy to use the same concept and technology on the client side by adding…