I wanna build a web-application for medics. To improve the useabillity it would be great to have a interface to the medic-information-systems on the client (a stand-alone application that's installed on the clients pc / desktop application).
Right now the only way I can imagine would be a drag & drop interface via certified java applet. So the User can drag information-containers in and out of the web-application.
But this solutions comes with severall problems. Drag & Drop can by anoying if you have to do it a thousend times per day. Either the users permission is needed to enable the java applet to interface with the client environment.
So, my question is: How to interface between Web-Application and Client-Application? or in addition to that: How to interface the elegant way?
On Answer No.1 I know that's state of the art to develop a RIA, but when I have a CRM for example it should be possible to import basic data. In this case I wanna import data at the time I use it, instead of a complete import via file upload.
Thanks!