Adam,

By myfaces.ui, do you mean trinidadinternal.ui? Is there a reason for getting rid of it? Also, is there migration documentation? Ie, class X is gone, use class Y and Z.

Thanks,

Mark

Adam Winer wrote:
Mark,

It's not OK for anything in myfaces.trinidadinternal.renderkit to have
dependencies on code in myfaces.ui;  our goal is to kill all
code in myfaces.ui.

So, for example:

import org.apache.myfaces.trinidadinternal.ui.UIXRenderingContext;
import
org.apache.myfaces.trinidadinternal.ui.laf.simple.desktop.IconInputStreamProvider
;
import
org.apache.myfaces.trinidadinternal.ui.laf.simple.desktop.SimpleDesktopConstants
;
import org.apache.myfaces.trinidadinternal.uinode.FacesRenderingContext;

... are all off-limits.  (Looking through the patch, it looks as though
you've
added some other imports unnecessarily.)

-- Adam

------------------------------------------------------------------------

No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.5.432 / Virus Database: 268.15.9/573 - Release Date: 05/12/2006 4:07 
PM

Reply via email to