应用程序和小程序的全局价值
对于桌面应用程序,为了维护全局值,我通常有一些单例或静态属性。不过,最近几天,我一直在使用小程序。这会引起一些麻烦,因为当我在 Firefox 的不同选项卡中打开应用程序时,小程序会在同一个 JVM 中启动并共享相同的静态内容。
我想知道在这种情况下你是如何管理全球价值观的?
With desktop applications, to maintain global values, I usually have some singleton or static properties. However, recent days, I have been working with applet. And it causes some trouble because when I we open the application in different tabs of Firefox, the applets are launched in the same JVM and share the sames static things.
I wonder how you do manage global values in this case?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
对于在 下一代 Java 插件技术 JRE 中运行的小程序,它是简单的。
For applets running in a Next Generation Java Plug-in Technology JRE, it is easy.