Computer Science, asked by Lonewolf6283, 1 year ago

What are the limitations of XML, SOA, SOAP, SPRING?

Answers

Answered by boshungmeber
1

Answer:

Limitations of XML

.XML is not optimized for access speed. XML documents are meant to be completely loaded, and then used as a data source. ...

.XML is not compact. There is no official scheme for compressing XML. ...

.Many kinds of data are not suited for embedded markup. XML is most useful for text data with a hierarchical structure.

Limitations of SOA

Well it all comes down to ROI,  if you are designing application that is only going to change once a year and it is not going to be processing tons of data then I don't think you need to consider SOA.

If you application needs a real time response SOA is not for you..  and also if you are running application on software from a single vendor.

It is always beneficial to consider loose coupling in your application so that it can be modified easily if it warrants a change but SOA is different kettle of fish.

Limitations of SPRING

Some of the main disadvantages are: Learning Curve: Some developers find it hard to understand the concept of IOC and Dependency Injection. Due to this they do not realize full potential of Spring. Changing Nature: Spring keeps changing over the time.

Limitations of SOAP

Soap doesn't work well in the hard water as they form scum instead of lather.

This scum sticks to the cloth and makes washing difficult, some times the color of the fabric also fades away.

They are not suitable for some fabric likes silk, wool as the alkalis spoils the fibre.

Explanation:

Similar questions