-
Agile
Agile Team Member Anti-Patterns
In this blog post, I examine Agile team member roles and explain what I see as behaviors, or “anti-patterns,” that…
Read More » -
Enterprise Java
Quick peek at JAX-RS request to method matching
In this post, let’s look at the HTTP request to resource method matching in JAX-RS. It is one of the…
Read More » -
Enterprise Java
Running PageRank Hadoop job on AWS Elastic MapReduce
In a previous post I described an example to perform a PageRank calculation which is part of the Mining Massive…
Read More » -
Enterprise Java
Java EE7 and Maven project for newbies – part 8
Part #1, Part #2, Part #3, Part #4, Part #5, Part #6, Part #7 Part #8 It’s been a long…
Read More » -
Software Development
Why Non-Blocking?
I’ve been writing non-blocking, asynchronous code for the past year. Learning how it works and how to write it is…
Read More » -
Enterprise Java
JPA 2.1: Unsynchronized persistence context
The JPA version 2.1 brings a new way how to handle the synchronization between the persistence context and the current…
Read More » -
Enterprise Java
Bind WildFly to a different IP address, or all addresses on multihomed
Interface is a logical name, in WildFly parlance, for a network interface/IP address/host name to which sockets can be bound. There are…
Read More » -
Software Development
Law of Demeter and How to Work With It
The Law of Demeter is an interesting programming principle. It’s the only one I know of that has a near-mathematical…
Read More » -
Enterprise Java
LOVs in Oracle MAF
We all love one of the most powerful ADF features lists of values. Using them we can declaratively and easily…
Read More »