Proyectos de ejemplo de POCs varios:
-
springboot-example: POC con Spring Boot: http://anotherdayanotherbug.wordpress.com/2014/08/27/poc-con-spring-boot/
-
spring-rest-example: Implementar un servicio Rest con Spring: http://anotherdayanotherbug.wordpress.com/2014/09/08/implementar-un-servicio-rest-con-spring/ y Cómo devolver el resultado de un POST en un servicio REST: http://anotherdayanotherbug.wordpress.com/2015/04/08/como-devolver-el-resultado-de-un-post-en-un-servicio-rest
-
springmvc-swagger-example: Documentar un servicio REST, con Swagger: http://anotherdayanotherbug.wordpress.com/2014/09/27/documentar-un-servicio-rest-con-swagger/
-
springboot-series-war: Spring Boot series: generar war para Tomcat: http://anotherdayanotherbug.wordpress.com/2014/10/13/spring-boot-series-generar-war-para-tomcat/
-
lombok-example: Lombok, o como eliminar código boilerplate: http://anotherdayanotherbug.wordpress.com/2014/10/27/lombok-o-como-eliminar-codigo-boilerplate/
-
jersey-rest-example: Implementar un servicio Rest con JAX-RS (Jersey): http://anotherdayanotherbug.wordpress.com/2014/11/10/implementar-un-servicio-rest-con-jax-rs-jersey/ y Cómo devolver el resultado de un POST en un servicio REST: http://anotherdayanotherbug.wordpress.com/2015/04/08/como-devolver-el-resultado-de-un-post-en-un-servicio-rest
-
springboot-series-actuator: Spring Boot series: actuator, monitoriza tu aplicación: http://anotherdayanotherbug.wordpress.com/2014/11/21/spring-boot-series-actuator-monitoriza-tu-aplicacion/
-
spring-data-example: Implementar la capa de base de datos con Spring Data: http://anotherdayanotherbug.wordpress.com/2014/12/05/implementar-la-capa-de-base-de-datos-con-spring-data/
-
springboot-series-jackon: Spring Boot series: autoconfiguración de Jackson: http://anotherdayanotherbug.wordpress.com/2015/01/07/spring-boot-series-autoconfiguracion-de-jackson/
-
jooq-example: Como configurar jOOQ en un proyecto maven: https://anotherdayanotherbug.wordpress.com/2015/01/20/como-configurar-jooq-en-un-proyecto-maven/
-
springbootseries-integrationtests: Spring Boot series: como configurar tus tests de integración: https://anotherdayanotherbug.wordpress.com/2015/02/04/spring-boot-series-como-configurar-tus-tests-de-integracion/
-
integrationtests-maven-example: Cómo configurar tus tests de integración con Maven: https://anotherdayanotherbug.wordpress.com/2015/02/23/como-configurar-tus-tests-de-integracion-con-maven/
-
integrationtests-rest-example: Tests de integración para un servicio REST, con Spring: https://anotherdayanotherbug.wordpress.com/2015/03/16/tests-de-integracion-para-un-servicio-rest-con-spring/
-
passbyvalue-example: Java: el paso de parámetros es por valor: https://anotherdayanotherbug.wordpress.com/2015/03/25/java-el-paso-de-parametros-es-por-valor/
-
spring-rest-client-example: Implementar un cliente REST con Spring: RestTemplate: https://anotherdayanotherbug.wordpress.com/2015/05/05/implementar-un-cliente-rest-con-spring-resttemplate/
-
integrationtests-restassured-example: Tests de integración usando REST-assured: https://anotherdayanotherbug.wordpress.com/2015/05/25/tests-de-integracion-usando-rest-assured/
-
orika-example: Como mapear beans con Orika: https://anotherdayanotherbug.wordpress.com/2015/06/17/como-mapear-beans-con-orika/