Monthly Archives: February 2010

Using Git With Flash Builder 4 Part 2

Introducing GitHub In the last part of this series I warned that your local Git repository was not backed up anywhere. This is definitely a very bad situation. In order to fix this you just need to create a copy/clone … Continue reading

Posted in Development | Tagged , , | 4 Comments

Using GIT with Flash Builder 4 Part 1

At this point I would normally install subversive as my built in IDE version control system. I wanted to start a new project and so I would normally start by creating a subversion repository for it. But this morning was different, I felt it was time to officially jump ship and use GIT for all new projects. Continue reading

Posted in Development | Tagged , | 11 Comments

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