-
Software Development
Git flow with Jenkins and GitLab
At work I recently transitioned from TFS to using Git as our source control management. After introducing the team to…
Read More » -
Enterprise Java
Spring XD 1.0.0.M5 is here!
Spring XD announces the Spring XD 1.0.0.Milestone 5 release. You can download it from here. According to Spring XD 1.0.0.M5…
Read More » -
Enterprise Java
Identifying Gradle Conventions
Configuration by convention has many advantages, especially in terms of conciseness because developers do not need to explicitly configure things…
Read More » -
Scala
JavaScript routing in Play 2 (Scala edition)
In my previous post, I covered using JavaScript routing in Play 2 Java applications. Here’s the Scala version. It’s pretty…
Read More » -
Core Java
The Decorator Pattern
The Decorator Pattern One design pattern that I don’t see being used very often is Decorator. I’m not sure why this…
Read More » -
Enterprise Java
Check your REST parameters!
I was doing research related to my ongoing “project student” series and realized that I had made one of the…
Read More » -
Enterprise Java
Upgrading to Java 7 on Google’s AppEngine
If you are still running a Java 6 application on Google AppEngine, you’re about to get into serious trouble. Any…
Read More » -
Enterprise Java
Making HTTP content compression work in netty 4
Netty is really a great framework providing all the things needed to build a high performance HTTP server. The nice…
Read More » -
Enterprise Java
Hibernate: DDL Schema generation
Not so long time ago I have to work with in-memory database. This activity was related to integration testing. As…
Read More »