SoFunction
Updated on 2025-04-14

The best MVC framework in Flex

The best MVC framework in Flex

Updated: October 13, 2008 23:56:26 Author:
I personally feel that the Mate framework is very suitable for developing general applications, which can improve development efficiency, save costs, and be easier to maintain. But it is not suitable if you want to make games or other programs with stronger control.
Mate framework download:
Download compiled library (SWC) version 0.7.3 - Flex 3     
Download compiled library (SWC) version 0.7.3 - Flex 2

Mate is a tag-based Flex MVC event-driven framework.
FLEX applications are driven by events. The Mate framework makes it easier to handle events generated by Flex programs.
The Mate framework allows you to define who comes to this event, whether you need to receive data from the server, or trigger the execution of other events.
In addition, Mate provides a convenient way to obtain the data they need through injection methods.
  • Flex
  • MVC
  • frame

Related Articles

  • Flex problem and solution to obtain transparent screenshots of png

    Recently, in the Flex project, you need to save screenshots with transparent backgrounds, and you need to use the PngEncoder class.
    2009-10-10
  • Flex loads Base64-encoded binary string pictures

    Flex loads Base64-encoded binary string image implementation code.
    2009-05-05
  • Flex CategoryAxis font style modification

    Flex programming attention to modifying the font style (size, color, bold italics, etc.)
    2009-07-07
  • flex security sandbox problem memorization

    When flash is to access resources (such as pictures, etc.), flex will prompt a security sandbox error!
    2011-05-05
  • Flex hides the properties of the component

    In Flex, we sometimes need to hide components, but we need to not occupy the original position. You can refer to the following method.
    2009-06-06
  • Flex object persistence

    People always ask me questions about Flex object serialization and persistence. Many people think that objects cannot be copied to the server. In fact, shallow copying can be done.
    2009-06-06
  • Flex TileList custom spacing and theme styles

    Friends who have used TileList may know that this component does not have a spacing setting between Item and Item. And theme has no way to set the style corner-radius to change the shape like linkbar.
    2009-06-06
  • Analysis of causes and solutions for flex debugging cannot start normally

    When debugging Flex programs, you often encounter situations where the progress is 57% and cannot be debugged. This article will introduce detailed solutions. Friends who need it can refer to it.
    2012-12-12
  • Flex interoperates with .NET Loading/transferring data using HttpService, URLReqeust, and URLLoader

    In the first two articles, we introduce the data interaction and communication knowledge between Flex and .NET WebService. This article will introduce another way to load data and initiate requests.
    2009-06-06
  • Flex and .NET Interoperate with FileReference+HttpHandler to implement file upload/download

    Flex and .NET Interoperate with FileReference+HttpHandler to implement file upload/download
    2009-06-06

Latest Comments