Blog4Java

A personal and Java blog, likely only for me

August 12, 2014
by Javier (@jbbarquero)
0 comments

Try to avoid copy-paste. Fatal error compiling: invalid target release: 1.8.0_11

Bazinga! Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project…: Fatal error compiling: invalid target release: 1.8.0_11 -> [Help 1] To summarize, I want to compile a maven project using Java 8, that is possible thanks to the JAVA_HOME configuration:

Continue reading

July 25, 2014
by Javier (@jbbarquero)
0 comments

My favourite Spring Books

There are a lot of books about Spring framework and its related projects, and I own almost all of them. The books about specific projects are generally well written and they’re really useful. I enjoyed a lot reading them. The … Continue reading

July 17, 2014
by Javier (@jbbarquero)
0 comments

Lorem fistrum

Lorem fistrum ese hombree fistro condemor. Te voy a borrar el cerito fistro por la gloria de mi madre qué dise usteer te voy a borrar el cerito benemeritaar ese que llega fistro ese hombree me cago en tus muelas. … Continue reading

July 8, 2014
by Javier (@jbbarquero)
0 comments

Getting started with Vert.x

What is Vert.x? In my humble opinion, Vert.x is a poorly documented platform for creating server applications intended to be scalable by using an event-driven, non-blocking I/O in the JVM. The first definition for Vert.x I heard was “it’s like … Continue reading

July 7, 2014
by Javier (@jbbarquero)
0 comments

Website updated: at last

I always wanted to have my own website but I don’t have enough skills as web developer to create one from scratch. I’m a Java EE developer, so I have to work with HTML/CSS/JavaScript/JQuery on a regular basis. But I’m … Continue reading