<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments for Bluetooth Everywhere</title>
	<link>http://blog.javabluetooth.com</link>
	<description>The Best Wireless Blog, Anywhere</description>
	<pubDate>Thu, 29 Jul 2010 12:12:38 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>

	<item>
		<title>Comment on Printing with Bluetooth - Does Anybody Care? by Michael McLean</title>
		<link>http://blog.javabluetooth.com/2008/11/29/printing-with-bluetooth-does-anybody-care/#comment-17643</link>
		<author>Michael McLean</author>
		<pubDate>Thu, 15 Jul 2010 11:58:30 +0000</pubDate>
		<guid>http://blog.javabluetooth.com/2008/11/29/printing-with-bluetooth-does-anybody-care/#comment-17643</guid>
		<description>Hi Bruce, Printing with Bluetooth, does anybody care? Yes I do very much so. I am developing mobile apps in J2ME, yes I know, but I prefer to call it J2ME. I have made some progress and now I want to add printing, and exchange of reasonably small amounts of data, by both bluetooth and wifi. I have had a fairly close read of your book and found it to be hard going, but stuck at it and kept going over it a number of times. Now I think that I have a reasonable level of understanding. My prime objective is to be able to print from my midlet to a bluetooth printer.  I am currently trying to get the PiconetMIDlet in chapter 5 to work but it seems to have a number of mistakes in it, and this has made life difficult. I looked on your website for updated source code but it is the same as in the book. I would have really loved it if your book had a working example of how to print data from a midlet directly to a bluetooth enabled printer. I am surprised that this isn't a topic in hot demand.</description>
		<content:encoded><![CDATA[<p>Hi Bruce, Printing with Bluetooth, does anybody care? Yes I do very much so. I am developing mobile apps in J2ME, yes I know, but I prefer to call it J2ME. I have made some progress and now I want to add printing, and exchange of reasonably small amounts of data, by both bluetooth and wifi. I have had a fairly close read of your book and found it to be hard going, but stuck at it and kept going over it a number of times. Now I think that I have a reasonable level of understanding. My prime objective is to be able to print from my midlet to a bluetooth printer.  I am currently trying to get the PiconetMIDlet in chapter 5 to work but it seems to have a number of mistakes in it, and this has made life difficult. I looked on your website for updated source code but it is the same as in the book. I would have really loved it if your book had a working example of how to print data from a midlet directly to a bluetooth enabled printer. I am surprised that this isn&#8217;t a topic in hot demand.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Quick Question - Upcoming Java Card 3 article by Thomas</title>
		<link>http://blog.javabluetooth.com/2009/12/08/quick-question-upcoming-java-card-3-article/#comment-8452</link>
		<author>Thomas</author>
		<pubDate>Tue, 08 Dec 2009 08:31:25 +0000</pubDate>
		<guid>http://blog.javabluetooth.com/2009/12/08/quick-question-upcoming-java-card-3-article/#comment-8452</guid>
		<description>It would be good to know how developpers can get their hands in cards with JC 3.0 =)</description>
		<content:encoded><![CDATA[<p>It would be good to know how developpers can get their hands in cards with JC 3.0 =)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Let&#8217;s Talk About Java CDC One More Time&#8230; &#8230;native compiling for MIDP3 by Bruce Hopkins</title>
		<link>http://blog.javabluetooth.com/2009/11/29/lets-talk-about-java-cdc-one-more-time-native-compiling-for-midp3/#comment-7962</link>
		<author>Bruce Hopkins</author>
		<pubDate>Mon, 30 Nov 2009 21:44:13 +0000</pubDate>
		<guid>http://blog.javabluetooth.com/2009/11/29/lets-talk-about-java-cdc-one-more-time-native-compiling-for-midp3/#comment-7962</guid>
		<description>@NeA,

Hey, I agree with you agreeing with me. Native compiling MIDP 3.0 source to Andorid should be the easiest thing to do since they both use Java syntax. Sun had better do something quickly before Flash takes over as the best cross-platform solution for mobile devices.</description>
		<content:encoded><![CDATA[<p>@NeA,</p>
<p>Hey, I agree with you agreeing with me. Native compiling MIDP 3.0 source to Andorid should be the easiest thing to do since they both use Java syntax. Sun had better do something quickly before Flash takes over as the best cross-platform solution for mobile devices.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Let&#8217;s Talk About Java CDC One More Time&#8230; &#8230;native compiling for MIDP3 by Bruce Hopkins</title>
		<link>http://blog.javabluetooth.com/2009/11/29/lets-talk-about-java-cdc-one-more-time-native-compiling-for-midp3/#comment-7948</link>
		<author>Bruce Hopkins</author>
		<pubDate>Mon, 30 Nov 2009 17:38:09 +0000</pubDate>
		<guid>http://blog.javabluetooth.com/2009/11/29/lets-talk-about-java-cdc-one-more-time-native-compiling-for-midp3/#comment-7948</guid>
		<description>@Shawn,

Hey Shawn, nice to hear from you again. Thanks to Verizon, the Storm 2 will probably be a moderate success, although it's going to have an uphill battle against the iPhone because I've never seen a business person on the street with a Storm.

Now, to address your question specifically. Yes, the Blackberry OS has excellent support for Java CLDC and MIDP 2.1. It also has alot of support for a slew of JSRs which makes Blackberry a haven for Java ME developers. My concern is that RIM has no implementation for Java ME CDC, which is the middle-ground Java implementation between CLDC and Java SE. Java ME CDC *was* supposed to be a JVM platform for both high-end mobile phones and set-top boxes, but it never succeeded as a commercially available JVM platform for phones.</description>
		<content:encoded><![CDATA[<p>@Shawn,</p>
<p>Hey Shawn, nice to hear from you again. Thanks to Verizon, the Storm 2 will probably be a moderate success, although it&#8217;s going to have an uphill battle against the iPhone because I&#8217;ve never seen a business person on the street with a Storm.</p>
<p>Now, to address your question specifically. Yes, the Blackberry OS has excellent support for Java CLDC and MIDP 2.1. It also has alot of support for a slew of JSRs which makes Blackberry a haven for Java ME developers. My concern is that RIM has no implementation for Java ME CDC, which is the middle-ground Java implementation between CLDC and Java SE. Java ME CDC *was* supposed to be a JVM platform for both high-end mobile phones and set-top boxes, but it never succeeded as a commercially available JVM platform for phones.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Let&#8217;s Talk About Java CDC One More Time&#8230; &#8230;native compiling for MIDP3 by Bruce Hopkins</title>
		<link>http://blog.javabluetooth.com/2009/11/29/lets-talk-about-java-cdc-one-more-time-native-compiling-for-midp3/#comment-7944</link>
		<author>Bruce Hopkins</author>
		<pubDate>Mon, 30 Nov 2009 14:52:14 +0000</pubDate>
		<guid>http://blog.javabluetooth.com/2009/11/29/lets-talk-about-java-cdc-one-more-time-native-compiling-for-midp3/#comment-7944</guid>
		<description>@David,

Ugh. And I had such high hopes for the Titan platform, especially since it used OSGi. It looks like Sprint is committed WebOS, Android, and Blackberry. Thanks David!</description>
		<content:encoded><![CDATA[<p>@David,</p>
<p>Ugh. And I had such high hopes for the Titan platform, especially since it used OSGi. It looks like Sprint is committed WebOS, Android, and Blackberry. Thanks David!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Let&#8217;s Talk About Java CDC One More Time&#8230; &#8230;native compiling for MIDP3 by Ove Nordström</title>
		<link>http://blog.javabluetooth.com/2009/11/29/lets-talk-about-java-cdc-one-more-time-native-compiling-for-midp3/#comment-7930</link>
		<author>Ove Nordström</author>
		<pubDate>Mon, 30 Nov 2009 10:21:21 +0000</pubDate>
		<guid>http://blog.javabluetooth.com/2009/11/29/lets-talk-about-java-cdc-one-more-time-native-compiling-for-midp3/#comment-7930</guid>
		<description>and also Enable MIDP3.0 application code to natively compile to Maemo runtimes</description>
		<content:encoded><![CDATA[<p>and also Enable MIDP3.0 application code to natively compile to Maemo runtimes</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Let&#8217;s Talk About Java CDC One More Time&#8230; &#8230;native compiling for MIDP3 by NeA</title>
		<link>http://blog.javabluetooth.com/2009/11/29/lets-talk-about-java-cdc-one-more-time-native-compiling-for-midp3/#comment-7925</link>
		<author>NeA</author>
		<pubDate>Mon, 30 Nov 2009 08:43:39 +0000</pubDate>
		<guid>http://blog.javabluetooth.com/2009/11/29/lets-talk-about-java-cdc-one-more-time-native-compiling-for-midp3/#comment-7925</guid>
		<description>Hi

This is such an important post and should be made public to all and everybody because this is a very good point. I am watching CDC going down for years now without even really getting started. And now, with iPhone, Android und Palm on the market, which do not even support CLDC anymore the lifetime of MIDP overall seems to end, even with 3.0 not even really being there.

Nevertheless, your three points of basically cross-compilation seem OK but I do not totally agree with them. Of course, it would be nice to them being cross-compiled natively to the different phones, but that could be more complicated than trying to really get their space in their. For example, it would be nice to see 3.0 going directly into the Android SDK. But overall your are right, Sun definitely has to do something, has to get in there, the one way or another.</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>This is such an important post and should be made public to all and everybody because this is a very good point. I am watching CDC going down for years now without even really getting started. And now, with iPhone, Android und Palm on the market, which do not even support CLDC anymore the lifetime of MIDP overall seems to end, even with 3.0 not even really being there.</p>
<p>Nevertheless, your three points of basically cross-compilation seem OK but I do not totally agree with them. Of course, it would be nice to them being cross-compiled natively to the different phones, but that could be more complicated than trying to really get their space in their. For example, it would be nice to see 3.0 going directly into the Android SDK. But overall your are right, Sun definitely has to do something, has to get in there, the one way or another.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Let&#8217;s Talk About Java CDC One More Time&#8230; &#8230;native compiling for MIDP3 by Shawn</title>
		<link>http://blog.javabluetooth.com/2009/11/29/lets-talk-about-java-cdc-one-more-time-native-compiling-for-midp3/#comment-7917</link>
		<author>Shawn</author>
		<pubDate>Mon, 30 Nov 2009 04:34:08 +0000</pubDate>
		<guid>http://blog.javabluetooth.com/2009/11/29/lets-talk-about-java-cdc-one-more-time-native-compiling-for-midp3/#comment-7917</guid>
		<description>Hi Bruce,  You mentioned at #6 the Blackberry Storm2.  Why?  Is this based on MIDP3.0 support or JavaME in general.  If JavaME then I'm a bit confused as my understanding is Blackberry's all support Midlets and "BB Applications" which are really just CLDC apps with the BB UI and extended APIs, but still Java.

I'm currently working on a Storm2 deploying an app, and in the 5.0 JDE there is midlet support.  Just want to make sure I'm not going to get the rug pulled out of the project. :)

But your statements on ME I couldn't agree with you more about. Something needs to get going on JavaME with smartphones.  In mobile development warfare the ME world is kinda fighting with sticks and rocks compared to B1 and Stealth fighters everyone else has now.

-Shawn</description>
		<content:encoded><![CDATA[<p>Hi Bruce,  You mentioned at #6 the Blackberry Storm2.  Why?  Is this based on MIDP3.0 support or JavaME in general.  If JavaME then I&#8217;m a bit confused as my understanding is Blackberry&#8217;s all support Midlets and &#8220;BB Applications&#8221; which are really just CLDC apps with the BB UI and extended APIs, but still Java.</p>
<p>I&#8217;m currently working on a Storm2 deploying an app, and in the 5.0 JDE there is midlet support.  Just want to make sure I&#8217;m not going to get the rug pulled out of the project. :)</p>
<p>But your statements on ME I couldn&#8217;t agree with you more about. Something needs to get going on JavaME with smartphones.  In mobile development warfare the ME world is kinda fighting with sticks and rocks compared to B1 and Stealth fighters everyone else has now.</p>
<p>-Shawn</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Let&#8217;s Talk About Java CDC One More Time&#8230; &#8230;native compiling for MIDP3 by David Beers</title>
		<link>http://blog.javabluetooth.com/2009/11/29/lets-talk-about-java-cdc-one-more-time-native-compiling-for-midp3/#comment-7891</link>
		<author>David Beers</author>
		<pubDate>Sun, 29 Nov 2009 21:55:15 +0000</pubDate>
		<guid>http://blog.javabluetooth.com/2009/11/29/lets-talk-about-java-cdc-one-more-time-native-compiling-for-midp3/#comment-7891</guid>
		<description>Java ME CDC isn't even alive with the Sprint Titan Platform, which was quietly "disappeared" by Sprint just before their October developer conference.  Here's what the Sprint execs at the conference had to say when I asked about it: http://www.pikesoft.com/blog/index.php?itemid=258</description>
		<content:encoded><![CDATA[<p>Java ME CDC isn&#8217;t even alive with the Sprint Titan Platform, which was quietly &#8220;disappeared&#8221; by Sprint just before their October developer conference.  Here&#8217;s what the Sprint execs at the conference had to say when I asked about it: <a href="http://www.pikesoft.com/blog/index.php?itemid=258" rel="nofollow">http://www.pikesoft.com/blog/index.php?itemid=258</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Bluetooth Profile Tutorial - DUN (continued) by Car Bluetooth Kits</title>
		<link>http://blog.javabluetooth.com/2009/08/09/bluetooth-profile-tutorial-dun-continued/#comment-6355</link>
		<author>Car Bluetooth Kits</author>
		<pubDate>Tue, 13 Oct 2009 20:24:46 +0000</pubDate>
		<guid>http://blog.javabluetooth.com/2009/08/09/bluetooth-profile-tutorial-dun-continued/#comment-6355</guid>
		<description>Thank you so much for all your hard work on this post!  It is not easy getting thru all this, but your posts are helping!</description>
		<content:encoded><![CDATA[<p>Thank you so much for all your hard work on this post!  It is not easy getting thru all this, but your posts are helping!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Uh, What Happened to Java ME CDC on Smartphones? by Sansun</title>
		<link>http://blog.javabluetooth.com/2009/07/27/uh-what-happened-to-java-me-cdc-on-smartphones/#comment-6198</link>
		<author>Sansun</author>
		<pubDate>Mon, 05 Oct 2009 12:11:25 +0000</pubDate>
		<guid>http://blog.javabluetooth.com/2009/07/27/uh-what-happened-to-java-me-cdc-on-smartphones/#comment-6198</guid>
		<description>May be I am wrong, I never tried this, you can get a JVM for Palm Treo... Here is a link: http://jyoseph.com/palm-treo-ibm-jvm-download-and-other-tasty-abbreviations/</description>
		<content:encoded><![CDATA[<p>May be I am wrong, I never tried this, you can get a JVM for Palm Treo&#8230; Here is a link: <a href="http://jyoseph.com/palm-treo-ibm-jvm-download-and-other-tasty-abbreviations/" rel="nofollow">http://jyoseph.com/palm-treo-ibm-jvm-download-and-other-tasty-abbreviations/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Uh, What Happened to Java ME CDC on Smartphones? by Alex Kerr</title>
		<link>http://blog.javabluetooth.com/2009/07/27/uh-what-happened-to-java-me-cdc-on-smartphones/#comment-6181</link>
		<author>Alex Kerr</author>
		<pubDate>Sat, 03 Oct 2009 17:46:20 +0000</pubDate>
		<guid>http://blog.javabluetooth.com/2009/07/27/uh-what-happened-to-java-me-cdc-on-smartphones/#comment-6181</guid>
		<description>Slightly confused by this post! Nokia's N97 specs only include mention of J2ME/MIDP, there is no SE on there... http://www.forum.nokia.com/devices/N97

Secondly, although you make a fair point, in terms of sales those devices without J2ME are niche - the iPhone certainly is. They command very small market shares. Nokia outsells all the rest by a long, long way, and I am not aware of any Nokia handsets without J2ME/MIDP and a great set of JSRs, so I think things are still pretty good :)</description>
		<content:encoded><![CDATA[<p>Slightly confused by this post! Nokia&#8217;s N97 specs only include mention of J2ME/MIDP, there is no SE on there&#8230; <a href="http://www.forum.nokia.com/devices/N97" rel="nofollow">http://www.forum.nokia.com/devices/N97</a></p>
<p>Secondly, although you make a fair point, in terms of sales those devices without J2ME are niche - the iPhone certainly is. They command very small market shares. Nokia outsells all the rest by a long, long way, and I am not aware of any Nokia handsets without J2ME/MIDP and a great set of JSRs, so I think things are still pretty good :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ok, I used to hate the HTC Touch Diamond, but now&#8230; by Titan</title>
		<link>http://blog.javabluetooth.com/2009/01/05/ok-i-used-to-hate-the-htc-touch-diamond-but-now/#comment-5290</link>
		<author>Titan</author>
		<pubDate>Sat, 29 Aug 2009 21:49:22 +0000</pubDate>
		<guid>http://blog.javabluetooth.com/2009/01/05/ok-i-used-to-hate-the-htc-touch-diamond-but-now/#comment-5290</guid>
		<description>The iPhone is to be replaced soon.</description>
		<content:encoded><![CDATA[<p>The iPhone is to be replaced soon.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Uh, What Happened to Java ME CDC on Smartphones? by Christopher Price</title>
		<link>http://blog.javabluetooth.com/2009/07/27/uh-what-happened-to-java-me-cdc-on-smartphones/#comment-5176</link>
		<author>Christopher Price</author>
		<pubDate>Mon, 24 Aug 2009 07:46:52 +0000</pubDate>
		<guid>http://blog.javabluetooth.com/2009/07/27/uh-what-happened-to-java-me-cdc-on-smartphones/#comment-5176</guid>
		<description>The CDC platform lives on at Sprint. Sprint is poised to deploy it on all of their non-smartphones, as well as have a CDC runtime in their Android and Windows Mobile devices. Here's a taste of what's to come:

http://www.phonenews.com/instinct-hd-preview-sprint-titan-loaded-opera-mobile-deal-samsung-8760/

Unfortunately, it doesn't appear that other carriers have attached to CDC like Sprint has. But, with Verizon warming up to Java... there is potential for more widespread adoption.</description>
		<content:encoded><![CDATA[<p>The CDC platform lives on at Sprint. Sprint is poised to deploy it on all of their non-smartphones, as well as have a CDC runtime in their Android and Windows Mobile devices. Here&#8217;s a taste of what&#8217;s to come:</p>
<p><a href="http://www.phonenews.com/instinct-hd-preview-sprint-titan-loaded-opera-mobile-deal-samsung-8760/" rel="nofollow">http://www.phonenews.com/instinct-hd-preview-sprint-titan-loaded-opera-mobile-deal-samsung-8760/</a></p>
<p>Unfortunately, it doesn&#8217;t appear that other carriers have attached to CDC like Sprint has. But, with Verizon warming up to Java&#8230; there is potential for more widespread adoption.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Looking to Get Started in Java ME Development? by Bruce Hopkins</title>
		<link>http://blog.javabluetooth.com/2009/06/29/looking-to-get-started-in-java-me-development/#comment-3445</link>
		<author>Bruce Hopkins</author>
		<pubDate>Mon, 29 Jun 2009 15:59:31 +0000</pubDate>
		<guid>http://blog.javabluetooth.com/2009/06/29/looking-to-get-started-in-java-me-development/#comment-3445</guid>
		<description>Awesome, absolutely awesome...</description>
		<content:encoded><![CDATA[<p>Awesome, absolutely awesome&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Looking to Get Started in Java ME Development? by Sam Jones</title>
		<link>http://blog.javabluetooth.com/2009/06/29/looking-to-get-started-in-java-me-development/#comment-3444</link>
		<author>Sam Jones</author>
		<pubDate>Mon, 29 Jun 2009 15:57:27 +0000</pubDate>
		<guid>http://blog.javabluetooth.com/2009/06/29/looking-to-get-started-in-java-me-development/#comment-3444</guid>
		<description>Perfect timing; I just installed the software for those Sun SPOTs this weekend.</description>
		<content:encoded><![CDATA[<p>Perfect timing; I just installed the software for those Sun SPOTs this weekend.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Bluetooth 2.2/3.0 Technology Demonstration - 24Mb/s by Bruce Hopkins</title>
		<link>http://blog.javabluetooth.com/2009/02/01/bluetooth-2230-technology-demonstration-24mbs/#comment-3380</link>
		<author>Bruce Hopkins</author>
		<pubDate>Sat, 27 Jun 2009 17:45:33 +0000</pubDate>
		<guid>http://blog.javabluetooth.com/2009/02/01/bluetooth-2230-technology-demonstration-24mbs/#comment-3380</guid>
		<description>No, but nokia was working on some technology to wirelessly charge device. I don't have a link, but you can google for it for more info</description>
		<content:encoded><![CDATA[<p>No, but nokia was working on some technology to wirelessly charge device. I don&#8217;t have a link, but you can google for it for more info</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Bluetooth 2.2/3.0 Technology Demonstration - 24Mb/s by ujjawal</title>
		<link>http://blog.javabluetooth.com/2009/02/01/bluetooth-2230-technology-demonstration-24mbs/#comment-2938</link>
		<author>ujjawal</author>
		<pubDate>Tue, 16 Jun 2009 12:46:47 +0000</pubDate>
		<guid>http://blog.javabluetooth.com/2009/02/01/bluetooth-2230-technology-demonstration-24mbs/#comment-2938</guid>
		<description>Do you know any company use is creating or using bluetooth technology to charge electronic devices wirelessly?</description>
		<content:encoded><![CDATA[<p>Do you know any company use is creating or using bluetooth technology to charge electronic devices wirelessly?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JavaOne 2009 - Information Overload, But Still Worth It by Bruce Hopkins</title>
		<link>http://blog.javabluetooth.com/2009/06/08/javaone-2009-information-overload-but-still-worth-it/#comment-2749</link>
		<author>Bruce Hopkins</author>
		<pubDate>Wed, 10 Jun 2009 13:57:45 +0000</pubDate>
		<guid>http://blog.javabluetooth.com/2009/06/08/javaone-2009-information-overload-but-still-worth-it/#comment-2749</guid>
		<description>Aaron,

It was very nice to meet you and to get "immersed" into all things Java. Yeah, by the end of the year, we plan to have BlogRadio on a bunch of platforms. Stay tuned!</description>
		<content:encoded><![CDATA[<p>Aaron,</p>
<p>It was very nice to meet you and to get &#8220;immersed&#8221; into all things Java. Yeah, by the end of the year, we plan to have BlogRadio on a bunch of platforms. Stay tuned!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JavaOne 2009 - Information Overload, But Still Worth It by Aaron Houston</title>
		<link>http://blog.javabluetooth.com/2009/06/08/javaone-2009-information-overload-but-still-worth-it/#comment-2720</link>
		<author>Aaron Houston</author>
		<pubDate>Mon, 08 Jun 2009 23:36:19 +0000</pubDate>
		<guid>http://blog.javabluetooth.com/2009/06/08/javaone-2009-information-overload-but-still-worth-it/#comment-2720</guid>
		<description>Bruce! Very nice to have met you at JavaOne... Yes, JavaOne is very different than 8 years ago. I'm glad I could help you rediscover it. Thanks for showing your blogradio device... I want one.. pictures of you an the other Java Champions here: https://java-champions.dev.java.net  -- Aaron Houston - Community Programs Coordinator Sun Microsystems, Inc</description>
		<content:encoded><![CDATA[<p>Bruce! Very nice to have met you at JavaOne&#8230; Yes, JavaOne is very different than 8 years ago. I&#8217;m glad I could help you rediscover it. Thanks for showing your blogradio device&#8230; I want one.. pictures of you an the other Java Champions here: <a href="https://java-champions.dev.java.net" rel="nofollow">https://java-champions.dev.java.net</a>  &#8212; Aaron Houston - Community Programs Coordinator Sun Microsystems, Inc</p>
]]></content:encoded>
	</item>
</channel>
</rss>
