Java String length confusion

Facts and TerminologyAs you probably know, Java uses UTF-16 to represent Strings. In order to understand the confusion about String.length(), you need to be... Read all

Fast Clojure/Java Web Apps on NGINX Without a Java Web Server

Nginx-Clojure is a Nginx module for embedding Clojure or Java programs, typically those Ring based handlers. Read all

Disable Tests for Mule Studio Maven Projects

One of the most welcoming features of the new Mule Studio 3.4 is the Maven support. I was very keen to try out this new feature. I grabbed one of the projects I... Read all

Introducing the NPM Maven Plugin

This post comes from Alberto Pose at the MuleSoft blog. Introduction Suppose that you have a Maven project and you want to download Node.js modules previously... Read all

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

 

 

 

 

Top