Entries Tagged 'Open Source' ↓
April 2nd, 2008 — Open Source, Uncategorized
This post by John Lam, highlights the change of tide at Microsoft. The company is actively trying to court opensource, notable measures in this direction are:
Well, you might argue that these are tactical moves and not a strategy. I let that be dictated by time and persuasion ….
April 1st, 2008 — HealthVault, Open Source, RubyOnRails
My last post explained a little about challenges of OpenSSL to achieve the healthvault signing for opensource LAMP/R platforms. In this post i’m showing below an actual snippet for talking to the public methods of healthvault platform.
GetServiceDefinition
1
05a059c9-c309-46af-9b86-b06d42510550
en
US
2010-01-01T00:00:00Z
36000
0.0.0.1
Sean is starting a series detailing his adventure with healthvault .NET applcations. In the same spirit i’m going to build the ruby on rails application and library through a series of posts here. The application is live at http://openhealthvault.vitraag.com and the source code is in the SVN repository at http://svn.vitraag.com/openhealthvault.
Next part: Getting the Auth Token
March 25th, 2008 — Open Source, Python, RubyOnRails
This is my first post in an N-series indulgence in trying to evaluate HealthVault to work with Ruby On Rails or Pythons DJango. As you know we HealthVault released a Java library – and it works in a platform independant fashion on most of platforms. I will attempt to outline some of the challenges here lets starting with -
Step 1: Authentication & Authorization -
- Support for Crytography – RSA and Hash Method Authenticaion Code (SHA1/ SHA256)
- The Java library comes with Sun’s implementation of the above Java.Security. However in LAMP/R world the only respectable alterative is OpenSSL.
- While Java is everywhere but you might have to install your flavor of OpenSSL in addition to the web-framework. However having a robust framework makes rest of work easy.
- Exporting the private key from Windows generated pfx certificate to be used with one of the offerings.
- While in theory it should just work but their are some format issues which will need to be dealt with getting key material to be used with the above option.
I’m going to try the Step 1 with Python & OpenSSL and lets see where I go with it.
Next Part: Talking to the public methods of healthvault platform.
February 20th, 2008 — HealthIT, HealthVault, Java, Open Source
As detailed by Sean Nolan on FamilyHealthGuy – HealthVault now has
1. A Java wrapper library on available now on codeplex under Microsoft Public License.
2. Complete .NET SDK Source tobe released in Spring 08 under Microsoft Reference License.
3. Commited for Open Specification Promise process to be launched in Fall 08.
What this means is -
1. You can work with HealthVault using non Microsoft Technologies
2. You can refer to the .NET SDK if you want to develop a wrapper library to work with your technologies.
3. You can implement healthvault yourself!! – so no lock-in!
4. Transparent and Comminity driven – the process by which healthvault gets developed is transparent and open to participation by the community.