Bluetooth « J2ME Wireless « Java Articles

Java Articles
1. Build Deploy
2. Class
3. Core Library
4. Data Types
5. Database JDBC
6. Design
7. Development
8. File Input Output
9. Graphics Desktop
10. J2EE Enterprise
11. J2ME Wireless
12. JVM
13. Language
14. Library Product
15. Network
16. Security
17. SOA Web Services
18. Test
19. Web Development
20. XML
Java
Java Tutorial
Java Source Code / Java Documentation
Java Open Source
Jar File Download
Java Products
Java by API
Photoshop Tutorial
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Articles » J2ME Wireless » Bluetooth 
1. Bluetooth boogies, Part 2: Creating the Bluetooth Music Store
"In this article, I'm going to demonstrate how to create a simple OBEX client application that can transfer a file to the server application. You'll also learn how to modify your OBEX client application into a Bluetooth Music Store. OBEX is a preferred method of sending and receiving files between two Bluetooth devices. (In the first article in this two-part series, I introduced the semantics of OBEX and explained how to create an OBEX server application.)"

2. Add a Bluetooth text protocol to J2ME apps
"To tie together disparate collections of devices from multiple manufacturers, you need a simple, flexible method of communication. Technologies such as Object Exchange (OBEX) deal with the transmission of binary data, which, while crucial for many Bluetooth applications, is not ideal for implementing simple message protocols. Also, you need to work with the concepts of device and service discovery, which are essential to building ad hoc peer-to-peer connections between devices. The btevents package provides an easy, repeatable technique to enable simple textual communication between Bluetooth devices."

ww__w.j__a___va___2___s._c___o_m___ | Contact Us
Copyright 2003 - 08 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.