New Found enthusiasm…
Looks like I will finally be able to get some time to come back to my projects …

New Found enthusiasm…
Looks like I will finally be able to get some time to come back to my projects …

The draft version for the extended iProcess client is finally here. I am really excited at the prospects of it all. It will have all the Standard implementations that come with the rich SSO API, plus it will have reliable and fast iProcess Engine Administration that the standard API lacks. Routine tasks like iProcess processes restart, monitoring of connectivity, procedure import/export, requeing and closing of erroed out cases, audit trails of cases, everything can be done without knowing anything about the iProcess internals or having to use putty based ssh connections, remembering the paths and alias names, and worst, killing the pid’s with a ps -ef|grep swserver !!!
The draft for the same can be found here
Hope to finish this sometime around July…God and my PM help!!!

Starting Jan-2007, I have decided to start working again on many of the things I had to put off for several foolish reasons. One of these is the “Messaging Backbone in Java for IPC”. It will be a miniature information bus that will allow Java programs to communicate with each other. RMI and concrete implementations of JMS is already there and they do serve the purpose really well. I however, wanted to build something that would not involve Object serialization and be much faster. Well, that seems to be a big statement..lets wait and see if I can achieve that.
I have already finished 20% of the work and hopefully the remaining should be done by July-2007. I will post more information on the work as I proceed in my MessagingEngine blog. But for the time being, it will remain private for all purposes.