Hello folks! Someone at my workplace asked me a query – “how to exit in a loop in xquery?”. It is quite simple in other programming languages like – java, etc. just put a “break” in a loop and it … [Read more...] about XQuery: Exit/Break Breakthrough
Tips & Tricks
Enterprise Integration Patterns
We all have been aware of patterns existing in all forms of solution. In this post, I would like to give you a overview of the patterns that are recommended to be followed in Enterprise … [Read more...] about Enterprise Integration Patterns
System Emulator via JMS[Updated]
Hello All! This is in continuation to my earlier post "System Emulator via JMS". I have now enhanced the application with few minor but important changes. Change Summary: 1. Use of logger instead … [Read more...] about System Emulator via JMS[Updated]
XQDT Saxon Interpreter – Custom Jar/Classes
Hello All! I have explained in my previous post "http://technology.toraveabout.com/xqdt-xquery-project-eclipse/" about configuring eclipse with XQDT. The challenge is that XQDT interpreter is … [Read more...] about XQDT Saxon Interpreter – Custom Jar/Classes