Java
-
Don’t repeat expressions in facelets
Have you ever seen repeated EL expressions in JSF like this one? …
Read More » -
Call to verify responsiveness of your JavaFX UIs
Recently Jim Weaver installed my little picture indexing app “picmodo” for a demo on his Surface Pro and the GUI…
Read More » -
Continuous Deployment with Java EE 7, WildFly, and Docker – (Hanginar #1)
This blog is starting a new hanginar (G+ hangout + webinar) series that will highlight solutions, frameworks, application servers, tooling, deployment,…
Read More » -
Swing and JavaFX: working with JFXPanel
I soon will have to deal with JavaFX in a Swing based fat client – oh sorry, of course I…
Read More » -
Building and Testing JSF.next
The JSF 2.3 Expert Group is hard at work determining which features will be part of the upcoming release. The…
Read More » -
It’s All About Tests – Part 2
This is the second post of the series about testing. In the first part I explained about the mindset we…
Read More » -
A beginner’s guide to Java time zone handling
Basic time notions Most web applications have to support different time-zones and properly handling time-zones is no way easy. To…
Read More » -
Arquillian tests on a WildFly instance hosted on OpenShift
Tech Tip #54 explained how to enable Arquillian for an existing Java EE project. In that tip, the tests were run against…
Read More » -
But that’s impossible, or finding out that the JIT has broken your code.
Every now and then you look at some code and think that it cannot be possibly be wrong. Once you…
Read More »