-
Enterprise Java
Spring REST: Exception handling vol. 1
Table of contents Spring REST: Exception handling vol. 1 Spring REST: Exception handling vol. 2 Spring REST: Exception handling vol.…
Read More » -
Enterprise Java
Workshop on Creating a Personal MusicManager Web Application with Struts2, Hibernate and MySQL
Overview: In this workshop tutorial we’ll develop a personal music manager application using Struts 2, Hibernate and MySQL database. The…
Read More » -
Desktop Java
A Popup Editor for JavaFX 8
For the last couple of months I had the pleasure of working with JavaFX 8 in order to implement a…
Read More » -
Core Java
cglib: The missing manual
The byte code instrumentation library cglib is a popular choice among many well-known Java frameworks such as Hibernate (not anymore)…
Read More » -
Enterprise Java
Why I like Spring bean aliasing
Spring framework is widely used as a dependency injection container, and that’s for good reasons. First of all, it facilitates…
Read More » -
Enterprise Java
WebSocket and Java
WebSocket is a cool new(ish) technology that allows real-time, two-way communication between the browser and the server, with almost no…
Read More » -
Core Java
GitHub’s 10,000 most Popular Java Projects – Here are The Top Libraries They Use
As Java developers working with a language that’s both mature yet highly evolving, we’re faced with a constant dilemma whenever…
Read More » -
Core Java
Applying ForkJoin – from optimal to fast
JDK 7 is well into the hands of developers by now and most people have heard of ForkJoin, yet not…
Read More » -
Enterprise Java
Building Distributed Workflow Applications on Amazon with Camel
Pipeline with SNS-SQS A workflow consist of independent tasks performed in particular sequence determined by dynamic conditions. Very often a…
Read More »