Results 1 to 5 of 5
- 01-26-2012, 11:16 AM #1
Member
- Join Date
- Jan 2012
- Location
- New Delhi
- Posts
- 3
- Rep Power
- 0
How to make Listener J2SE Application?
Hello everyone,
I'm new to this forum.
I have created a mobile application using j2me which sends data from mobile to PC (using bluetooth). Now i want to receive and display that data in my PC. So, there is two task:
1) when i enter text (onKeyListener) in Textfield or Textbox inside my application... text wil transfer to my PC and display in some editor like notepad n al.
2) I want to select PC menu icon using mobile.
So, for this application i need a listener application in PC. How would i do that.
Thanx..
- 01-26-2012, 12:59 PM #2
Re: How to make Listener J2SE Application?
Is this like a client-server app?
How do the devices use bluetooth? Is there an API or how do devices connect to one another?
- 01-27-2012, 06:29 AM #3
Member
- Join Date
- Jan 2012
- Location
- New Delhi
- Posts
- 3
- Rep Power
- 0
Re: How to make Listener J2SE Application?
yes Norm, u can consider it as a client server application. where client is my mobile and server is my PC. Now my mobile application is using (JSR-82 bluetooth API). Which connects mobile with PC. I'm sending data from mobile to PC. but to receive that data i need an J2SE application in my desktop PC. and then i need to display that data in any editor or command prompt etc.
- 01-27-2012, 01:22 PM #4
Re: How to make Listener J2SE Application?
I'm not familiar with the bluetooth API for java SE. You'll have to do that part yourself.
Once the java app gets the data, then displaying it shouldn't be hard.
- 01-27-2012, 05:15 PM #5
Re: How to make Listener J2SE Application?
One free Bluetooth implementation for Java SE that I've seen is BlueCove. Last I looked at it, it wasn't compatible with any and all BT hardware.
There are also commercial implementations -- search the net.
dbWhy do they call it rush hour when nothing moves? - Robin Williams
Similar Threads
-
Action-Listener with multiple Arguments? (Button Listener, specifically)
By Kevinw778 in forum AWT / SwingReplies: 2Last Post: 12-11-2011, 10:44 PM -
Mouse listener does not work through application layers
By Warmonger in forum AWT / SwingReplies: 12Last Post: 06-07-2011, 10:56 PM -
Need guidelines on creating LAN enabled J2SE Application With DB
By alok_sharma in forum NetworkingReplies: 3Last Post: 10-11-2010, 01:18 AM -
Make application restart itself
By Singing Boyo in forum New To JavaReplies: 1Last Post: 03-22-2009, 02:49 AM -
Java J2SE Bluetooth Application
By mark305 in forum New To JavaReplies: 1Last Post: 02-23-2009, 09:02 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks