<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/rss2full.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/itemcontent.css" type="text/css" media="screen"?><!-- generator="wordpress/2.1.2" --><rss 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/" version="2.0">

<channel>
	<title>JSR-82 : Java Bluetooth</title>
	<link>http://www.jsr82.com</link>
	<description>Articles, Tutorials and Discussion Forums about Java Bluetooth Programming and JSR-82 Bluetooth API</description>
	<pubDate>Wed, 31 Oct 2007 03:35:35 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1.2</generator>
	<language>en</language>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/jsr82" type="application/rss+xml" /><feedburner:emailServiceId xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">803826</feedburner:emailServiceId><feedburner:feedburnerHostname xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">http://www.feedburner.com</feedburner:feedburnerHostname><item>
		<title>JSR-82 Sample : SPP Server and Client</title>
		<link>http://www.jsr82.com/jsr-82-sample-spp-server-and-client/</link>
		<comments>http://www.jsr82.com/jsr-82-sample-spp-server-and-client/#comments</comments>
		<pubDate>Wed, 31 Oct 2007 02:57:30 +0000</pubDate>
		<dc:creator>Bruse</dc:creator>
		
		<category><![CDATA[Java]]></category>

		<category><![CDATA[Bluetooth]]></category>
<category>Bluetooth</category><category>Java</category><category>jsr 82tutorial</category><category>sample</category><category>Uncategorized</category>
		<guid isPermaLink="false">http://www.jsr82.com/jsr-82-sample-spp-server-and-client/</guid>
		<description><![CDATA[This article will teach you how to develop bluetooth server and client application and communicate each other using it. We will learn how to develop an SPP Server and an SPP client using JSR 82 API.
Bluetooth, Java, jsr 82tutorial, sample, Uncategorized]]></description>
			<content:encoded><![CDATA[<p>This article will teach you how to develop bluetooth server and client application and communicate each other using it. We will learn how to develop an SPP Server and an SPP client using JSR 82 API.<br />
 <a href="http://www.jsr82.com/jsr-82-sample-spp-server-and-client/#more-22" class="more-link">(more&#8230;)</a></p>
<a href="http://www.jsr82.com/tag/bluetooth" rel="tag">Bluetooth</a>, <a href="http://www.jsr82.com/tag/java" rel="tag">Java</a>, <a href="http://www.jsr82.com/tag/jsr-82tutorial" rel="tag">jsr 82tutorial</a>, <a href="http://www.jsr82.com/tag/sample" rel="tag">sample</a>, <a href="http://www.jsr82.com/tag/uncategorized" rel="tag">Uncategorized</a>]]></content:encoded>
			<wfw:commentRss>http://www.jsr82.com/jsr-82-sample-spp-server-and-client/feed/</wfw:commentRss>
		</item>
		<item>
		<title>JSR-82 Sample : Bluetooth Service Search</title>
		<link>http://www.jsr82.com/jsr-82-sample-bluetooth-service-search/</link>
		<comments>http://www.jsr82.com/jsr-82-sample-bluetooth-service-search/#comments</comments>
		<pubDate>Mon, 14 May 2007 02:16:25 +0000</pubDate>
		<dc:creator>Bruse</dc:creator>
		
		<category><![CDATA[Java]]></category>

		<category><![CDATA[Bluetooth]]></category>
<category>basics</category><category>Bluetooth</category><category>Java</category><category>jsr 82tutorial</category><category>sample</category>
		<guid isPermaLink="false">http://www.jsr82.com/jsr-82-sample-bluetooth-service-search/</guid>
		<description><![CDATA[In the last article we found how to search for other bluetooth devices. Here we look in to how search for a service on a particular bluetooth device. 
The following code sample shows you how to use the DiscoveryAgent to search for an OBEX Push bluetooth service. It first searches for all available Bluetooth Devices, [...]]]></description>
			<content:encoded><![CDATA[<p>In the last article we found how to <a href="http://www.jsr82.com/jsr-82-sample-device-discovery/">search for other bluetooth devices</a>. Here we look in to how search for a service on a particular bluetooth device. </p>
<p>The following code sample shows you how to use the DiscoveryAgent to search for an OBEX Push bluetooth service. It first searches for all available Bluetooth Devices, and prompts to select a device on which to search the OBEX Push Service. </p>
<p>For this sample to work, you need a JSR-82 Implmentation (Java Bluetooth Stack) like <a href="http://www.javabluetoothstack.com/electricblue.htm">ElectricBlue</a> or <a href="http://www.avelink.com/">aveLink</a> in the class path.<br />
 <a href="http://www.jsr82.com/jsr-82-sample-bluetooth-service-search/#more-21" class="more-link">(more&#8230;)</a></p>
<a href="http://www.jsr82.com/tag/basics" rel="tag">basics</a>, <a href="http://www.jsr82.com/tag/bluetooth" rel="tag">Bluetooth</a>, <a href="http://www.jsr82.com/tag/java" rel="tag">Java</a>, <a href="http://www.jsr82.com/tag/jsr-82tutorial" rel="tag">jsr 82tutorial</a>, <a href="http://www.jsr82.com/tag/sample" rel="tag">sample</a>]]></content:encoded>
			<wfw:commentRss>http://www.jsr82.com/jsr-82-sample-bluetooth-service-search/feed/</wfw:commentRss>
		</item>
		<item>
		<title>JSR-82 Sample : Device Discovery</title>
		<link>http://www.jsr82.com/jsr-82-sample-device-discovery/</link>
		<comments>http://www.jsr82.com/jsr-82-sample-device-discovery/#comments</comments>
		<pubDate>Thu, 26 Apr 2007 19:51:40 +0000</pubDate>
		<dc:creator>Bruse</dc:creator>
		
		<category><![CDATA[Java]]></category>

		<category><![CDATA[Bluetooth]]></category>
<category>Bluetooth</category><category>Java</category><category>jsr 82tutorial</category><category>sample</category>
		<guid isPermaLink="false">http://www.jsr82.com/jsr-82-sample-device-discovery/</guid>
		<description><![CDATA[This article provides Java sample codes to search for Bluetooth devices using a JSR-82 API. If you are new to JSR-82, we recommend you to read the JSR-82 Basics tutorial to get a basic idea Java and Bluetooth.
JSR-82 provides the class DiscoveryAgent for performing Device Discovery and Service Discovery. The LocalDevice class provides a factory [...]]]></description>
			<content:encoded><![CDATA[<p>This article provides Java sample codes to search for Bluetooth devices using a JSR-82 API. If you are new to JSR-82, we recommend you to read the <a href="http://www.jsr82.com/jsr-82-basics/">JSR-82 Basics tutorial</a> to get a basic idea Java and Bluetooth.</p>
<p>JSR-82 provides the class <strong>DiscoveryAgent</strong> for performing Device Discovery and Service Discovery. The LocalDevice class provides a factory method &#8216;getDiscoveryAgent&#8217; that returns a singleton instance of the DiscoveryAgent. This instance can then be used to discover other bluetooth devices and services.</p>
<p>The following code sample shows you how to use the DiscoveryAgent to discover other bluetooth devices. For this sample to work, you need a JSR-82 Implmentation (Java Bluetooth Stack) like <a href="http://www.javabluetoothstack.com/electricblue.htm">ElectricBlue</a> or <a href="http://www.avelink.com/">aveLink</a> in the classpath.</p>
<p> <a href="http://www.jsr82.com/jsr-82-sample-device-discovery/#more-20" class="more-link">(more&#8230;)</a></p>
<a href="http://www.jsr82.com/tag/bluetooth" rel="tag">Bluetooth</a>, <a href="http://www.jsr82.com/tag/java" rel="tag">Java</a>, <a href="http://www.jsr82.com/tag/jsr-82tutorial" rel="tag">jsr 82tutorial</a>, <a href="http://www.jsr82.com/tag/sample" rel="tag">sample</a>]]></content:encoded>
			<wfw:commentRss>http://www.jsr82.com/jsr-82-sample-device-discovery/feed/</wfw:commentRss>
		</item>
		<item>
		<title>JSR-82 Initialization : LocalDevice</title>
		<link>http://www.jsr82.com/jsr-82-initialization-localdevice/</link>
		<comments>http://www.jsr82.com/jsr-82-initialization-localdevice/#comments</comments>
		<pubDate>Sun, 08 Apr 2007 17:26:41 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
		
		<category><![CDATA[Bluetooth]]></category>
<category>basics</category><category>Bluetooth</category><category>jsr 82tutorial</category>
		<guid isPermaLink="false">http://www.jsr82.com/jsr-82-initialization-localdevice/</guid>
		<description><![CDATA[LocalDevice class can be considered as the basic entry point to the JSR-82 API. It is used to initialize the JSR-82 stack, and to control the local bluetooth settings. If you are new to JSR-82, check out the JSR-82 Basics tutorial before reading this. JSR 82 API can be broadly classified into the following sections.

a. [...]]]></description>
			<content:encoded><![CDATA[<p><strong>LocalDevice</strong> class can be considered as the basic entry point to the JSR-82 API. It is used to initialize the JSR-82 stack, and to control the local bluetooth settings. If you are new to JSR-82, check out the <a href="http://www.jsr82.com/jsr-82-basics/">JSR-82 Basics</a> tutorial before reading this. JSR 82 API can be broadly classified into the following sections.</p>
<ul>
<li>a. LocalDevice Settings Manipulation</li>
<li>Device Discovery</li>
<li>Service Discovery</li>
<li>Service Registration</li>
<li>L2CAP</li>
<li>SPP</li>
<li>GOEP</li>
<li>BCC</li>
</ul>
<p>Out of these sections ,the LocalDevice class provides the lowest level of access to the bluetooth stack. There is also another part that can more or less be counted among the lowest layers of JSR82 : the Bluetooth Control Center or the BCC. This part is implementation specific and has no standard APIs. Each vendor can expose their own required APIs which they think is appropriate for their JSR82 implementation. In this article we will look in to LocalDevice and how it can be used to manipulate the Local Bluetooth Device settings.<br />
 <a href="http://www.jsr82.com/jsr-82-initialization-localdevice/#more-19" class="more-link">(more&#8230;)</a></p>
<a href="http://www.jsr82.com/tag/basics" rel="tag">basics</a>, <a href="http://www.jsr82.com/tag/bluetooth" rel="tag">Bluetooth</a>, <a href="http://www.jsr82.com/tag/jsr-82tutorial" rel="tag">jsr 82tutorial</a>]]></content:encoded>
			<wfw:commentRss>http://www.jsr82.com/jsr-82-initialization-localdevice/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Simulating JABWT applications using JSR-82 Simulators</title>
		<link>http://www.jsr82.com/simulating-jabwt-applications-using-jsr-82-simulators/</link>
		<comments>http://www.jsr82.com/simulating-jabwt-applications-using-jsr-82-simulators/#comments</comments>
		<pubDate>Fri, 30 Mar 2007 16:17:56 +0000</pubDate>
		<dc:creator>Bruse</dc:creator>
		
		<category><![CDATA[Java]]></category>

		<category><![CDATA[Bluetooth]]></category>
<category>Bluetooth</category><category>Java</category><category>review</category><category>simulator</category><category>Uncategorized</category>
		<guid isPermaLink="false">http://www.jsr82.com/simulating-jabwt-applications-using-jsr-82-simulators/</guid>
		<description><![CDATA[Any one who is developing JSR-82 based application hopes for an easy JSR-82 simulator over which they can test their applications.Testing on actual devices can be very time consuming, and may not be feasible in every circumstances. JSR-82 simulators mimic the real Bluetooth environment, providing a way for the Java Bluetooth developers to test their [...]]]></description>
			<content:encoded><![CDATA[<p>Any one who is developing JSR-82 based application hopes for an easy JSR-82 simulator over which they can test their applications.Testing on actual devices can be very time consuming, and may not be feasible in every circumstances. JSR-82 simulators mimic the real Bluetooth environment, providing a way for the Java Bluetooth developers to test their JSR-82 based application effortlessly, without the need of the actual Bluetooth device.</p>
<p>The major JSR-82 simulators available today are <a href="http://java.sun.com/javame/downloads/index.jsp">Java Wireless Toolkit</a> from Sun, <a href="http://www.javabluetoothstack.com/bluesim.htm" title="BlueSim JSR-82 Simulator">BlueSim</a> from <a href="http://www.jsrsoft.com/">JSRSoft</a> and <a href="http://www.rococosoft.com/blue_simulator.html">Impronto</a> from Rococo. Java Wireless Toolkit is a simulator for a wide range of J2ME based API’s, and hence is the biggest to download, and the toughest to configure. It allows only J2ME based simulations, and is not platform independent. BlueSim and Impronto are both platform independent and supports J2SE and J2ME.</p>
<p>In this article we review <a href="http://www.javabluetoothstack.com/bluesim.htm">BlueSim</a> and list its important features, which any good JSR-82 simulators should provide. The features that BlueSim JSR-82 Simulator provides to a Java Bluetooth developer are given below. <a href="http://www.jsr82.com/simulating-jabwt-applications-using-jsr-82-simulators/#more-18" class="more-link">(more&#8230;)</a></p>
<a href="http://www.jsr82.com/tag/bluetooth" rel="tag">Bluetooth</a>, <a href="http://www.jsr82.com/tag/java" rel="tag">Java</a>, <a href="http://www.jsr82.com/tag/review" rel="tag">review</a>, <a href="http://www.jsr82.com/tag/simulator" rel="tag">simulator</a>, <a href="http://www.jsr82.com/tag/uncategorized" rel="tag">Uncategorized</a>]]></content:encoded>
			<wfw:commentRss>http://www.jsr82.com/simulating-jabwt-applications-using-jsr-82-simulators/feed/</wfw:commentRss>
		</item>
		<item>
		<title>JSR-82 Basics</title>
		<link>http://www.jsr82.com/jsr-82-basics/</link>
		<comments>http://www.jsr82.com/jsr-82-basics/#comments</comments>
		<pubDate>Thu, 29 Mar 2007 03:02:19 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
		
		<category><![CDATA[Java]]></category>

		<category><![CDATA[Bluetooth]]></category>
<category>basics</category><category>Bluetooth</category><category>Java</category><category>jsr 82tutorial</category>
		<guid isPermaLink="false">http://www.jsr82.com/jsr-82-basics/</guid>
		<description><![CDATA[This is the first part of the tutorial covering the basics of JSR-82.
What is JSR-82?
JSR-82 is a standard defined by the Java Community Process for providing a standard to develop Bluetooth applications in Java. It is an open and non-proprietary standard for developing Bluetooth applications.  The JSR-82 API hides the complexity of the Bluetooth [...]]]></description>
			<content:encoded><![CDATA[<p>This is the first part of the tutorial covering the basics of JSR-82.</p>
<p><strong>What is JSR-82?</strong></p>
<p>JSR-82 is a standard defined by the Java Community Process for providing a standard to develop Bluetooth applications in Java. It is an open and non-proprietary standard for developing Bluetooth applications.  The JSR-82 API hides the complexity of the Bluetooth protocol stack, by exposing a simple set of Java API&#8217;s. The JSR-82 specific can be downloaded from <a href="http://jcp.org/aboutJava/communityprocess/final/jsr082/index.html">here</a>.</p>
<p><strong>Pre-Requisites</strong></p>
<p>To develop a Bluetooth application in Java using the JSR-82, you need to have the following<br />
<div style="display:block;float:right;padding:2px;">
<script type="text/javascript"><!--
auctionads_ad_client = "9dbcdbbfb2f96bdb033a";
auctionads_ad_campaign = "8471c19a11f88e18f0e92714ed78626d";
auctionads_ad_width = "120";
auctionads_ad_height = "240";
auctionads_ad_kw =  "Bluetooth Dongle";
auctionads_color_border =  "FFFFFF";
auctionads_color_bg =  "FFFFFF";
auctionads_color_heading =  "66000f";
auctionads_color_text =  "000000";
auctionads_color_link =  "FFFFFF";
--></script>
<script type="text/javascript" src="http://ads.auctionads.com/pagead/show_ads.js">
</script>
</div></p>
<ol>
<li><u>JSR-82 Compliant Bluetooth Stack.</u></li>
<p>You need a JSR-82 Implementation to successfully develop and test a Java Bluetooth application. You either need to have a simulated enviorment like the <a href="http://java.sun.com/javame/downloads/index.jsp">Sun Java Wireless Toolkit</a>, or a real <a href="http://www.javabluetoothstack.com/">Java Bluetooth Stack</a> like <a href="http://www.javabluetoothstack.com/electricblue.htm" title="ElectricBlue Java Bluetooth Stack">ElectricBlue</a> or <a href="http://www.avelink.com/products/java_solutions/jsr-82.asp" title="aveLink">Avelink</a>. The simulator allows you to test the Bluetooth application in a simulated environment, with no access to real bluetooth device.<br />
 <a href="http://www.jsr82.com/jsr-82-basics/#more-17" class="more-link">(more&#8230;)</a></p>
<a href="http://www.jsr82.com/tag/basics" rel="tag">basics</a>, <a href="http://www.jsr82.com/tag/bluetooth" rel="tag">Bluetooth</a>, <a href="http://www.jsr82.com/tag/java" rel="tag">Java</a>, <a href="http://www.jsr82.com/tag/jsr-82tutorial" rel="tag">jsr 82tutorial</a>]]></content:encoded>
			<wfw:commentRss>http://www.jsr82.com/jsr-82-basics/feed/</wfw:commentRss>
		</item>
		<item>
		<title>15 Most Popular Phones with JSR-82 Bluetooth API</title>
		<link>http://www.jsr82.com/15-most-popular-phones-with-jsr-82-bluetooth-api/</link>
		<comments>http://www.jsr82.com/15-most-popular-phones-with-jsr-82-bluetooth-api/#comments</comments>
		<pubDate>Mon, 26 Mar 2007 19:09:07 +0000</pubDate>
		<dc:creator>Stuart</dc:creator>
		
		<category><![CDATA[general]]></category>

		<category><![CDATA[Bluetooth]]></category>
<category>Bluetooth</category><category>general</category><category>phones</category><category>review</category>
		<guid isPermaLink="false">http://www.jsr82.com/15-most-popular-phones-with-jsr-82-bluetooth-api/</guid>
		<description><![CDATA[As a Bluetooth Java developer which phone will you choose from the list of hundreds of available phones? There are many hundreds of phones to choose from, that comes with the Bluetooth and Java enabled on it. But for a Bluetooth Java developer, the most important requirement is the support of JSR-82 API.
Here we list [...]]]></description>
			<content:encoded><![CDATA[<p>As a Bluetooth Java developer which phone will you choose from the list of hundreds of available phones? There are many hundreds of phones to choose from, that comes with the Bluetooth and Java enabled on it. But for a Bluetooth Java developer, the most important requirement is the support of <strong>JSR-82 API</strong>.</p>
<p>Here we list the most popular 15 mobile phones that support the JSR-82 API, with the complete list of all the JSR&#8217;s that each phone supports.<br />
 <a href="http://www.jsr82.com/15-most-popular-phones-with-jsr-82-bluetooth-api/#more-13" class="more-link">(more&#8230;)</a></p>
<a href="http://www.jsr82.com/tag/bluetooth" rel="tag">Bluetooth</a>, <a href="http://www.jsr82.com/tag/general" rel="tag">general</a>, <a href="http://www.jsr82.com/tag/phones" rel="tag">phones</a>, <a href="http://www.jsr82.com/tag/review" rel="tag">review</a>]]></content:encoded>
			<wfw:commentRss>http://www.jsr82.com/15-most-popular-phones-with-jsr-82-bluetooth-api/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Bluetooth Basics</title>
		<link>http://www.jsr82.com/bluetooth-basics/</link>
		<comments>http://www.jsr82.com/bluetooth-basics/#comments</comments>
		<pubDate>Sun, 25 Mar 2007 15:14:53 +0000</pubDate>
		<dc:creator>Stuart</dc:creator>
		
		<category><![CDATA[Bluetooth]]></category>
<category>basics</category><category>Bluetooth</category>
		<guid isPermaLink="false">http://www.jsr82.com/bluetooth-basics/</guid>
		<description><![CDATA[What is Bluetooth?
Bluetooth is a wireless communications specification named after the 10th century Danish King Harald Blatland, or “Bluetooth”. King Harald united the separate kingdoms of Denmark and Norway. The Bluetooth specification is intended to “unite” separate personal computing devices such as laptops, PDAs, palmtops, cell phones and peripherals, like printers for example. In short, [...]]]></description>
			<content:encoded><![CDATA[<p><strong>What is Bluetooth?</strong></p>
<p><img src="//aycu04.webshots.com/image/13643/2004279937546219191_rs.jpg" alt="Bluetooth Earpiece" align="right" border="0" height="103" width="215" />Bluetooth is a wireless communications specification named after the 10th century Danish King Harald Blatland, or “Bluetooth”. King Harald united the separate kingdoms of Denmark and Norway. The Bluetooth specification is intended to “unite” separate personal computing devices such as laptops, PDAs, palmtops, cell phones and peripherals, like printers for example. In short, Bluetooth is wireless technology intended for short-range radio links to replace cables. Its primary features are voice and data capabilities, robustness, low complexity, low power and low cost.</p>
<p><strong>How Bluetooth Works</strong></p>
<p>In the world of Bluetooth wireless technology, there are no wires and virtually no limits. Bluetooth operates on a 2.4GHz band that’s available everywhere, so no license or subscription is necessary. Using adaptive frequency hopping (AFH), the signal “hops” to various frequencies to help ensure your signal is secure. Additionally, Bluetooth products use 128-bit encryption and a PIN code upon the first connection, giving you a secure connection every time.</p>
<p>Unlike other wireless technology, such as infrared, the devices you want to synchronize don’t have to be facing each other to make the connection. As long as two Bluetooth enabled devices are within a specified range of one another, the connection will be made. This means you can talk on a wireless headset with your mobile phone stashed in the other room, access data from your PC on your mobile phone, or wirelessly stream music from your iPod to your home stereo. The possibilities are truly endless!</p>
<p>Operating range for Bluetooth enabled devices depends on the class. Class 1 devices have a range of 100 meters (300 feet) and Class 2 devices have a range of 10 meters (30 feet). Class 2 devices are most commonly found in mobile devices.<br />
 <a href="http://www.jsr82.com/bluetooth-basics/#more-12" class="more-link">(more&#8230;)</a></p>
<a href="http://www.jsr82.com/tag/basics" rel="tag">basics</a>, <a href="http://www.jsr82.com/tag/bluetooth" rel="tag">Bluetooth</a>]]></content:encoded>
			<wfw:commentRss>http://www.jsr82.com/bluetooth-basics/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Java Bluetooth Forum</title>
		<link>http://www.jsr82.com/java-bluetooth-forum/</link>
		<comments>http://www.jsr82.com/java-bluetooth-forum/#comments</comments>
		<pubDate>Sat, 24 Mar 2007 17:53:44 +0000</pubDate>
		<dc:creator>Bruse</dc:creator>
		
		<category><![CDATA[general]]></category>
<category>announcements</category><category>general</category><category>welcome</category>
		<guid isPermaLink="false">http://www.jsr82.com/java-bluetooth-forum/</guid>
		<description><![CDATA[Java Bluetooth Forum is now up and running. Share and learn by participating in the discussions related to JSR-82 and Java Bluetooth Programming.
announcements, general, welcome]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.jsr82.com/forum" title="Java Bluetooth Forum">Java Bluetooth Forum</a> is now up and running. Share and learn by participating in the discussions related to JSR-82 and Java Bluetooth Programming.</p>
<a href="http://www.jsr82.com/tag/announcements" rel="tag">announcements</a>, <a href="http://www.jsr82.com/tag/general" rel="tag">general</a>, <a href="http://www.jsr82.com/tag/welcome" rel="tag">welcome</a>]]></content:encoded>
			<wfw:commentRss>http://www.jsr82.com/java-bluetooth-forum/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Welcoming all Java Bluetooth Developers</title>
		<link>http://www.jsr82.com/welcoming-all-java-bluetooth-developers/</link>
		<comments>http://www.jsr82.com/welcoming-all-java-bluetooth-developers/#comments</comments>
		<pubDate>Sat, 24 Mar 2007 16:11:17 +0000</pubDate>
		<dc:creator>Bruse</dc:creator>
		
		<category><![CDATA[general]]></category>
<category>about</category><category>Bluetooth</category><category>general</category><category>welcome</category>
		<guid isPermaLink="false">http://www.jsr82.com/welcoming-all-java-bluetooth-developers/</guid>
		<description><![CDATA[Good news for every Java Bluetooth developers. Here is a place where you can learn and share new tips and techniques about JSR-82 and Java Bluetooth Programming. Learn from the new articles that talks about various aspects about Java Bluetooth Programming, and JSR-82.
Come and discuss about Java and Bluetooth at the Java Bluetooth Forum. Share [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://aycu24.webshots.com/image/13823/2005908712482356111_rs.jpg" align="right" border="0" height="135" width="134" />Good news for every Java Bluetooth developers. Here is a place where you can learn and share new tips and techniques about JSR-82 and Java Bluetooth Programming. Learn from the new articles that talks about various aspects about Java Bluetooth Programming, and JSR-82.</p>
<p>Come and discuss about Java and Bluetooth at the <a href="http://www.jsr82.com/forum" title="Java Bluetooth Forum">Java Bluetooth Forum</a>. Share and learn more about JSR-82.</p>
<a href="http://www.jsr82.com/tag/about" rel="tag">about</a>, <a href="http://www.jsr82.com/tag/bluetooth" rel="tag">Bluetooth</a>, <a href="http://www.jsr82.com/tag/general" rel="tag">general</a>, <a href="http://www.jsr82.com/tag/welcome" rel="tag">welcome</a>]]></content:encoded>
			<wfw:commentRss>http://www.jsr82.com/welcoming-all-java-bluetooth-developers/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
