-
Desktop Java
How To Write a NetBeans Plugin
Want to add a feature or automate something in your NetBeans IDE? Follow along as we write your first plugin…
Read More » -
Enterprise Java
Integrating CDI and WebSockets
Thought of experimenting with a simple Java EE 7 prototype application involving JAX-RS (REST), WebSockets and CDI. Note: Don’t want…
Read More » -
Software Development
3 Hacks to Increase Your Productivity
Logging programming time can make you a better coder. To get good at something you need to work on it…
Read More » -
Enterprise Java
Per client cookie handling with Jersey
A lot of REST services will use cookies as part of the authentication / authorisation scheme. This is a problem…
Read More » -
Software Development
Don’t waste time tracking technical debt
For the last couple of years we’ve been tracking technical debt in our development backlog. Adding debt payments to the…
Read More » -
Enterprise Java
OpenShift DIY: Build Spring Boot / Undertow application with Gradle
Gradle 1.6 was the last supported Gradle version to run on OpenShift due to this bug. But as of Gradle…
Read More » -
Enterprise Java
Installing Liferay 6.2 Enterprise Edition on Websphere 8.0
Preparing Websphere for Liferay When the application server binaries have been installed, start the Websphere application server (WAS) Profile Management…
Read More » -
Agile
Writing Just Enough Documentation
One of the misconception that is often associated with agile software development is that agile teams won’t write any technical…
Read More » -
Enterprise Java
Retry-After HTTP header in practice
Retry-After is a lesser known HTTP response header. Let me quote relevant part of RFC 2616 (HTTP 1.1 spec): 14.37…
Read More »