JavaForFun
2016-07-26 Gustavo Martin... Spring JPA: modify resource
2016-07-25 Gustavo Martin... Spring JPA: I must be doing something wrong because...
2016-07-25 Gustavo Martin... Spring JPA: logging Hibernate query parameters with...
2016-07-25 Gustavo Martin... Spring JPA: a few improvements
2016-07-25 Gustavo Martin... Spring JPA: no way of injecting bean in JPA entities
2016-07-21 Gustavo Martin... Spring JPA: no time for comments
2016-07-21 Gustavo Martin... Spring JPA: using spring-data-envers
2016-07-21 Gustavo Martin... Spring JPA: Envers tables, auditory.
2016-07-20 Gustavo Martin... Spring JPA: no time for comments
2016-07-20 Gustavo Martin... Spring JPA: Username HTTP Handler
2016-07-20 Gustavo Martin... Spring JPA: H2 datasource, comments explaining why...
2016-07-20 Gustavo Martin... Spring JPA: improvements in changeLogs.xml (liquibase...
2016-07-20 Gustavo Martin... Spring JPA: data base, column names with caps
2016-07-20 Gustavo Martin... Spring JPA: README, new URLs
2016-07-20 Gustavo Martin... Spring JPA: cleaning up POM files
2016-07-20 Gustavo Martin... Spring JPA: new structure
2016-07-18 Gustavo Martin... Using Envers
2016-07-17 Gustavo Martin... JPA: getting ready for Hibernate Envers
2016-07-13 Gustavo Martin... Spring STOMP: a few improvements
2016-07-12 Gustavo Martin... Spring JPA: removing useless Spring profiles
2016-07-12 Gustavo Martin... Spring JPA: little improvement (English grammar)
2016-07-12 Gustavo Martin... Spring JPA: Specifications, using lambda expressions
2016-07-12 Gustavo Martin... Spring JPA: liquibase
2016-07-11 Gustavo Martin... SpringJPA: Querydsl VS Spring Specifications
2016-07-11 Gustavo Martin... Spring JPA: using Querydsl
2016-07-10 Gustavo Martin... Maven weaver: aspectj-maven-plugin integration with...
2016-07-10 Gustavo Martin... Spring JPA: getting ready for test with H2 and docker
2016-07-10 Gustavo Martin... Spring JPA: POSTMAN examples
2016-07-10 Gustavo Martin... Spring JPA: Jackson, avoid cyclic dependency
2016-07-10 Gustavo Martin... Spring JPA: insert parent<->child at the same time
2016-07-06 Gustavo Martin... Spring JPA: keeping offset time zone when using OffsetD...
2016-07-03 Gustavo Martin... Spring JPA: what a mess...
2016-07-03 Gustavo Martin... Spring JPA: trying to make work inserts with Ad+AdDescr...
2016-07-03 Gustavo Martin... Spring JPA: org.springframework.data.jpa.repository...
2016-07-03 Gustavo Martin... Spring JPA: using ServiceBasedRestController from resth...
2016-07-03 Gustavo Martin... Spring JPA: renaming packages
2016-07-03 Gustavo Martin... Spring JPA: Jackson, OffsetDateTime object serialization
2016-07-03 Gustavo Martin... JPA <-> Jackson: trying to work with LocalDateTime...
2016-07-03 Gustavo Martin... JPA improvements
2016-07-01 Gustavo Martin... More JPA stuff
2016-07-01 Gustavo Martin... JPA + Spring + REST
2016-07-01 Gustavo Martin... JPA + Spring + REST
2016-05-10 Gustavo Martin... Spring STOMP, upgrade log4j API to 2.5 version
2016-05-08 Gustavo Martin... Spring STOMP: no way of using full featured broker...
2016-05-02 Gustavo Martin... STOMP many improvements
2016-04-26 Gustavo Martin... STOMP: sending data by means of:
2016-04-24 Gustavo Martin... STOMP server: required allow-origins
2016-04-21 Gustavo Martin... query examples
2016-04-17 Gustavo Martin... AOP: LTW and maven plguin, improvements
2016-04-16 Gustavo Martin... AOP aspectj-maven-plugin
2016-04-16 Gustavo Martin... SpringLTW, improvements about ordering when weaving
2016-04-11 Gustavo Martin... Spring AOP and maven plugin
2016-04-10 Gustavo Martin... Spring AOP: improves in old examples about AOP Spring...
2016-04-10 Gustavo Martin... MyBatis interceptors: trying to change SQL statements...
2016-04-10 Gustavo Martin... MyBatis ReuseBatchExecutor: comments about REUSE vs...
2016-04-10 Gustavo Martin... mend
2016-04-10 Gustavo Martin... MyBatis: BE CAREFUL WHEN USING BATCH MODE FOR ACCESSING...
2016-04-10 Gustavo Martin... MyBatis: ReuseBatchExecutor
2016-03-30 Gustavo Martin... Sprint STOMP: simple broker (in memory broker)
2016-03-29 Gustavo Martin... Spring and STOMP, first steps
2016-03-26 Gustavo Martin... Spring emails: when using @Async exceptions are caught...
2016-03-25 Gustavo Martin... Spring emails: modifications in Spring queue capacity.
2016-03-25 Gustavo Martin... Spring emails: using Thymeleaf and Velocity
2016-03-25 Gustavo Martin... Spring emails
2016-03-25 Gustavo Martin... Spring Emails
2016-03-25 Gustavo Martin... Spring Emails
2016-03-11 Gustavo Martin... Emails with Spring
2016-01-08 Gustavo Martin... REST now lives in SpringWebServicesForFun repository
2016-01-07 Gustavo Martin... Spring REST: missing test
2016-01-06 Gustavo Martin... Spring REST: remove doc from client y global maven...
2016-01-06 Gustavo Martin... Spring REST: integration tests: client y server (RestTe...
2016-01-03 Gustavo Martin... Spring REST: Springfox (Swagger)
2016-01-03 Gustavo Martin... Spring REST: Jackson requires default constructor
2016-01-03 Gustavo Martin... Spring REST: integration tests
2016-01-03 Gustavo Martin... Merge branch 'master' of https://github.com/gumartinm...
2016-01-03 Gustavo Martin... Spring REST, integration tests
2015-12-14 Gustavo Martin... missing produces attribute in REST POST
2015-11-05 Gustavo Martin... REST: header Location after POST
2015-11-05 Gustavo Martin... REST: example with query params and custom headers
2015-11-05 Gustavo Martin... TDD: check for exceptions
2015-11-05 Gustavo Martin... TDD: spies, mocks and argumentcaptors
2015-11-05 Gustavo Martin... Merge branch 'master' of https://github.com/gumartinm...
2015-11-05 Gustavo Martin... FileSafeWriter with example
2015-11-05 Gustavo Martin... FileSafeWriter with example
2015-11-05 Gustavo Martin... Threads: using lambda expressiones instead of implement...
2015-11-05 Gustavo Martin... Threads: futuretask and timerschedule examples
2015-10-04 Gustavo Martin... equals-hashcode: what is it for (HashSet relation)
2015-10-04 Gustavo Martin... CAS: cas and cas-management
2015-09-08 Gustavo Martin... SpringJava REST: CarController, commit related to
2015-08-25 Gustavo Martin... REST: Spring REST project for trying out AngularJS...
2015-05-20 Gustavo Martin... Date parsing using Java 8
2015-04-23 Gustavo Martin... Mybatis child mapper extending from parent
2015-04-19 Gustavo Martin... Symfony (kind of) validators: required check for null...
2015-04-19 Gustavo Martin... Validators Symfony (kind of) implementation
2015-03-20 Gustavo Martin... MyBatis: BATCH operations
2015-03-04 gu.martinm... Pseudo batch update with CASE should work on any data...
2015-03-04 gu.martinm... Pseudo batch update with CASE
2015-03-04 Gustavo Martin... Batch update (kind of) MyBatis
2015-02-23 Gustavo Martin... MyBatis, dynamically generating SQL code in Java: the...
2015-02-22 Gustavo Martin... Merge branch 'master' of https://github.com/gumartinm...
next