Home Services Technologies Services

In this section you find a selection of examples of different technologies and scales.

 

1. Web application based on JSP, HTML, XML, JavaScript, Java, C++, and database programming:

An internet application was made for a company that produces bandages for patients with burn injury. For the different parts of the human body, they supply different articles (head bandage, pants, gloves, etc.). For each of the articles there is a formular, where proportions of the patient's body can be entered as well as additional info concerning that very bandage (about material, zippers, etc.). Nurses can order bandages by filling out the formulars and providing additional order information. The order data is transferred to the web server and from there to the company's merchandise management system.

This web application provides user login, user specific information, delivery address management, and order confirmation. It also has a interface to the third party merchandise management system, through which the orders are placed.


2. Windows system service analyzing and moving files:

A true mini project. A third party software stores data files of a certain format into a directory. More than 200 per day. The service we built, watched the directory permanently. Whenever new files showed up, the service moved them into different destination directories depending on special items contained in the files.

After our customer used this service successfully for a while, he asked us to add a new feature: The service should accept data via TCP/IP and store it as files into the same destination directories. We visited our customer and did the job right away.