MVC Pattern. Flex implementation of MVC

Loading...

Flash Player 9 (or above) is needed to view presentations.
We have detected that you do not have it on your computer. To install it, go here.

1 comments

Comments 1 - 1 of 1 previous next Post a comment

Post a comment
Embed Video
Edit your comment Cancel

1 Favorite

MVC Pattern. Flex implementation of MVC - Presentation Transcript

  1. MVC Pattern Flex implementation of MVC Anton Krasnoshchok
  2. Please t urn o ff your c ell p hones or set them to vibrate Thank y ou f or y our c ooperation
  3. UI, business logic and data
    • Business applications consist of user interface (UI), business logic, and data models.
    • When UI, business logic and data are collapsed into one object in rich users interface, it can lead to some of the following problems:
    • Difficult to use the data outside that object
    • Hard to change the UI, when UI and data are locked in the same object.
    • Hard to use multiple views of the same data.
    • Difficult to synchronize multiple view of the same data.
  4. MVC pattern
    • Model - View - Controller (MVC) is an architectural pattern used in software engineering.
    • The MVC pattern is most commonly used to create interfaces for software applications, and, as the name implies, consists of three elements:
    • Model: contains the application data and logic to manage the state of the application.
    • View: present the user interface.
    • Controller: Handles user inputs to change the state on the application.
  5. Comparison 3 -Tier with MVC
    • 3 -Tier architecture
    • MVC architecture
    PL BL DAL Model View Controller
    • View tells to controller handle user inputs
    • Controller changes model state
    • Model tells view to update itself
    • View reads state information from model and updates itself.
  6. Cairngorm Framework
  7. Cairngorm elements
    • Model Locator : Stores all of your application’s Value Objects (data) and shared variables, in one place
    • View : One or more Flex components (button, panel, combo box, Tile, etc) bundled together as a named unit, bound to data in the Model Locator, and generating custom Cairngorm Events based on user interaction (clicks, rollovers, drag-n-drop etc.)
    • Front Controller : Receives Cairngorm Events and maps them to Cairngorm Commands.
    • Command : Handles business logic, calls Cairngorm Delegates and/or other Commands, and updates the Value Objects and variables stored in the Model Locator
    • Delegate : Created by a Command, they instantiate remote procedure calls (HTTP, Web Services, etc) and hand the results back to that Command.
    • Service : Defines the remote procedure calls (HTTP, Web Services, etc) to connect to remote data stores.
  8.  
  9. Mate Framework Mate framework it is a tag-based, event-driven Flex framework. Benefits Highly decoupled Your classes do not extend from Mate Business logic is independent of framework Can be tested & reused Business logic decoupled from events Business logic decoupled from services Events are normal Flash events Can be reused
  10. Basic steps Typically, the basic steps to create a Mate project are: 1. Add the compiled framework code to your project (Mate.swc). 2. Create a file that will be the EventMap . 3. Include the event map in your main Application file. 4. Create a custom event. 5. Somewhere, dispatch that event. 6. Add EventHandlers in your event map that listen for the event type you dispatched. 7. Execute some actions inside the EventHandlers block (ie: call the server, store data, etc). 8. Repeat 4-7 for every event you need.
  11.  
  12. Summary The MVC pattern provides a clear framework for design. The separation of responsibilities among the model, view and controller elements allows easy substitution of elements without disruptions to the overall application. This lets us easily expand applications based on the MVC pattern to meet changing requirements.
  13. Last page
    • Any questions ?

+ Anton KrasnoshchokAnton Krasnoshchok, 2 years ago

custom

5532 views, 1 favs, 2 embeds more stats

This presentation will guide you through the MVC Pa more

More info about this document

© All Rights Reserved

Go to text version

  • Total Views 5532
    • 5471 on SlideShare
    • 61 from embeds
  • Comments 1
  • Favorites 1
  • Downloads 177
Most viewed embeds
  • 55 views on http://www.3wstudio.com.ar
  • 6 views on http://www.adobe4all.com

more

All embeds
  • 55 views on http://www.3wstudio.com.ar
  • 6 views on http://www.adobe4all.com

less

Flagged as inappropriate Flag as inappropriate
Flag as inappropriate

Select your reason for flagging this presentation as inappropriate. If needed, use the feedback form to let us know more details.

Cancel
File a copyright complaint
Having problems? Go to our helpdesk?

Categories