how to implement a "plugin system" in JSF?
Hi!
I would like to make a system with can be extended using JAR (or WAR?) plugins...I know how to do using Swing but I'm new in JSF and I have a lot of doubts, I'm trying to find something on the net, I know I can force the navigation to go to a specific page (I can put the entry page of every plugin in a database) but can I mix 2 war and connect one to another (like for example with an entry page from the first one to the second one)?
if not what can I do? Am I have to rethink the thing?
thanks a lot!!
Demetrio Filocamo

