Java
-
Default Methods: Java 8’s Unsung Heros
A few weeks ago I wrote a blog saying that developers learn new languages because they’re cool. I still stand…
Read More » -
Validation in java (javafx)
Validation is one thing that’s missing from the core javafx framework. To fill in this gap there is already a…
Read More » -
Using IntelliJ bookmarks
This is a quick post about IntelliJ’s nice bookmark feature. IntelliJ gives you the option to bookmark single lines of…
Read More » -
A beginner’s guide to JPA/Hibernate flush strategies
Introduction In my previous post I introduced the entity state transitions Object-relational mapping paradigm. All managed entity state transitions are…
Read More » -
Introducing Hadoop Development Tools
Few days back Apache Hadoop Development Tools a.k.a. HDT was released. The projects aims at bringing plugins in eclipse to simplify…
Read More » -
Getting A List of Available Cryptographic Algorithms
How do you learn what cryptographic algorithms are available to you? The Java spec names several required ciphers, digests, etc.,…
Read More » -
A new proximity query for Lucene, using automatons
The simplest Apache Lucene query, TermQuery, matches any document that contains the specified term, regardless of where the term occurs…
Read More » -
Spring Batch as Wildfly Module
For a long time, the Java EE specification was lacking a Batch Processing API. Today, this is an essential necessity…
Read More » -
Getting started with SwitchYard 2.0.0.Alpha1 on WildFly 8.1.0.Final
I’ve been sticking my head into some hot RedHat technologies lately and among the many interesting parts I found SwitchYard.…
Read More »