Avoid unnecessary sorting XQuery is a language where most of our work revolves around parsing XML and getting data out of XML using XPath. This practice emphasize the need to avoiding unnecessary … [Read more...] about XQUERY DESIGN PRINCIPLES #FOUR
Tips & Tricks
XQUERY DESIGN PRINCIPLES #THREE
This is third in the series. Don't re use the same expressions over and over again When it comes to XQuery writing we normal parses XML and reads data. There are lot of constructs in XQuery to be used … [Read more...] about XQUERY DESIGN PRINCIPLES #THREE
XQuery Design Principles #Two
This is second in the series. Please read "XQUERY DESIGN PRINCIPLES #ONE". A Little bit of Documentation won't take much of a time When it comes to any language, documentation about the functionality … [Read more...] about XQuery Design Principles #Two
XQuery Design Principles #One
After a long stretch of work in XQuery in a leading COTS product, I have come up with below XQuery design guidelines for reference. However, the actual implementation might be based on the product … [Read more...] about XQuery Design Principles #One
JMS Emulator Integrated with Web Service Emulator
Hello All! In my earlier posts I have covered two topics which includes JMS Emulator, which emulates any target system and is capable of handling any systems in parallel and Dynamic Web Service which … [Read more...] about JMS Emulator Integrated with Web Service Emulator
XQuery Optimization Tips
Hello folks! As I have already mentioned in my earlier posts that my current assignment is based on a COTS product on top of major XQuery implementation, I am putting around this post to share some … [Read more...] about XQuery Optimization Tips