-
Enterprise Java
Processing 10 million messages with Akka
Akka Actors promise concurrency. What better way to simulate that and see if how much time it takes to process…
Read More » -
Core Java
Functional style in Java with predicates – Part 2
In the first part of this article we introduced predicates, which bring some of the benefits of functional programming to…
Read More » -
Core Java
Functional style in Java with predicates – Part 1
You keep hearing about functional programming that is going to take over the world, and you are still stuck to…
Read More » -
Enterprise Java
Apache JMeter: Load Test Whatever You Want
This is the second post about load testing with Apache JMeter, read the first post here: A step by step…
Read More » -
Enterprise Java
Tutorial: Hibernate, JPA & Spring MVC – Part 2
This tutorial will show you how to take a basic Hibernate/JPA app, convert it into a Spring MVC web project…
Read More » -
Enterprise Java
Tutorial: Hibernate, JPA – Part 1
This is the first part of tutorial about using Hibernate and JPA. This part is an introduction to to JPA…
Read More » -
Enterprise Java
Apache Shiro Part 2 – Realms, Database and PGP Certificates
This is second part of series dedicated to Apache Shiro. We started previous part with simple unsecured web application. When…
Read More » -
Enterprise Java
Learn by Errors : Java + OSGi
Recently I worked on getting Apache Hive work inside an OSGi environment. While not proving to be a proverbial piece…
Read More » -
Core Java
Generic Text Comparison Tool with LCS Approach
Detecting and showing differences of two texts (especially having hundreds or thousands of lines) is a common problem. Using pure…
Read More »