I have a huge problem.
I'm trying to create a modular JSF app, like the plugin system in liferay, but less complex.
My question is:
Can I load/unload dynamically a JAR file (module or plugin that will be used for my app) using JSF 2 and Glassfish?
Any suggestion? I need use JSF (without osgi or spring).
Thanks in advance...