Category Archives: security

JSON ContentTypeHandler

The default JSON Content Handler is build on top of the JSON-lib. If you prefer to use the Jackson framework for JSON serialisation, you can configure the JacksonLibHandler as Content Handler for your json requests. First you need to add the jackson dependency to your web application by downloading the jar file and put it […]

Also posted in General | Comments closed