-
Desktop Java
Migrating from JavaFX 1.3 to JavaFX 2.0
Some days ago I finished migrating the source code of Modellus from JavaFX 1.3 script to JavaFX 2.0 java language.…
Read More » -
Enterprise Java
Running RichFaces 4.1.0.Final on WebLogic 12c
You might have noticed, that I simply love JSF. Not only the specification and the reference implementation Mojarra but also the…
Read More » -
Core Java
Moving Java Forward? A definition. A year in review.
This post is among many other “year end” blog-posts and reviews. But it was intended not to be like this.…
Read More » -
Software Development
Process Related Classic Mistakes
In my last blog I looked a People Related Classic Mistakes from Rapid Development: Taming Wild Software Schedules by Steve…
Read More » -
Enterprise Java
Develop Restful web services using Spring MVC
REST INTRODUCTION From Wikipedia: REST-style architectures consist of clients and servers. Clients initiate requests to servers; servers process requests and…
Read More » -
Enterprise Java
Google Authenticator: Using It With Your Own Java Authentication Server
The Google Authenticator application for mobile devices is a very handy application that implements the TOTP algorithm (specified in RFC…
Read More » -
Core Java
Java 8 virtual extension methods
I’ve been following the evolution of the Java 8 Lambda expressions project for a while now, and I’m really thrilled…
Read More » -
Core Java
GROUP BY ROLLUP / CUBE
Every now and then, you come across a requirement that will bring you to your SQL limits. Many of us…
Read More » -
Enterprise Java
Single Sign On for the cloud: SAML & OpenId
When accessing different applications owned by different organizations, having to authenticate everytime you go from one application to another is…
Read More »