-
Enterprise Java
Using Google GSON : Extra Goodies : Part II
We continue with Using GSON from last article, also in case you missed the first article in series here is…
Read More » -
Groovy
Grails: Using Hibernate Filters
The Grails Hibernate Filters plugin makes it possible to use Hibernate Filters with GORM. Hibernate Filters provide additional restriction rules…
Read More » -
Enterprise Java
How to configure an SSL Certificate with Play Framework for https
I spent hours trying to get this to work, and in the end, then problem was that I did not…
Read More » -
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 »