-
Enterprise Java
HTTP Caching using JAX-RS
In the last blog we discussed different types of caches and their use cases. In this post we will explore…
Read More » -
Enterprise Java
JSF Tomcat Configuration Example
JavaServer Faces (JSF) is a web application framework that is intended to simplify development integration of web-based user interfaces. It…
Read More » -
Core Java
If Java Is Dying, It Sure Looks Awfully Healthy
The odd, but popular, assertion that Java is dying can be made only in spite of the evidence, not because…
Read More » -
Core Java
Add Some Entropy to Your JVM
Being able to generate true random numbers depends on the entropy in your system. Some claim, that this can be…
Read More » -
Enterprise Java
Crawling the Web with Cassandra and Nutch
So, you want to harvest a massive amount of data from the internet? What better storage mechanism than Cassandra? This…
Read More » -
Enterprise Java
Getting Started With Jedis
Hi, these days I started looking into Redis. I’ve heard a lot about it so I decided to have a…
Read More » -
Core Java
Too Many Parameters in Java Methods, Part 5: Method Naming
In my previous post (Part 4 of my series on dealing with too many parameters in Java methods), I looked…
Read More » -
Enterprise Java
Neo4j: Exploring new data sets with help from Neo4j browser
One of the things that I’ve found difficult when looking at a new Neo4j database is working out the structure…
Read More » -
Software Development
Programming: Thinking or Typing, Thinking and Typing
“If you don’t think carefully, you might think that programming is just typing statements in a programming language.” Ward Cunningham,…
Read More »