<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Reviving The Health Revolution &#187; Java</title>
	<atom:link href="http://healthblog.vitraag.com/topics/java/feed/" rel="self" type="application/rss+xml" />
	<link>http://healthblog.vitraag.com</link>
	<description>A view from inside the HealthVault</description>
	<lastBuildDate>Tue, 27 Jul 2010 18:12:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Enhanced HealthVault Java Library!</title>
		<link>http://healthblog.vitraag.com/2009/12/enhanced-healthvault-java-library/</link>
		<comments>http://healthblog.vitraag.com/2009/12/enhanced-healthvault-java-library/#comments</comments>
		<pubDate>Thu, 10 Dec 2009 03:54:23 +0000</pubDate>
		<dc:creator>vaibhavb</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://healthblog.vitraag.com/2009/12/enhanced-healthvault-java-library/</guid>
		<description><![CDATA[The first release (R1.0) of HealthVault Java Library has been very successful and is being extensively used by HealthVault partners. This library provides basic capabilities to authenticate and exchange XML with HealthVault platform.
Over last few months, thanks to Rob, Siddhartha &#38; Ali we have gained some momentum in developing this library. The current beta release [...]]]></description>
			<content:encoded><![CDATA[<p>The first release (<a href="http://healthvaultjavalib.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=35488">R1.0</a>) of <a href="http://healthvaultjavalib.codeplex.com/">HealthVault Java Library</a> has been very successful and is being extensively used by HealthVault partners. This library provides basic capabilities to authenticate and exchange XML with HealthVault platform.</p>
<p>Over last few months, thanks to Rob, Siddhartha &amp; Ali we have gained some momentum in developing this library. The current beta release (<a href="http://healthvaultjavalib.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=35562">JAXB integration</a>) includes beginnings of an object model for HealthVault methods and types.&#160; Kudos to Rob for some great work here.</p>
<p>If you are already using the community supported HealthVault Java Library, I would encourage you to<strong> try</strong>&#160; the new <a href="http://healthvaultjavalib.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=35562">JAXB Integration release</a>. It will be great to get your feedback before we make this work as our core development codebase. If you are new to working with HealthVault from Java please follow the <a href="http://healthvaultjavalib.codeplex.com/wikipage?title=Getting%20Started&amp;referringTitle=Home">getting started guide</a>.</p>
<p><strong>Looking forward to comments, feedback and contributions!</strong></p>
<p><a href="http://healthvaultjavalib.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=35562"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://healthblog.vitraag.com/wp-content/uploads/2009/12/image1.png" width="199" height="96" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://healthblog.vitraag.com/2009/12/enhanced-healthvault-java-library/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PutThings for OfflineAccess</title>
		<link>http://healthblog.vitraag.com/2008/08/putthings-for-offline-access/</link>
		<comments>http://healthblog.vitraag.com/2008/08/putthings-for-offline-access/#comments</comments>
		<pubDate>Wed, 20 Aug 2008 16:46:57 +0000</pubDate>
		<dc:creator>vaibhavb</dc:creator>
				<category><![CDATA[HealthVault]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[RubyOnRails]]></category>

		<guid isPermaLink="false">http://healthblog.vitraag.com/?p=40</guid>
		<description><![CDATA[Folks trying to talk through raw xml layer with HealthVault have asked this a few times &#8211; so i thought I&#8217;ll put it up here, thanks to Rob for digging the XML.
The key to do a PutThings for an application in offline mode is the following snippet in the auth-session:

11111111-1111-1111-1111-111111111111

An application with OfflineAccess is ready [...]]]></description>
			<content:encoded><![CDATA[<p>Folks trying to talk through raw xml layer with <a href="http://en.wikipedia.org/wiki/Microsoft_HealthVault" title="Microsoft HealthVault" rel="wikipedia" class="zem_slink">HealthVault</a> have asked this a few times &#8211; so i thought I&#8217;ll put it up here, thanks to Rob for digging the XML.</p>
<p>The key to do a PutThings for an application in offline mode is the following snippet in the auth-session:</p>
<pre name="code" class="html"><offline-person-info>
<offline-person-id>11111111-1111-1111-1111-111111111111</offline-person-id>
</offline-person-info></pre>
<p>An application with OfflineAccess is ready to publish data in a users record once it successfully does the CreateAuthenticateSession call. Here is a sample PutThings call:</p>
<pre name="code" class="html"><wc-request:request xmlns:wc-request="urn:com.microsoft.wc.request">
<auth>
<hmac-data algname="HMACSHA1">Ax4hxwu+7BAkrH62g8tUvjNzpEQ=</hmac-data>
</auth>
<header>
<method>PutThings</method>
<method-version>1</method-version>
<record-id>22210250-3d35-4170-bffa-514e12e7f925</record-id>
<auth-session>
<auth-token>ASAAAEJsFrdImoBPhEuDFRUObCKOvcbsicri3tSAaYRo+dQIg1Rsl9/Au7pM2YYfTdN2z0VlRnz4G5iCaSjXIFQGiG98qmaKy8IMt63b1FMahGKC13JVjpBA7LOAvKgpOkv7GJm7xrUlEyQWwSL39dzMTcuiyLB12hugNYIBB9r8pYOJhlLcD/Y0lEDHMTH+XbqZXSdF0SAoq60OWEXkPhTeaKrN8fNq</auth-token>
<offline-person-info><offline-person-id>11111111-1111-1111-1111-111111111111</offline-person-id>
</offline-person-info>
<language>en</language>
<country>US</country>
<msg-time>2008-08-13T00:24:58.126-07:00</msg-time>
<msg-ttl>60</msg-ttl>
<version>0.0.0.1</version>
<info-hash>
<hash-data algname="SHA1">v08Nd7MFCdO8aDwIOFJvU/0TpWw=</hash-data>
</info-hash>
</auth-session>
<info>
<thing>
<type-id>3d34d87e-7fc1-4153-800f-f56592cb0d17</type-id>
<data-xml>
<weight>
<when><date><y>2008</y><m>8</m><d>13</d></date><time><h>0</h><m>24</m><s>58</s></time></when><value><kg>777</kg><display units="lb" units-code="lb">777</display></value>
</weight>
<common></common>
</data-xml>
</thing>
</info>
</header>

</wc-request:request></pre>
<div style="margin-top: 10px; height: 15px;" class="zemanta-pixie"><a class="zemanta-pixie-a" href="http://reblog.zemanta.com/zemified/7b7dc416-c01b-4627-9d38-76d92da8418c/" title="Zemified by Zemanta"><img style="border: medium none ; float: right;" class="zemanta-pixie-img" src="http://img.zemanta.com/reblog_e.png?x-id=7b7dc416-c01b-4627-9d38-76d92da8418c" alt="Reblog this post [with Zemanta]"></a></div>
<p>Related Article: <a href="http://healthblog.vitraag.com/2008/06/curious-about-whats-under-the-healthvault-sdks-hood/"> Whats Under the hood of HealthVault SDK</a></p>
]]></content:encoded>
			<wfw:commentRss>http://healthblog.vitraag.com/2008/08/putthings-for-offline-access/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>HealthVault Opens Up!!!</title>
		<link>http://healthblog.vitraag.com/2008/02/healthvault-opens-up/</link>
		<comments>http://healthblog.vitraag.com/2008/02/healthvault-opens-up/#comments</comments>
		<pubDate>Wed, 20 Feb 2008 20:25:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HealthIT]]></category>
		<category><![CDATA[HealthVault]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://www.healthblog.vitraag.com/?p=17</guid>
		<description><![CDATA[As detailed by  Sean Nolan on FamilyHealthGuy &#8211; 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 [...]]]></description>
			<content:encoded><![CDATA[<p>As <a href="http://www.familyhealthguy.com/2008/02/opening-up-the-vault.html">detailed </a>by  Sean Nolan on FamilyHealthGuy &#8211; HealthVault now has</p>
<p>1. A Java wrapper library on available now on <a href="http://www.codeplex.com/HealthVaultJavaLib">codeplex</a> under <a href="http://www.opensource.org/licenses/ms-pl.html">Microsoft Public License</a>.<br />2. Complete .NET SDK Source tobe released in Spring 08 under <a href="http://www.microsoft.com/resources/sharedsource/licensingbasics/referencelicense.mspx">Microsoft Reference License.</a><br />3. Commited for <a href="http://www.microsoft.com/interop/osp/default.mspx">Open Specification Promise</a> process to be launched in Fall 08.</p>
<p>What this means is -</p>
<p>1. You can work with HealthVault using non Microsoft Technologies<br />2. You can refer to the .NET SDK if you want to develop a wrapper library to work with your technologies.<br />3. You can implement healthvault yourself!! &#8211; so no lock-in!<br />4. Transparent and Comminity driven &#8211; the process by which healthvault gets developed is transparent and open to participation by the community.</p>
]]></content:encoded>
			<wfw:commentRss>http://healthblog.vitraag.com/2008/02/healthvault-opens-up/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
