RSS Feed Email Feed

Archive for 'Architecture'

Modularization of Flex Applications – Conclusions

Hey guys,
I was in a Yakov Fain lecture about modularization of flex applications yesterday and it was great, the lecture was organized by Almog Koren, so Almog, Thanks!
As a matter of fact, I already saw this lecture on the internet, but this time I took notice of several new discoveries I wanted to share with [...]

Flex Linkage – Difference between RSL and External

In my last post about Working With Flex Library Projects, I’ve wrote about the importance of dividing your project into different libraries so you could share common elements between different applications or modules.
Today I wanna talk about the different types of linkage options you have when linking an external library project or swc to your [...]

Working With Flex Library Projects

Hello one and a half users !
Today’s topic is Flex Library Projects… and why should you be interested in using them..
Well, libraries have several use cases:

Reduce Download Time
You divide your code into logical library struture, for example:

CommonComponents Library
CoreArchitecture Library

Now lets say, several projects share the same common components,
if you compile the libraries as [...]

MVC – The Power Of Seperation

When I first started writing Flex applications, I had no idea about the MVC concept and it’s importance.
You see, I made a transition from the old HTML/ javascript/ ASP to the exciting world of RIA, and felt very confused when my applications got larger.
If you are a beginner, or don’t know about MVC, it is [...]