
Blogs
Blogs
Matching:
springmvc
X

Display: |
XML JAXB Response List of Errors
Minor addition to Spring MVC and JSR 303 Validation error customization and Error pattern for REST/HTTP APIs . Unacceptable XML While my earlier-mentioned API supports both JSON and XML, the XML is more...
from Blog: Dougclectica
|
|
Spring MVC and JSR 303 Validation error customization
Brief follow-up to Spring MVC, JSR 303 Validation, and WebSphere . Wanting to improve on the default error messages. The article Spring From the Trenches: Adding Validation to a REST AP...
from Blog: Dougclectica
Modified on by DougBreaux
|
|
Spring MVC, JSR 303 Validation, and WebSphere
(On Traditional WebSphere (tWAS) 8.5.5, Java 8, or on WebSphere Liberty 18, currently with Feature webProfile-6.0, in order to match the tWAS spec levels as closely as possible.) Background We're using Spring (4.x) MVC Controllers in several of our...
from Blog: Dougclectica
Modified on by DougBreaux
|
|
Spring MVC Controller, WebSphere Traditional, JSON
Just a quick note on doing JSON with Spring MVC, under WebSphere 8.5.5 Traditional. This version of WebSphere includes Jackson 1.6.2 under the covers, for JSON serialization. (Apparently in WebSphere Liberty, the included Jackson isn't available for...
from Blog: Dougclectica
Modified on by DougBreaux
|