I realise that it is not as simple as just interfacing with the client application.
I am thinking I have 2 ways to solve the problem..... 1) javascript that can see if the image file exists and can then pass this image to a wicket form... 2) applet that can replaces the client application, that then can interact with wicket and can also populate a wicket form... Not sure if either of these solutions are possible... This has really got me stumped and has halted any work on my application. So any help or direction would be much appreciated. Jeff jsinger66 wrote: > > Hi > > I am developing a Wicket application that needs to interface with a client > side java application. The client app is a biometric application that > captures fingerprint images. It is non-graphical. > > What I need to do now, is show this fingerprint image within a wicket form > and capture other user information. The wicket app needs to 'monitor' the > java app to see when the fingerprint changes.. > > I have thought of writing the image to a file, and using an timer within > wicket to keep checking the file. > Or maybe JMX. > > Any help would be great.... > > Thanks in advance > Jeff > -- View this message in context: http://www.nabble.com/Interacting-with-Client-Side-java-application-tp21966411p22090369.html Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
