I always wanted to buy a purely gaming laptop. I finally managed to do so after long time in Korea one month back. I happened to have a friend travelling to US for 2 weeks. I instantly knew that I had … [Read more...] about My Alienware
Abhishek Tanwar – Blog
Dynamic Web-Service Façade Controller (Java)
Hello Again! As usual, this post is to address a general issue to avoid writing too much of code. This is specifically for calling a specific web service from Java. Now-a-days we use Web-Services … [Read more...] about Dynamic Web-Service Façade Controller (Java)
Alternative to XPath as Constants
Now-a-days, XQuery and XPath are used heavily in all applications as XML has become a standard for data exchange in most of the applications. The modularization phase in any application development … [Read more...] about Alternative to XPath as Constants
VISIO: Auto Save Pages to PNG
Hello again! This particular post is again an actual solution to one of the problem that my team faced. As you all know that we use VISIOs in every project to make process flows, organization chart … [Read more...] about VISIO: Auto Save Pages to PNG
Let’s Learn XQuery [Part1: Overview]
XQuery is is query and functional programming language designed to query XML data like SQL from database. XQuery version 1.0 was developed by a group within W3C [http://en.wikipedia.org/wiki/W3C] … [Read more...] about Let’s Learn XQuery [Part1: Overview]
Web Service Facade Controller
You can download the complete application with sample WSDL and and test client with Java and XQuery from HERE (TBD). … [Read more...] about Web Service Facade Controller