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. I have done some improvements for consuming … [Read more...] about System Emulator via JMS[Update II]
Abhishek Tanwar – Blog
XQuery 1.0 [INSERT NODE]
Now, why I am writing this post! Because XQuery 1.0 has no support for INSERT Node function which is applicable in XQuery 3.0. Below is what you can achieve in XQuery 3.0. This is not possible in … [Read more...] about XQuery 1.0 [INSERT NODE]
Apple IOS7
I just upgraded to IOS7 day before yesterday! There has been many funny videos of apple not doing anything with the phone or the software with same old fashion. As a matter of fact it is true. All the … [Read more...] about Apple IOS7
Creational Pattern | Builder
This is the second pattern that I am going to discuss after Abstract Factory. Now, if you have read the description of this pattern, you will feel like it is similar to Abstract Factory pattern, but … [Read more...] about Creational Pattern | Builder
Creational Pattern | Abstract Factory
Now a days, design pattern are treated as a complex architecture patterns where it is thought that it is accessible and understandable to only experienced developers or designers. NOT TRUE. If you … [Read more...] about Creational Pattern | Abstract Factory
Standard Design Patterns – Applied to JAVA
I know that almost all of us know what are “Design Patterns”. I am not inventing anything new here but presenting a new/fresh perspective to the Design Pattern applied to Java. This is an introductory … [Read more...] about Standard Design Patterns – Applied to JAVA