Tag Archives: LICS

PureMVC, LICS and Signals – A Frankenstein Framework?

What happens if you mix together PureMVC, Signals and LICS – is it for the good of the world or the ultimate evil?

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

What is LICS?

Somebody tweeted the other day that it wasn’t very clear what LICS does. I suppose I have written my last couple of blogs, assuming an intimate knowledge of PureMVC/multi-module Flash platform applications – which probably won’t be the case for … Continue reading

Posted in LICS, PureMVC | Tagged | Leave a comment

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