Tag Archives: XML

XML Processing with Oracle JDeveloper 11g : Book Review

Oracle XML Developer Kit (XDK) is a set of components, tools and utilities in Java which is available in Oracle Database, Oracle Application Server and on OTN that eases the task of building and deploying XML-enabled applications with a commercial … Continue reading

Posted in java, technology | Tagged , , , , | Leave a comment

Plugin Release : XPath Workbook (beta)

Last couple of months have been quite hectic with my job and also in my personal life. Effectively this is my first blog entry this year on Eclipse. In the last one year i have been deeply involved creating XML … Continue reading

Posted in eclipse, java, plugins, software, technology | Tagged , , , , , | Leave a comment

Java XML Libraries – Quick Reference

Reader Level : Basic Recently i have been involved in a project that uses heavy XML which game me opportunity to look into many Java and XML related technologies/libraries/parsers. I tried to share some of interesting libraries that i dealt … Continue reading

Posted in java, software | Tagged , , , , , , , , , | Leave a comment

JDOM Quick Reference

JDOM: [www.jdom.org] JDOM is a full featured Java API for the SAX and DOM accessing. Collections are used heavily for the results and queries to make Java programmer life easier. The SAX and DOM parsers would be the underlaying default … Continue reading

Posted in java, software | Tagged , , , , | 2 Comments

XML vs JSON !!! Dont compare.

Java Script Object Notation (JSON) has become quite famous since 2006 and it has gone into the major companies application frameworks. JackBe, Google and Yahooare some of the companies that have adopted the JSON in their products. JSON is the response format for … Continue reading

Posted in java, software, technology | Tagged , , | Leave a comment