Java
-
A simple application of Lambda Expressions in Java 8
I have been trying to fit in lambda expressions in the code I write and this simple example is a…
Read More » -
Publish/Subscribe Pattern with Apache Camel
Publish/Subscribe is a simple messaging pattern where a publisher sends messages to a channel without the knowledge of who is…
Read More » -
Using Java WebSockets, JSR 356, and JSON mapped to POJO’s
So I have been playing around with Tyrus, the reference implementation of the JSR 356 WebSocket for Java spec. Because…
Read More » -
Elasticsearch: Text analysis for content enrichment
Every text search solution is as powerful as the text analysis capabilities it offers. Lucene is such open source information…
Read More » -
Rare Uses of a “ControlFlowException”
Control flows are a “relict” from imperative programming, which has leaked into various other programming paradigms, including Java’s object oriented…
Read More » -
Try the jBPM Console NG (Beta)
Hi everyone out there! This is another post about the jBPM Console NG. After 6 months of heavy work I’m…
Read More » -
Spring MVC, Ajax and JSON Part 1 – Setting The Scene
I’ve been thinking about writing a blog on Spring, Ajax and JSON for a good while, but I’ve never got…
Read More » -
Apache Camel 2.11 released
Last week Apache Camel 2.11 was released. This blog post is a summary of the most noticeable new features and…
Read More » -
Java PDF Libraries
Recently I had a task to select some Java PDF libraries for PDF generation. But it wasn’t a simple task.…
Read More »