Java
-
Five Reasons Why You Should Keep Your Package Dependencies Cycle Free
If you are so unlucky to work with me in a project, you will suffer from the rule that all…
Read More » -
Batching (collapsing) requests in Hystrix
Hystrix has an advanced feature of collapsing (or batching) requests. If two or more commands run similar request at the…
Read More » -
Apache Camel please explain me what these endpoint options mean
In the upcoming Apache Camel 2.15, we have made Camel smarter. It is now able to act as a teacher…
Read More » -
JUnit Tutorial for Unit Testing – The ULTIMATE Guide (PDF Download)
EDITORIAL NOTE: We have provided plenty of JUnit tutorials here at Java Code Geeks, like JUnit Getting Started Example, JUnit…
Read More » -
10 Things You Didn’t Know About Java
So, you’ve been working with Java since the very beginning? Remember the days when it was called “Oak”, when OO…
Read More » -
Java EE 7 / JAX-RS 2.0 – CORS on REST
Java EE REST application usually works well out of the box on a development machine where all server side resources…
Read More » -
Create WildFly OpenShift application using Command Line Tools
A new instance of WildFly can be easily provisioned on OpenShift by using the quick start. Just a single click,…
Read More » -
Spring boot based websocket application and capturing http session id
I was involved in a project recently where we needed to capture the http session id for a websocket request…
Read More » -
Efficient Creation of Eclipse Modules with Maven Archetype
Maven Archetype is a project templating toolkit that provides developers with the means to generate parameterized versions of built-in or…
Read More »