I'm currently working on a research project and need to connect to a bluetooth device from within a web based java applet. I need to know if this is even possible, if not I'll need to rethink my entire project!
You could use virtual serial port to emulate software COM port over physical Bluetooth connection. Then use the RXTXcomm library for reading/writing data.