Hi, after some holidays i am back. this post is about how to use spring-data technology with apache hadoop, or how to write a map reduce task using spring. The idea is to provide a way on how to focus in the most important part about apache hadoop, the map reduce writing task. So, lets…
About how to create a secured REST web service using apache cxf, spring, spring-data,spring-security, morphia,mongodb, jpa,mysql
The idea behind of this project is to provide an example for a secured web service connected using REST architecture style with command pattern and composite command pattern, to a mongodb instance and a mysql instance too, best of both worlds. There are at least two ways in java world to connect to a mongo…
sobre apache-cxf
Buenas, voy a escribir un poco sobre apache-cxf, hay que decir que para mi, es la implementación de referencia si quieres crear un servicio asíncrono como es un servicio web. Para usarlo tendremos que poner en el pom.xml las siguientes dependencias: <!-- motor servicios web--> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-core</artifactId> <version>${cxf.version}</version> <exclusions> <exclusion> <groupId>org.apache.geronimo.specs</groupId> <artifactId>geronimo-javamail_1.4_spec</artifactId> </exclusion> <exclusion>…