Java
-
Writing Clean Tests – Beware of Magic
It is pretty hard to figure out a good definition for clean code because everyone of us has our own…
Read More » -
Hive: Query customer top search query and product views count using Apache Hive
This post covers to use Apache Hive to query the search clicks data stored under Hadoop. We will take examples…
Read More » -
Flume: Gathering customer product search clicks data using Apache Flume
This post covers to use Apache flume to gather customer product search clicks and store the information using hadoop and…
Read More » -
Java Singleton Design Pattern
Its one of the simplest design pattern in Java. If any one asks me which design pattern you are good…
Read More » -
Declarative Linking in Jersey 2.9 and up
A couple of weeks ago A couple of months ago I was looking how I was going to engineers new…
Read More » -
Adding C3PO Connection Pooling in Spring JDBC
Connection pooling is an operation in which a system pre-initializes the connections to be used in the future. This is…
Read More » -
Java EE7 and Maven project for newbies – part 3 – defining the ejb services and jpa entities modules
Resuming from the previous parts Part #1 Part #2 We are resuming for the third part, we already have a…
Read More » -
JavaFX 8u20 Days of Future Past (Always On Top)
It’s been a long time since I’ve posted topics relating to JavaFX. So, if you are still following along, awesome!…
Read More » -
How to find Prime Factors of Integer Numbers in Java – Factorization
One of the common homework/task in programming courses is about Prime Factorization. You are asked to write a program to find…
Read More »