Java Web Start 与嵌入式 Java Applet

问题描述:

我将部署我的 Java 游戏以向我的朋友展示它等等,但我在 Java Web Start 和小程序之间做出决定时遇到了麻烦.

I'm going to deploy my Java game to show it to my friends and whatnot, but I'm having trouble deciding between Java Web Start and applets.

在什么条件下一种优于另一种,有哪些优点/缺点?

Under what conditions is one preferable over another and what advantages/disadvantages are there?

如果您的游戏将消耗大量 cpu 和内存资源,我建议将其部署为 Java Web Start,因为小程序运行速度较慢.

If your game is going to consume a lot of cpu and memory resources I recommend deploying it as Java Web Start since applets run slower.

如果你有一些 java-javascript 交互,你'd 最好使用小程序

If you have some java-javascript interaction you'd better use applets

这里你可以找到一张表的优点/缺点

Here you can find a table with advantages/disadvantages