一个 jar 文件中有多个小程序,一页中有多个小程序?

发布于 2024-10-04 11:04:34 字数 221 浏览 1 评论 0原文

我最近开始开发小程序。

我想知道是否可以:

  1. 将多个小程序打包在一个 jar 文件中 如果是,我该怎么做? 如果不,为什么不呢? (即技术原因)

  2. 在同一页面上使用多个小程序 如果是,我如何在我的页面中引用存档中的特定小程序? 如果不,为什么不呢? (即技术原因)

对于上述任一情况,我是否需要注意任何问题?

I have recently started developing applets.

I want to know if it is possible to:

  1. package multiple applets in one jar file
    if yes, how do I do this ?
    if no, why not ? (i.e. technical reason)

  2. use multiple applets on the same page
    if yes, how do I reference a particular applet from an archive, in my page?
    if no, why not ? (i.e. technical reason)

Are there any gotchas I need to be aware of for either of the above?

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

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

发布评论

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

评论(1

音盲 2024-10-11 11:04:34
  1. 是的,您可以将许多小程序打包在一个 jar 中。只需包含 Applet 的所有类即可。
  2. 是的,您可以通过每次引用不同的类名来做到这一点。

请阅读此处了解 applet 标记的详细信息。

  1. Yes you can package many applets in one jar. Just include all the Applet's classes.
  2. Yes, you can do that by referencing a different class name each time.

Read here for the details of the applet tag.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文