简体   繁体   中英

how to run the applet on client side using jsp in server side

我正在使用客户端-服务器体系结构,我需要在客户端安装一个指纹设备,然后我需要在客户端使用服务器端运行一些应用程序以从客户端获取从客户端到服务器的指纹图像。我正在计划,例如applet是客户端,而jsp是服务器端。请帮帮我。

您的设计对我来说不错,但是您要面对的确切问题是什么。

From the Applet you need to call a servlet by using some API like Apache HttpClient.

http://hc.apache.org/httpclient-3.x/

You can then use the response of the Http call in your client (Applet).

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM