Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Java,我被要求将 jar 文件热加载到 ejb 服务器。
所以我的问题是(是的,我已经用谷歌搜索了!),Hot reload 的定义是什么?
它是热部署而不是 ejb 的热重载,这意味着更新 EJB 而无需停止和重新启动应用程序服务器。很少有应用服务器支持这几个不支持。您不必担心它,它的应用程序服务器提供它供您使用。
很少有应用程序服务器可以无缝地做到这一点,例如,在 weblogic 中,您只需将修改后的 jar 文件复制到您的应用程序目录中,更改就会立即发生。