You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rave.apache.org by Chris Geer <ch...@cxtsoftware.com> on 2012/06/20 17:19:41 UTC

Container Initialization

I would like to add some callbacks to the Rave API so that implementers can
hook into the page container initialization sequence. My initial thought
was to have the following:

onProvidersInitialized
onWidgetsInitialized
onUIInitialized
onPageInitialized

Any concerns with this approach?

Chris

RE: Container Initialization

Posted by "Franklin, Matthew B." <mf...@mitre.org>.
>-----Original Message-----
>From: Chris Geer [mailto:chris@cxtsoftware.com]
>Sent: Wednesday, June 20, 2012 11:20 AM
>To: dev
>Subject: Container Initialization
>
>I would like to add some callbacks to the Rave API so that implementers can
>hook into the page container initialization sequence. My initial thought
>was to have the following:
>
>onProvidersInitialized
>onWidgetsInitialized
>onUIInitialized
>onPageInitialized

+1 

>
>Any concerns with this approach?
>
>Chris

RE: Container Initialization

Posted by "Carlucci, Tony" <ac...@mitre.org>.
+1

Tony

>-----Original Message-----
>From: Chris Geer [mailto:chris@cxtsoftware.com]
>Sent: Wednesday, June 20, 2012 11:20 AM
>To: dev
>Subject: Container Initialization
>
>I would like to add some callbacks to the Rave API so that implementers can
>hook into the page container initialization sequence. My initial thought
>was to have the following:
>
>onProvidersInitialized
>onWidgetsInitialized
>onUIInitialized
>onPageInitialized
>
>Any concerns with this approach?
>
>Chris