-
Software Development
The Perils of Not Unit Testing
Overview Unit testing is a widely accepted practice in most development shops in this day and age, especially with the…
Read More » -
Software Development
Application Performance and Antipatterns
Any application you pick up, there are some issues – big or small. There will be copy-paste code, mistakes, algorithms…
Read More » -
Software Development
Lean IT fundamentals & principles
The roots of Lean IT are – as the name suggests – in Lean Management. The basic principles of Lean…
Read More » -
Software Development
Top 10 Things Every Software Engineer Should Know
Please take a second to look at our brand new Java Resource Collection. The following top ten list collects some…
Read More » -
Software Development
Application Security at Scale
This week’s SANS AppSec conference in Las Vegas took on Application Security at Scale: how can we scale application security…
Read More » -
Enterprise Java
REST endpoint for integration using Apache Camel
REST is an architectural style used for organizing resources and when applied to HTTP-based services allows building stateless, decoupled, scalable…
Read More » -
Desktop Java
GWT and HTML5 Canvas Demo
This is my first experiment with GWT and HTML5 Canvas. My first attempt is to create rectangles, with just a…
Read More » -
Enterprise Java
Spring 3 and Java EE 6 – An unfair and incomplete comparison
The first draft of this small article had the title ‘Spring & Java EE – Comparing Apples and Oranges’. During…
Read More » -
Enterprise Java
Spring MVC 3 Controller for MyBatis CRUD operation
Till now we have created CRUD database service for the domain class “User” and alsointegratedMyBatis configuration with Spring Configuration file.…
Read More »