We are glad to announce that Svapna has now enrolled on iPhone Developer Program!
We are already working on two applications soon to be released.
With the iPhone development tools we can now really do what we dreamed of.

We have successfully setup VPN access to an EC2 Windows instance via OpenVPN. Continue Reading »
01/05/2009
by admin
in flex
A couple of years ago we did Flex application with plain old HttpService requests. Continue Reading »
31/03/2009
by admin
in java
We are working on a webbased solution to generate documentby merging some dynamic data from an RDBMS into templates. We opted for rft template (http://rtftemplate.sourceforge.net/) and JackRabbit (http://jackrabbit.apache.org/) to build the solution. Being 100% embeddable we aim to give a really tailor made solution to our customer while simultaneously reusing the power and functionality of these really well designed libraries.
28/03/2009
by admin
in java
Last year we took up a project to migrate a J2EE infrastructure from Websphere 6 to Tomcat 6.
The applications are written using Struts and POJOs that access Stored Procedures on AS/400 via JDBC.
It took us just 4 days to complete the migration of 8 fairly complex applications.
4 Tomcat instances running on 2 Linux servers are load balanced via Apache 2.2 + mod_jk.
We have developed a custom application for the sysadmins to centrally manage all tomcat instances.
The application makes use of the tomcat manager application and JMX to control and monitor the tomcat instances
To complete the puzzle we are now testing our Terracotta to apply session replication to gain even higher avaliability!