Sciology = Science + Technology

Commonsense in Technology

  • Archives

  • Pictures

Posts Tagged ‘xpath’

XML Processing with Oracle JDeveloper 11g : Book Review

Posted by sureshkrishna on May 23, 2009

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 redistribution license. XDK has several useful components such as XML Parsers, XSLT Processors, XSLT VM, XML Schema Processors, XML Java Beans, XML Class Generator, XML SQL Utility and XSQL Servlet.

Oracle JDeveloper provides a rich set of tools and utilities for the XML processing. JDeveloper includes the XDK and any developer can make use of its powerful features to develop any XML based applications. Processing XML Documents with Oracle JDeveloper is a great book and i would highly recommend for everyone working with XDK, and JDeveloper.

The author Deepak Vohra did a good job in describing the various steps for the XML Processing, XML Schema Validation, XPath Support, XML and XSLT Transformations. For more advanced users of XML, this book also talks about the topics such as Java XML Binding (JXB), API for comparing the documents, Converting XML to PDF, Converting XML to MS Excel, and finally storing the XML in Oracle Berkley DB XML.

This book provides a quick reference guide to any developer who starts their XDK development using JDeveloper. Author emphasized well enough about the small details that every developer should know in XML processing. Author gives a good introduction about all the technologies that he talks and mentions the APIs in detail. I really liked the part where the author gives  a complete java source code (in almost each chapter) along with the comments to explain the purpose of the following code. This book did a good job in setting up the context for running the applications. Author describes the steps to setup the extra environment variables to bet set, jars to be added and how to navigate in JDeveloper. With this sort of detailing, any developer could just look at the book and will be able to start the development right away. Also, the publisher, Packt extracted chapter (Chapter 4: XPath) from the book and you can find it here: http://www.packtpub.com/files/processing-xml-documents-with-oracle-jdeveloper-11g-sample-chapter-4-xpath.pdf.

I would definitely recommend this book for the XML developers using XDK and JDeveloper.

Posted in Java, JDeveloper, Technology | Tagged: , , , , | Leave a Comment »

Plugin Release : XPath Workbook (beta)

Posted by sureshkrishna on February 24, 2009

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 manipulations and Eclipse plugins. XML and XPath development usually involves lot of experimentation with the XPath expressions and in the real time situations different functions and namespaces can get real creepy.

I could not afford licensing costs for the professional XPath and XML IDE integrations, i wrote one small “XPath Workbook” utility by my self. Even if would have got the license, i might not need all the features that a sophisticated plugin might provide. I am hoping that this is very helpful for others too, who would want to use it as-is or extend it further. I provided the downloads for update site and source on google code and in a short time i am planning to provide the documentation too. If you are working on XML/XPath centric projects, would encourage you to try this plugin and provide me feedback. I am also open, if anyone wants to participate or contribute to this project.

I am providing few screen shots of the plugin…

#1 XPath Workbook as a View

xpathworkbook-1

#2 XPath Workbook with Source XML to be tested

xpathworkbook-2

#3 Xpath Workbook with dynamic content assist

xpathworkbook-3

#4 XPath Wrokbook with Results

xpathworkbook-4

Happy Eclipse’ing.

Posted in Eclipse, Java, Plugin | Tagged: , , , , , | 6 Comments »

 
Design a site like this with WordPress.com
Get started