Tag: json


com.fasterxml.jackson.databind.JsonMappingException: Can not deserialize instance of * out of START_ARRAY token

I encounter this exception after a (massive) maven dependencies update which included CXF and Spring. The project was supposed to be updated with Jackson 2.3 but the stack shows that vesion 2.2.3 of jackson-databind is used. com.fasterxml.jackson.databind.JsonMappingException: Can

Continue Reading

REST with Spring MVC

[underline] Goal Introduction to REST, JSON and Spring MVC. To do so, let’s implement a REST service with Spring MVC. [underline] RESTFul principles Uniform interface Stateless Cacheable Client Server mode Where SOAP services are based on verbs (like methods exposed by an interface) , REST

Continue Reading
Yann's blog