Friday, March 6, 2009

Lecturer by Murali and Kannan

Hi..

Today in the morning session Mr.Murali and Mr. Kannan gave a good intro lecturer on getting started with Flex.

Those thing that i grabbed from them comes as follows:

  • First of all the output file formate of a flex project is .swf file and the files engaged in this project are .mxml and .as(Action script) files.
  • RIA history grows like this
      • Mainframe
      • Desktop computing
      • Web application
      • and now its RIA
  • Now web development jumped from flash to flex the reason behind this is...In flash scrips could be written but programming cannot be done.
  • So in those days designing and programming are considered to be different.
  • But now both got merged in flex so that programmers could design as well as program as web site.
  • Flex can be connected to any kind of backend such as MySQL,postSQl,oracle through java.
  • Its very simple to jump from java technology to flex by simply replacing the jsp part with flex component on the web server.
  • Cairngorm architecture looks like this:
    • flex store_dev
      • Assets
      • bin-debug
      • com
        • india
          • tpt
            • flex store
              • buissnesss
              • command
              • control
              • model
              • view
              • vo
  • here the buissness logic are written in command directory and the event handeling and event listening are written in control directory.
  • Cairngome
    • Methodology for breaking up ur application by logic functions
    • This is routinely referred to as MVC(Mode View and Control)
    • pieces of architecture
      • Model locator
      • view
      • front controller
      • command
      • delegate
      • service

These are the things that i have gathered from them. Some of the informatiion that i have got may be even wrong because i might have lost concentration at some time. So please feel free to correct me....

No comments:

Post a Comment