-
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 » -
Scala
A fresh look on accessing database on JVM platform: Slick from Typesafe
In today’s post we are going to open our mind, step away from traditional Java EE / Java SE JPA-based…
Read More » -
Enterprise Java
Head first elastic search on java with spring boot and data features
In this article I’ll try to give you an easy introduction on how to use Elastic Search in a Java…
Read More » -
Agile
How much does your manager need to know?
In this social media age I am often surprised by the reaction to what I say online. Usually this is…
Read More » -
Enterprise Java
Java Bootstrap: Dropwizard vs. Spring Boot
How to get a production ready Java application off the ground in the shortest time possible? I’m not a morning…
Read More » -
Core Java
Create your own AOP in Java
Introduction As you know AOP is one of the best features provided by Spring framework which provides utmost flexibility while…
Read More » -
Software Development
How to use SQL PIVOT to Compare Two Tables in Your Database
This can happen ever so easily. You adapt a table by adding a new column: …
Read More »