-
Software Development
SOLID – Single Responsibility Principle
The Single Responsibility principle (SRP) states that: There should never be more than one reason for a class to change.…
Read More » -
Enterprise Java
Testing Techniques – Not Writing Tests
There’s not much doubt about it, the way you test your code is a contentious issue. Different test techniques find…
Read More » -
Scala
Scala Tutorial – code blocks, coding style, closures, scala documentation project
Preface This is part 12 of tutorials for first-time programmers getting into Scala. Other posts are on this blog, and…
Read More » -
Software Development
Diminishing Returns in software development and maintenance
Everyone knows from reading The Mythical Man Month that as you add more people to a software development project you…
Read More » -
Software Development
Open alternatives to Google Maps
Lately there was a not much surprising news about Google products and services. Among other things Google has changed the…
Read More » -
Enterprise Java
Bootstrap a Web Application with Spring 3
1. Overview This is the first of a series of tutorials about setting up a RESTfull web application using Spring…
Read More » -
Enterprise Java
Securing a RESTful Web Service with Spring Security 3.1, part 3
1. Overview This tutorial shows how to Secure a REST Service using Spring and Spring Security 3.1 with Java based…
Read More » -
Enterprise Java
Building a RESTful Web Service with Spring 3.1 and Java based Configuration, part 2
1. Overview This article shows how to set up a REST in Spring – the Controller and HTTP response codes,…
Read More » -
Best Of The Week
Best Of The Week – 2011 – W46
Hello guys, Time for the “Best Of The Week” links for the week that just passed. Here are some links…
Read More »