Ok everyone, for  junior developers like meself, can you explain what a
listener is etc?

Sounds interesting but flying over my head at the moment...

;0)


----- Original Message ----- 
From: "Simon Horwith" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, September 05, 2003 10:17 AM
Subject: RE: [ cf-dev ] MVC issues


> BTW - there's an article coming out in the upcominging CFDJ all about
> architecting Flash Apps... the author is an old-school java developer who
> now codes exclusively in Flash and uses MVC and listeners a lot!
>
> ~Simon
>
> Simon Horwith
> CTO, Etrilogy Ltd.
> Member of Team Macromedia
> Macromedia Certified Instructor
> Certified Advanced ColdFusion MX Developer
> Certified Flash MX Developer
> CFDJList - List Administrator
> http://www.how2cf.com/
>
>
> -----Original Message-----
> From: Paul Johnston [mailto:[EMAIL PROTECTED]
> Sent: 05 September 2003 10:12
> To: [EMAIL PROTECTED]
> Subject: RE: [ cf-dev ] MVC issues
>
>
> > >So my question is, is it important to implement listeners?  For web
> > >only, then I'm thinking no, but if you are creating views
> > for Java, Web
> > >Services, Flash, then does a listener need to be
> > implemented, and if so
> > >how?
> >
> > CFDJ has quite a number of articles by Hal Helms I thinkon
> > MVC in its archives. I`m far from expert but from Flash
> > perspective can say listeners are very important where eg a
> > mainpanel.swf  is loaded first followed by (LoadMovieNum)
> > next menu.swf each with a menu button listening for an
> > onPress event. Means instead of a large single .file the
> > movie is broken down into smaller Flash movies using listeners.
>
> Good point!  So if you have a web app in CF, it's important to be able to
> implement some form of listener, so that Flash (the main controller) can
use
> the models and views of the MVC application. Although that listener
doesn't
> have to be implemented in the CF application itself, only the Flash
> movie...?
>
> Paul
>
>
>
> --
> ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/
>
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> For human help, e-mail: [EMAIL PROTECTED]
>
>
>
>
>
>
> -- 
> ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/
>
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> For human help, e-mail: [EMAIL PROTECTED]
>
>



-- 
** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For human help, e-mail: [EMAIL PROTECTED]

Reply via email to