


Spring boot + Spring JDBC (English version)
In this post we will explain how to access to a database by using Spring boot + Spring JDBC step by step. For this we will use the project Spring Boot […]

Spring Boot + REST Jersey (Adding Spring data) Part 2
In this post, I will explain in an easy way how to configure and use Spring data with Spring boot. In order to do it we will use a previous […]

Real time processing of Tweets with apache Storm
In this post I’m going to explain in an easy way how to process information on real time by using Apache Storm. Before to start Before to start with the […]

Spring Boot + REST Jersey Part 1
In this post we will explain in a simple way the basic configuration of Spring Boot with Jersey, this is the first in a series of posts that will be […]

Instala Redis y utilízalo con Java en Español
Introducción Redis es un motor de base de datos en memoria y es utilizado en muchas empresas como base de datos, sistema de cache e incluso como message broker. Soporta […]

¿Cómo leer un xml con Java utilizando Sax?
Procesar xml’s en aplicaciones es una tarea común, en este ejemplo se explicará como utilizar SAX (Simple API for XML), Sax no utiliza el DOM para procesar el xml este […]

Perfiles Maven en Español !
Introducción Maven es una gran herramienta que permite construir aplicaciones complejas y portables solo definiendo configuraciones dentro de un archivo POM, de este modo se remueven todas las referencias al […]

Procesamiento en tiempo real de Tweets utilizando Apache Storm en español
En este post se explicará de forma sencilla cómo procesar información utilizando Apache Storm en tiempo real, el caso de ejemplo será el procesamiento de Tweets. Antes de iniciar Antes […]

Aplicación standAlone JPA + Hibernate +Maven en Español !
En este post se explicará paso a paso como crear una aplicación Stand alone que accede a una base de datos Mysql utilizando la implementación de Hibernate para JPA. Configuración El […]