Java
-

Connecting to Cassandra from Java
In my post Hello Cassandra, I looked at downloading the Cassandra NoSQL database and using cqlsh to connect to a…
Read More » -

Is it Imperative that you learn Functional Programming with Java 8?
I’ve recently been taking look at Java 8 and have got hold of “Java 8 In Action” published by Manning.…
Read More » -

My Move From ColdFusion to Java Development
Although I studied and experimented with different development technologies and tools throughout my college and graduate careers, my full-time professional…
Read More » -

Playing with Java 8 – Lambdas, Paths and Files
I needed to read a whole bunch of files recently and instead of just grabbing my old FileUtils.java that I…
Read More » -

Rocking with mongodb on spring boot
I’m a fan of Spring Boot and here’s my mongodb example project on Spring Boot. Most of the mongodb example…
Read More » -

Implementing correlation ids in Spring Boot (for distributed tracing in SOA/microservices)
After attending Sam Newman’s microservice talks at Geecon last week I started to think more about what is most likely…
Read More » -

Java File I/O Basics
Java 7 introduced the java.nio.file package to provide comprehensive support for file I/O. Besides a lot of other functionality this…
Read More » -

JPA 2.1 Entity Graph – Part 2: Define lazy/eager loading at runtime
This is my second post on JPA 2.1 Entity Graphs. The first post described the usage of named entity graphs.…
Read More » -

Double Checked Locking on Singleton Class in Java
Singleton class is quite common among Java developers, but it poses many challenges to junior developers. One of the key…
Read More »




