Finally I managed to find the time to complete a proper setup at home. As my server I used Ubuntu 7.04 as a base to host my Glassfish app server, Postgres and other utils. Mainly i use it as a deployment box and for my development i still use my Netbeans on my XP laptop managing all the rest through ssh/psftp over wireless access mainly. Compared to other distributions i found Ubuntu extremely easy to install and driver recognition is one of the best i have ever seen compared to other Linux distributions. Surely sudo and apt-get commands make life extremely easy to install and setup services. In conjunction with the autodeploy function on Glassfish this makes the deployment of war/ear files really easy ... anyways really happy with the environment, the plan is to soon start exposing some utilities from my linux box over the net, will keep you posted.
In specific software areas like in quantitative finance or else in other mathematical domains, data centric programming typically requires a good balance between three requirements - (1) a solid platform with rich mathematical/statistical functionality (2) having an easy to use, contemporary, programming environment which permits easy and flexible front end code development and (3) an easy to use interface between the two environments. In this artcile I am going to explain how such a balance can be attained by using two of the best products in their specific worlds - using the rich R library as the mathematical/statistical component but then interfacing with C# for the front end application design. As an interfacing option I banked on using R (D)COM which provides an easy to use interfacing method which keeps you away from spending hours identifying interfacing problems. The software required for this tutorial is the following: 1. R software ( download from here ) 2. R (D)COM In...
Comments