Tuesday, March 17, 2009

RIA widget library

The reason the familiarity of flex over other web designing tools is that, it was the first tool to compile swf file from code. Customized components can be created and flex can be mastered easily.
Some of the useful tips that i have gathered from kumaran to master flex are as follows:
  • Don't use IDE, because IDE is for Rapid Application Development, so it will not be use for a learner. To learn one must first boycott the syntax and the class names.
  • Debug, learning to debug without the help of a IDE debugger will improve your knowledge
  • Store/ retrieve data try working with database make it more interactive
  • learn xml
  • built and execute lot of sample programs
  • master MVC
  • Differentiate component and container architecture 
  • Become strong in basic widgets
  • learn to integrate search engines to your application
  • master oops
  • test your project in different browser
  • cookies and session ID and threading
  • Customize your components in RIA+J2EE+web services

No comments:

Post a Comment