With Java + Spring + XML you can get one language for the price of two!
How useful is Java's type checking when one typo in an XML file breaks your program?
At least in Python I can follow the logic of the language and find where the mistake is. Spring's XML files don't have such logic and usually all you have is a confusing traceback to work with.
With Java + Spring + XML you can get one language for the price of two!
How useful is Java's type checking when one typo in an XML file breaks your program?
At least in Python I can follow the logic of the language and find where the mistake is. Spring's XML files don't have such logic and usually all you have is a confusing traceback to work with.