|
Posted
about 11 years
ago
by
Hendrik
WebComponents are a new W3C standard that is defined by some new specification: Element Template Shadow DOM Custom Elements HTML Imports An overview about this specs and how they can be used in HTML can be found in the presentation that I did with Michael Heinrichs at JFokus in detail. Therefore I only want a […]
|
|
Posted
about 11 years
ago
by
Hendrik
This is a short overview of the controller and flow API of DataFX that I have written for the JSR377 mailing list. If you want to discuss the architecture in general please add a reply to the mailing list. DataFX provides a MVC approach that adds a lot of API sugar to the FXML API […]
|
|
Posted
about 11 years
ago
by
Hendrik
Some weeks ago I blogged about web components. Since that post I did a lot of research about this topic and had a talk about web components at JFokus. I really like this new technology and therefore I plan to blog about it more often in future. All the JavaFX lovers and readers of my […]
|
|
Posted
about 11 years
ago
by
Hendrik
Today the Review Ballot Results for JSR377 (Desktop|Embedded Application API) were published. As you can see the JSR was well received: Spec lead Andres Almiray published the official web page for the JSR today. If you want to know more about JSR377 you should read this introduction or have a look at the mailing list.
|
|
Posted
about 11 years
ago
by
Hendrik
Sven Ruppert and I gave a talk about Testing for JavaFX at Coding Serbia. In this talk we show how you can test your JavaFX application by using TestFX and describe some patterns that are very useful when testing big applications. A detailed blog post about the topic of the talk can be found here. […]
|
|
Posted
about 11 years
ago
by
Hendrik
In the first post of this series I showed how Concurrency is handled in UI Toolkits and how a generic approach to work with the toolkit specific thread may look like. This ends in the following interface: But there are still some problems with this interface: What happens if the runOnUiToolkitThreadAndWait(..) method is called on […]
|
|
Posted
about 11 years
ago
by
Hendrik
Last year I started to work at Canoo and some of you might know that Canoo provides the open source remoting middleware Open Dolphin. At the end of the last year I had the pleasure to work with Open Dolphin in a customer project. Based on the experience of this project I started to contribute […]
|
|
Posted
about 11 years
ago
by
Hendrik
A lot of people start using DataFX in small projects without a build file and by doing so they sometimes use old builds. Because of that I will give you some hints how to setup a project that is using DataFX. DataFX builds Every stable DataFX build can be found at Maven Central. If you […]
|
|
Posted
about 11 years
ago
by
Hendrik
In this tutorial I want to show how dynamic actions can be handled in DataFX. In all the last tutorials the actions are defined in the flow configuration or by using annotations. By doing so you can’t dynamically choose which action should be called when clicking a button for example. To do so DataFX provides […]
|
|
Posted
about 11 years
ago
by
Hendrik
Mostly all mobile application support emojis since some years. Later browsers and applications like twitter added global support for emojis. I think it’s time to have a deeper look at this funny icons and how a software can make use of them. Emojis and unicode Let’s start with a fact that is a big benefit […]
|