Spring JSON-P with Jackson 1. Overview If you’ve been developing anything on the web, you’re aware of the same-origin policy constraint browsers have when dealing with AJAX requests. The simple overview of the constraint is that any request originating from a different domain, schema or port, will not be permitted.… Continue Reading spring-jackson-jsonp

More Jackson Annotations 1. Overview This article covers some additional annotations that were not covered in the previous article, A Guide to Jackson Annotations – we will go through seven of these. 2. @JsonIdentityReference @JsonIdentityReference is used for customization of references to objects that will be serialized as object identities… Continue Reading jackson-advanced-annotations