关于浏览器应用程序:本机代码与带证书的 Applet

发布于 2024-09-01 19:19:39 字数 152 浏览 3 评论 0原文

我一直在阅读有关 chrome 的新本机客户端支持的信息,我想知道与使用证书编写 Java 小程序相比有哪些优点/缺点?

快速说明:具有安全证书的 Java 小程序可以在用户计算机上执行代码并“绕过”Java 安全管理器。

谢谢,

-hbt

I've been reading about the new native client support for chrome and I was wondering what are the advantages/disavantages compared to writing Java applet with a certificate?

Quick note: A java applet with a security certificate can execute code on the user machine and "by-pass" the Java Security Manager.

Thanks,

-hbt

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

知足的幸福 2024-09-08 19:19:39

本机客户端可以比作没有证书的 Java 小程序。区别在于速度(本机客户端更快)和可移植性(您需要多个版本的代码(x86、x64、arm))。剩下的就是有证书和没有证书的java小程序的区别了。

Native client can be compared to Java applet without a certificate. The difference is speed (native client is faster) and portability (you need several versions of your code (x86, x64, arm)). The rest is difference between java applet with and without a certificate.

合久必婚 2024-09-08 19:19:39

要问的问题:

  1. 您的目标浏览器是什么?只有铬吗?
  2. 您的目标设备是什么?台式机或 iPhone、RIM 等。在 iPhone 上,您无法运行小程序。
  3. 最终用户是否可以灵活地为浏览器安装 Java 插件?

Questions to ask:

  1. What browsers are you targetting? Only chrome?
  2. What devices are you targeting? Desktops or also iPhone, RIM etc. On iPhone you CANNOT run applets.
  3. Will the end users have a flexibility to install Java Plugin for the browser?
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文