DZone
Thanks for visiting DZone today,
Edit Profile
  • Manage Email Subscriptions
  • How to Post to DZone
  • Article Submission Guidelines
Sign Out View Profile
  • Post an Article
  • Manage My Drafts
Over 2 million developers have joined DZone.
Log In / Join
Refcards Trend Reports Events Over 2 million developers have joined DZone. Join Today! Thanks for visiting DZone today,
Edit Profile Manage Email Subscriptions Moderation Admin Console How to Post to DZone Article Submission Guidelines
View Profile
Sign Out
Refcards
Trend Reports
Events
Zones
Culture and Methodologies Agile Career Development Methodologies Team Management
Data Engineering AI/ML Big Data Data Databases IoT
Software Design and Architecture Cloud Architecture Containers Integration Microservices Performance Security
Coding Frameworks Java JavaScript Languages Tools
Testing, Deployment, and Maintenance Deployment DevOps and CI/CD Maintenance Monitoring and Observability Testing, Tools, and Frameworks
Partner Zones AWS Cloud
by AWS Developer Relations
Culture and Methodologies
Agile Career Development Methodologies Team Management
Data Engineering
AI/ML Big Data Data Databases IoT
Software Design and Architecture
Cloud Architecture Containers Integration Microservices Performance Security
Coding
Frameworks Java JavaScript Languages Tools
Testing, Deployment, and Maintenance
Deployment DevOps and CI/CD Maintenance Monitoring and Observability Testing, Tools, and Frameworks
Partner Zones
AWS Cloud
by AWS Developer Relations
Securing Your Software Supply Chain with JFrog and Azure
Register Today

Trending

  • Personalized Code Searches Using OpenGrok
  • DevOps in Legacy Systems
  • Never Use Credentials in a CI/CD Pipeline Again
  • IDE Changing as Fast as Cloud Native

Trending

  • Personalized Code Searches Using OpenGrok
  • DevOps in Legacy Systems
  • Never Use Credentials in a CI/CD Pipeline Again
  • IDE Changing as Fast as Cloud Native
  1. DZone
  2. Coding
  3. Languages
  4. Data Exchange Format between Web Front End and Web Back End

Data Exchange Format between Web Front End and Web Back End

Jacky Cui user avatar by
Jacky Cui
·
Jul. 08, 11 · Interview
Like (1)
Save
Tweet
Share
4.04K Views

Join the DZone community and get the full member experience.

Join For Free

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.

Common data exchange formats between Web Front End and Web Back End are as below:

XML

XML stands for EXtensible Markup Language

XML is a markup language much like HTML

XML was designed to carry data, not to display data

XML tags are not predefined. You must define your own tags

XML is designed to be self-descriptive

XML is a W3C Recommendation

JSON

JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. It is based on a subset of the JavaScript Programming Language, Standard ECMA-262 3rd Edition - December 1999.

XML and JSON, both can be used as data exchange formats. Let’s compare their main advantages and disadvantages between them.

XML

Advantage

XML is better for human reading than JSON.

Disadvantage

XML is not lighter as JSON.

JSON

Advantage

JSON is lighter than XML.

Disadvantage

JSON is not better for human reading as XML.

In my opinion, JSON is a great data exchange format for Web Applications over browsers. It is not the question of XML vs. JSON. It is the question of When XML and When JSON.

From: Jacky Cui's Java Home: Data Exchange Format between Web Front End and Web Back End

Data exchange Data (computing) XML JSON

Opinions expressed by DZone contributors are their own.

Trending

  • Personalized Code Searches Using OpenGrok
  • DevOps in Legacy Systems
  • Never Use Credentials in a CI/CD Pipeline Again
  • IDE Changing as Fast as Cloud Native

Comments

Partner Resources

X

ABOUT US

  • About DZone
  • Send feedback
  • Careers
  • Sitemap

ADVERTISE

  • Advertise with DZone

CONTRIBUTE ON DZONE

  • Article Submission Guidelines
  • Become a Contributor
  • Visit the Writers' Zone

LEGAL

  • Terms of Service
  • Privacy Policy

CONTACT US

  • 600 Park Offices Drive
  • Suite 300
  • Durham, NC 27709
  • support@dzone.com

Let's be friends: