Scripting With Jython Instead of XML
Click here to download now
Overview: XML is a great tool that is misapplied when it is used as a programming language. One has seen a few examples where the XML markup/programming language boundary has been crossed, and where a scripting language like Jython may be a better alternative. Jython is easier to read and write compared to XML, because of its similar syntax to Java code. Additionally, Jython can communicate with all of the other Java code. So the only real difference between Java code and Jython is syntax, rather than the complete incompatibility between Java and XML.

