In a project i have to get data from a RFID reader and populate it in the webpage(a textbox).How can i implement it .I am using J2ee technology.The card reader is connected to my serial port
Regards
Elango
-
RFID Reader (1 messages)
- Posted by: elango maragatham
- Posted on: September 27 2005 23:40 EDT
Threaded Messages (1)
- JCA or.. by Jeryl Cook on October 05 2005 07:52 EDT
-
JCA or..[ Go to top ]
- Posted by: Jeryl Cook
- Posted on: October 05 2005 07:52 EDT
- in response to elango maragatham
keep it simple and make a prototype using servlets..J2EE specs don't support threads and reading from that reader u going to have have a thread i assume it is real time..
when it works .. u may want to use JCA , or wrap the RFID reader around a JMS client that communications to the app server.
Jeryl Cook