Flex components
As people are used to in different programming languages is putting everything in separate components or libraries. This is working fine for languages like Java since all libraries needed for your components are available for the server all the time. For Flex apps this is working different since everything needed for the flash file has to be compiled in the flash file, so if you create different swf files for your components it will add all elements you use in both of the swf files in both of them and that might cost you something on performance when using a slow connection.







