Tag Archives: Actionscript

FOTB 2010 Source Material

Morning all. Just back from Flash on the Beach 2010. It was awesome and I will talk more about it later, but for now here are my slides and the full source code to accompany them. I hope somebody finds … Continue reading

Posted in Development, Robotlegs | Tagged , , , | 4 Comments

Using Services With LICS

Sometimes in modular applications you wish to make global services available to all of the modules that are loaded. A common way to approach this problem is to use the ServiceLocator pattern. This is an oft maligned pattern, but it … Continue reading

Posted in LICS, PureMVC | Tagged , , | Leave a comment

Introducing LICS

I am a long time user of PureMVC multicore, and have architected several multi-module applications. I have used the Pipes extension but I find that it a little too complex for my tastes. I wanted to develop an inter-core communication system that was more automatic and required less boilerplate for joining modules together. Enter LICS, the lightweight inter-core system. Continue reading

Posted in LICS, PureMVC | Tagged , , | 8 Comments