[Fling] Updated TypeResolver

Chris Allen mrchrisallen at gmail.com
Sun May 21 11:32:50 EDT 2006


On 5/19/06, Grant Davies <grant at bluetube.com> wrote:
>
> rock on dude, nice job, did you ever figure out that whole boolean isssue ?
>
Yep, I  sure did. Most of those problems were from using typeof
instead of instanceof in the wrong places and the ordering of these.
There was also the problem of me being a a dumb ass on occasion too.
;-) The unit test proved to be very useful to verify that all of the
types are being determined correctly.

> Let me know what you need me to work on next..

Well, I was thinking that it would be great to work on getting
AssetLoader to load via a configuration file (xml for example). So,
with this in mind, we can take the Spring approach and work on a
simple IoC setup. We will need a good class loader, another class that
reads the xml file and a basic ApplicationContext implementation. Luke
had made a start to this a while ago, I will be glad to share with you
his implementation. In fact I will just post it in SVN in another
section so you can see it on Monday morning. I would prefer to keep
the same syntax that Spring uses for these files. e.g. <beans><bean>
etc...

Other obvious things that need to be finished are the other Assets.
John is working on the Video/FLV asset and perhaps he can whip up the
LoadVars one as well. I will finish the AssetManager class on Monday.

Let me know your thoughts on all of this.

-Chris



More information about the Fling mailing list