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

[560 byte] By [Demetrioa] at [2007-10-2 18:47:14]
# 1
Swing is a desktop tecnology.JSF is a Web tecnology.If the 2 Wars are deployed as two different web sites, then you can do navigation bettween them, like you do on Html.
pringia at 2007-7-13 20:09:52 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
But the 2nd war can't use services from the first war (like a plugin do), isn't it?thanksDemetrio Filocamo
Demetrioa at 2007-7-13 20:09:52 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 3
if the classes are on the class path can....
pringia at 2007-7-13 20:09:52 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...