The Source for Java Technology Collaboration
User: Password:
Register | Login help    

Search

Online Books:
java.net on MarkMail:


Blog Archive for rexyoung during November 2008

It is very common that you use a lot of JSON on the front-end and use Spring Web MVC on the back-end. JSON strings are usually sent to back-end as parameters in the HTTP requests. As a back-end guy, you might hate to maintain two set of value objects JSON objects and Spring beans. I encountered such a situation once about half a year ago. I solved it by convert JSON style parameters to Spring...