EclipseLink MOXy and the Java API for JSON Processing - Object Model APIs

The Java API for JSON Processing (JSR-353) is the Java standard for producing and consuming JSON which was introduced as part of Java EE 7. JSR-353 includes... Read all

Writing Clean Predicates with Java 8

in-line predicates can create a maintenance nightmare. writing in-line lambda expressions and using the stream interfaces to perform common operations on... Read all

Creating Internal DSLs in Java & Java 8

Read all

XStream – XStreamely Easy Way to Work with XML Data in Java

from time to time there is a moment when we have to deal with xml data. and most of the time it is not the happiest day in our life. there is even a term “xml... Read all

Why We Need Lambda Expressions in Java - Part 1

Read all

Spring-Test-MVC Junit Testing Spring Security Layer with Method Level Security

For people in hurry get the code from Github.In continuation of my earlier blog on spring-test-mvc junit testing Spring Security layer with InMemoryDaoImpl, in... Read all

UML2 Class Diagram in Java

Learn all about this Unified Modeling Language diagram in Java. Read all

IBM AIX: Java Process Size Monitoring

Read all

RateLimiter - Discovering Google Guava

RateLimiter class was recently added to Guava libraries (since 13.0) and it is already among my favourite tools. Have a look what the JavaDoc says: [...] rate... Read all

Using Spring Profiles and Java Configuration

My last blog introduced Spring 3.1’s profiles and explained both the business case for using them and demonstrated their use with Spring XML configuration... Read all

5 Tips for Proper Java Heap Size

Read all

Spring Integration - Payload Storage via Claim-check

Continuing on the theme of temporary storage for transient messages used within Spring Integration flows, the claim-check model offers configurable storage for... Read all

Creating a build pipeline using Maven, Jenkins, Subversion and Nexus.

for a while now, we had been operating in the wild west when it comes to building our applications and deploying to production. builds were typically done... Read all

 

 

 

 

Top