Java
-

Dependency Injection Options for Java
I wanted to take some time to put together a summary of some popular dependency injection (DI) frameworks for Java.…
Read More » -

Java 8: Group by with collections
In my continued reading of Venkat Subramaniam’s ‘Functional Programming in Java‘ I’ve reached the part of the book where the…
Read More » -

Design Patterns: Pattern or Anti-Pattern, that is the question
I have recently encountered the wiki page Anti-pattern that has an exhaustive list of anti patterns. Some of them were…
Read More » -

Thymeleaf integration with Spring (Part 1)
1.Introduction This article is focused on how Thymeleaf can be integrated with the Spring framework. This will let our MVC…
Read More » -

Tutorial: Writing your own CDI extension
Today I will show you how to write a CDI extension. CDI provides a easy way for extending the functionality,…
Read More » -

Use Java annotation deprecated the right way
There is hardly anything more infuriating that seeing a method @Deprecated without a proper documentation. I feel lost. Should I…
Read More » -

Automating the Release of Java Artifacts Using Jenkins on Window
This post will show how to automate the release process of a Java Web Application (Student Enrollment Application developed using…
Read More » -

Implementing Jersey 2 Spring integration
Jersey is the excellent Java JAX-RS specification reference implementation from Oracle. Last year, when we were starting to build RESTful…
Read More » -

MapReduce Algorithms – Understanding Data Joins Part II
It’s been awhile since I last posted, and like last time I took a big break, I was taking some…
Read More »




