Computer Science, asked by danielsolomon60, 11 months ago

Write limitations of following technologies
a.XML b. SOA c. SOAP d. JAXB

Answers

Answered by navvi123
2

SORRY MAN I DONT KNOW MARK AS BRAINLIEST

Answered by honeygupta4
3

Hey mate!!

here's your answer...

»Limitations of the following :

  1. XML -XML is not optimized for access speed. XML documents are meant to be completely loaded, and then used as a data source.
  2. XML is not compact. There is no official scheme for compressing XML.
  3. Many kinds of data are not suited for embedded markup. XML is most useful for text data with a hierarchical structure.
  4. SOA -ncrease overhead ,complex service management ,high investment cost
  5. SOAP-SOAP does not mandate an underlying transport protocol, but HTTP has emerged as the most widely used one for SOAP. Since SOAP can combine the strengths of XML and HTTP, it is an attractive candidate for Grid communication. A common trade-off in computing is between the needs of universality and high performance.
  6. JAXB-JAXB can not unmarshall XML into instances of my existing Java classes. Unmarshalling only produces instances of JAXB-generated "content classes".
  7. JAXB can not unmarshall XML into instances of my existing Java classes. Unmarshalling only produces instances of JAXB-generated "content classes".Granted, unmarshalling XML into JAXB content classes, and then mapping these content classes into my own classes, may be a little more elegant than our current method of just walking the DOM hierarchy.

☆☞Hope it will be helpful for you ☜☆


honeygupta4: please mark as brainlist
Similar questions