El viernes, 8 agos, 2003, a las 18:12 Europe/Madrid, Weaver, Scott escribi�:
I think the portlet name has to only be unique within individual portlet applications. That may have changed though.
I'm not sure I'm following the discussion. Just a comment on class uniqueness and class name:
Different portlet applications are in different .war files, thus they have (per the Servlet spec) different classloaders.
Caveat: two java classes (per the JVM spec) are different if they have the same qualified class name *and* the same classloader. This can be a real mess for the portlet cache (two classes with the same name can really be different classes).
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
