Hi, I think you should look at this ppt -
http://www.slideshare.net/stanconstan/flex-framework-presentation-ppt Flex framework is called a "framework" because it helps you to understand things in a more abstract way, you can solve a complex problem using a framework without really caring about the details of how it got solved inside the framework, in other words the framework would help you to achieve the solution to a complex problem in an easier way by hiding the details about the internals of the framework, u would interact with it using its API, read this http://en.wikipedia.org/wiki/Software_framework Flex essentially is a collection of libraries or components so to speak to make your life easy. Frameworks like Mate, Cairngorm etc are ways or designing your application, these frameworks usually follow or are inspired from design patters like MVC etc. you use the design pattern based frameworks (cairngorm, Mate etc) on the top of flex framework, MVC for example helps you to abstract out MVC (Model View Controller) logic, thus making your life easy by streamlining your "design your flex application in a good way" problem. Hope this helps. Saurabh www.saurabhnarula.com On Mon, Mar 15, 2010 at 6:28 PM, Sandy <[email protected]> wrote: > Hi, > I started using flex recently and now I 'm able to develop > applications in flex. I came to know that there are some frameworks in > flex.And When I browsed for details, I always find information related > to comparision of various frameworks. But I 'm not able to find any > info, what a flex framework means and what is the use of it. > > Regards, > Sandeep. > > -- > You received this message because you are subscribed to the Google Groups > "Flex India Community" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<flex_india%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/flex_india?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/flex_india?hl=en.

