Java
-
Strategy Pattern using Lambda Expressions in Java 8
Strategy Pattern is one of the patterns from the Design Patterns : Elements of Reusable Object book. The intent of…
Read More » -
Integrating JavaFX and Swing (Revised)
I’ve just finished rewriting a component of my app that was using Swing and now is using JavaFX, I’ve ended up with…
Read More » -
Algorithms and Data Structures of JDK 7
While checking periodically if there is one or another standard algorithm in JDK I’ve decided to make such index. It…
Read More » -
Spring from the Trenches: Using Environment Specific Cron Expressions with the @Scheduled Annotation
The @Scheduled annotation offers an easy way to create scheduled tasks in Spring powered applications. We can use it to…
Read More » -
Big Data Open Source Security
In security there has never (IMHO) been enough open source solutions and Bruce Schneier has written about this several times…
Read More » -
Spring JTA multiple resource transactions in Tomcat with Atomikos example
In this tutorial we shall show you how to implement JTA multiple resource transactions in a Tomcat server, using Atomikos…
Read More » -
Setup MongoDB Replica Set in 4 steps
Introduction Before going into details of configuring MongoDB replica sets, let me give brief details about same: Replica Set is…
Read More » -
Spring MVC: form handling vol. 5 – select, option, options tags
Drop-down lists are the one of the most frequent elements in web forms. In HTML you can create such control…
Read More » -
RESTful Webservices with Jersey
I have discussed my earlier article about architectural consideration<<link>> to become a RESTful system on distributed environment that are usable…
Read More »