-
Enterprise Java
How JSF Works and how to Debug it – is polyglot an alternative?
JSF is not what we often think it is. It’s also a framework that can be somewhat tricky to debug,…
Read More » -
Enterprise Java
Overlord – The One Place To Rule And Manage your APIs
We’re living in a more and more distributed world today. Instead of having individual, departmental projects running on some hardware…
Read More » -
Agile
Cost, Value & Investment: How Much Will This Project Cost? Part 1
I’ve said before that you cannot use capacity planning for the project portfolio. I also said that managers often want…
Read More » -
Career
Job Search Trap: I Can Network Only By Computer
I gave a talk at a networking group recently about Manage Your Job Search. When the members checked in at…
Read More » -
Agile
How To Waste Estimations
We like numbers because of their symbolic simplicity. In other words, we get them. They give us certainty, and therefore…
Read More » -
Core Java
Java 9 – The Ultimate Feature List
This post will be updated with new features targeted at the upcoming Java 9 release (last updated: 9/9/2014) The…
Read More » -
Enterprise Java
Simple Java SSH Client
An execution of a shell command via SSH can be done in Java, in just a few lines, using jcabi-ssh:…
Read More » -
Core Java
Getting Started with Gradle: Creating a Binary Distribution
After we have created a useful application, the odds are that we want to share it with other people. One…
Read More » -
Enterprise Java
Stateless Session for multi-tenant application using Spring Security
Once upon a time, I published one article explaining the principle to build Stateless Session. Coincidentally, we are working on…
Read More »