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.
我有一个大问题。
我正在尝试创建一个模块化的 JSF 应用程序,就像 liferay 中的插件系统,但不太复杂。
我的问题是:
我可以使用 JSF 2 和 Glassfish 动态加载/卸载 JAR 文件(将用于我的应用程序的模块或插件)吗?
有什么建议吗?我需要使用 JSF(没有 osgi 或 spring)。
提前致谢...