[Seaside-dev] renderloop dependency on component

Julian Fitzell jfitzell at gmail.com
Mon Dec 1 19:28:32 UTC 2008


Thanks John, I'll think about this one.

On 11/30/08, John O'Keefe <wembley.instantiations at gmail.com> wrote:
> Julian -
>
> SeasideRenderLoopApp has immediate prerequisite SeasideComponentApp
> SeasideComponentApp is required due to referenced class WAComponent from
> WARenderLoopConfiguration>>#rootClasses
> SeasideComponentApp is required due to referenced class WADecoration from
> WARenderLoopConfiguration>>#rootDecorationClasses
> SeasideComponentApp is required due to referenced class WAAllPresenterGuide
> from WARenderLoopMain>>#start
> SeasideComponentApp is required due to referenced class
> WAInitialRequestVisitor from WARenderLoopMain>>#start
> SeasideComponentApp is required due to referenced class
> WAVisiblePresenterGuide from
> WARenderLoopContinuation>>#updateRoot:
> SeasideComponentApp is required due to referenced class WAUpdateRootVisitor
> from WARenderLoopContinuation>>#updateRoot:
> SeasideComponentApp is required due to referenced class
> WAVisiblePresenterGuide from
> WARenderLoopContinuation>>#updateUrl:
> SeasideComponentApp is required due to referenced class WAUpdateUrlVisitor
> from WARenderLoopContinuation>>#updateUrl:
> SeasideComponentApp is required due to referenced class WAAllPresenterGuide
> from WARenderLoopContinuation>>#updateStates:
> SeasideComponentApp is required due to referenced class
> WAUpdateStatesVisitor from
> WARenderLoopContinuation>>#updateStates:
> SeasideComponentApp is required due to referenced class WARenderingGuide
> from WARenderPhaseContinuation>>#newContext
>
> John O'Keefe [|], Principal Smalltalk Architect, Instantiations Inc.
>
>
>
> On Sat, Nov 29, 2008 at 5:03 PM, Julian Fitzell <jfitzell at gmail.com> wrote:
> >
> > Seaside-RenderLoop-jok.25.mcz
> > from Seaside 2.9 by John O'Keefe
> <john_okeefe at instantiations.com>
> > update dependencies -- Seaside-Component required
> >
> > John, what was causing the dependency? The intention, I think, is that
> > RenderLoop will only depend on WAPainter (or possibly on some extra
> > protocol) rather than on WAComponent.
> >
> > Julian
> > _______________________________________________
> > seaside-dev mailing list
> > seaside-dev at lists.squeakfoundation.org
> >
> http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev
> >
>
>
> _______________________________________________
> seaside-dev mailing list
> seaside-dev at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev
>
>


More information about the seaside-dev mailing list