On 12/5/06, Mark Robinson <[EMAIL PROTECTED]> wrote:
Adam,
By myfaces.ui, do you mean trinidadinternal.ui?
Oops, yes.
Is there a reason for
getting rid of it? Also, is there migration documentation? Ie, class X
is gone, use class Y and Z.
It is ancient legacy code - based on UIX - that has to be
heavily adapted and twisted to work in a JSF environment.
It's slow, arcane, filled with obsolete code paths, etc., etc.
Getting rid of it is a major goal in Trinidad.
-- Adam
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
>