Showing posts with label Data Exchange Format. Show all posts
Showing posts with label Data Exchange Format. Show all posts

Tuesday, December 20, 2011

JSON format as data exchange format is more intuitive

Client/Server data exchange contains request and response. Good request/response can help us understand business more easily.
In Web Applications, JSON has become the most popular data exchange format. And JSON can express business more clearly.

Sunday, June 5, 2011

Data Exchange Format between Web Front End and Web Back End

In last article (Role Division in the development of Web Development), we talked about that in order to improve development efficiency of Web Application, we need to implement the parallel development between Web Front End and Web Back End. To achieve this goal, first we should determine the data exchange format between Web Front End and Web Back End. In this article, let’s talk about some data exchange formats between them.