-
Software Development
Lesser-Known SQL Features: DEFAULT VALUES
A lesser-known SQL feature is the DEFAULT keyword, which can be used in INSERT and UPDATE statements. Consider the following…
Read More » -
Core Java
On Java Collection Waste
This article is about overhead posed by one of the most popular frameworks used – I bet there is close…
Read More » -
Software Development
Good vs Bad Leader
Software is more about people than technology. When I graduated from college, I thought I only had to master technical…
Read More » -
Enterprise Java
JSF: Passing parameters to JSF action methods from page directly, a nice feature of JavaEE 6+
One of the JSF 2+ nice features presented in Java enterprise edition JavaEE 6+, is that you can pass parameters…
Read More » -
Software Development
15 hot vs not programming trends
An interesting approach of what’s hot and what’s not in today’s programming is being presented in 15 hot programming trends…
Read More » -
Software Development
How Many Lines Of Code Do You Write Every Day?
I was recently asked a bizarre question in an interview – “how many lines of code do you write every…
Read More » -
Enterprise Java
Securing a JSF application with Java EE security and JBoss AS 7.x
A common requirement for enterprise applications is to have all JSF pages protected behind a login page. Sometimes you even…
Read More » -
Software Development
Why Continuous Improvement Is Worth It?
When we start a new software project, we are typically full of enthusiasm. The whole team thinks that this time…
Read More » -
Enterprise Java
Project Student: Sharding Integration Test Data
This is part of Project Student. Other posts are Webservice Client With Jersey, Webservice Server with Jersey, Business Layer and…
Read More »