Shaaf's blog

A technical blog about Java, Kubernetes and things that matter

Creating the MQQueueConnectionFactory with wsadmin scripting - JACL Part 1.

While working my way in some piece of long java code I came across this huge pile of sand that just shattered me off every bit of patience I was left with. The dilemma all of us face every second day. CONFIGURATIONS!!

While my sarcastic mind was just saying Congratulations to me instead. And just how the - would you expect me to start configuring now.

So what exactly is my problem? I have a list of MQs, Factories, datasource, providers etc.. that I need to configure. And every time I create a new profile on my RAD (Rational Application Developer) I have to manually goto the Admin console and configure them.


Imaging and filters

Image processing has always been one of the my favourite and talked about subjects and un doubtly it is one of the most interesting bits of computer science that exist. For some it is a challenge to talk about, a few would term it as virtually impossible and a few would be developing applications from secure government projects to a simplistic robots. Image processing by far remains one of the most sophisticated technologies in the world today. The use of it can be seen in laboratories, industrial applications and also a few personal computing applications. Either we are using Document processing or scanning images; watching an assembly line guided by robots or using satellites is all that relates to image processing. Today image processing is part of our lives and for some a success story. Image processing is one field that is always taking its mark towards new ideas and innovations. My interest grows more every time I read something about Image processing and I write about it today. I had done a small project back in school with some hefty amounts of research, Ironically my career did not start off in a research lab just as I would have liked it to be but thats the “bit” we all try to understand Try, everyday. :-) At that time my ultimate aim had been to choose an application that brings knowledge not only to me but also to my fellow colleagues, students of Asia Pacific Institute of Information Technology , friends and to give me a solid position in order to research further and probably in a laboratory fulfilling realities of science fiction.


Quick start Singleton - Walk through

This being my first existence on the network and I just want to make sure that I would come back to this blog page again sometime and keep on writing. For now this is a quick 5 min walk through of getting your hands dirty on the Singleton Pattern. As any ones first pattern Singleton always seems to be the easiest to adapt and ironically always the mistress of your pains; when you realize the act wasn’t right in the first place. More details on that later.