I am interested in creating a Silverlight application. One of my requirements is to communicate with peripheral devices connected to the clients. What is the best way to meet this requirement. I would like to stay away from ActiveX and use possibly Java. Writing a Silverlight application using Java to communicate with the client peripheral devices is the direction that I'm heading in.
I would like other developers feedback on their thoughts. Is it difficult to communicate between Java and Silverlight? I believe that Silverlight is limited to the browser sandbox for obvious reasons.
Any insight would be greatly appreciated.