Technology
Nowadays our competences are equally divided between the two main web technologies:
JAVA JSP (Java Server Pages) e Microsoft ASP.NET
Java Server Pages

Java Server Pages are a technology created by Sun Microsystems which permits a fast development and maintenance of the dynamic web pages. The JSP pages completely share the Java's philosophy “Write Once, Run Anywhere” as they are independent from the web server (Apache Web Server, Microsoft IIS, iPlanet Web Server, …) and from the operating system.
Thus the JSP pages can be used on every operating platforms: LINUX, NT, SOLARIS, HP-UX.
Microsoft ASP.NET

Active Server Pages (ASP.NET) are web pages containing, a part from the pure HTML code, scripts that are used by the server to generate the HTML code to be sent to the browser. In this way it is possible to show the dynamic contents and modify their aspects according to the rules of the scripts without the need to send the code of the program to the final user ( who will only receive the results) with a great saving of time and band.
All our applications are independent from the database: API JDBC or ODBC are used in order to supply all the information for the connectivity with a SQL database. So it is possible to use either database open source as MySQL, postgreSQL or ORACLE, Informix, SYBASE and Microsoft SQL server.

Our solutions, thanks to the use of a technology made by components, divide the logic application from the design presentation. Any modifications or restyling of the web solution, even after the complete development and use, can be done using the common HTML editor.