Saturday, September 29, 2007

Infinium System Handling Via Net Manage.

I found 3 ways to handle the Infinium System via Net Manage.

One is to write the pure script which is bit difficult to write but easy to debug.
Second is to scrap and record the screen one by one.
Third is the mixture of the above 2.

So second approach is easy to create but difficult to debug.

I thing the mixture of both the approaches are the best way to achieve the targets.

Friday, September 28, 2007

Net Manage

Hi Guys,

These days I was so busy as I was working on a new tool called Net Manage and truly speaking I find it very interesting because its like a different experience.

Net Manage is use to interact with the existing Infinium System. Its like automating the task user can perform on that system and expose those task like a WebService for .Net Developer and Java Beans for Java Developers.

So, developer is able to integrate the Existing Infinium System with Java/.NET.

The concept of Net Manage is like a concept of reading the dimensions of the screen and performing the keystoke on the particular dimensions to move to the next screen.

It saved a lot of work otherwise one has to understand the whole database structure to integrate the existing infinium system with the new building system which is in process.