I had gone through many documents, no where mentioned how cairngorm framework works internally, means, how cairngorm Event, fron开发者_StackOverflow中文版tController, BusinessDelegate,ServiceLocator,C
Can cairngorm framework suites for developing mobile app开发者_开发问答lication using flex 4.5 ?
I need to read the URL that the browser shows when a Flex application is called because I would to reference it in a mxml configuring Cairngorm remote objects.
ok so I have a TitleWindow that I open up... and I have 6 states defined.I am using the Presentation model pattern for all of my views.I have discovered a frustrating nuance.When I tell my window to g
i use Cairngorm 2.2 with PresentationModel-Pattern, as i understood it (PresentationModel holds the view logic and dispatches CairngormEvents to trigger Commands).
Could tools like SWFAddress be used in some clever ways to alleviate an existing client-server architecture. I see possibilities to even introduce REST-like pattern mapping or something like that.
I\'m refactoring some Flex code written by another developer and I\'m implementing a PresentationModel approach, as I like to separate out the ActionS开发者_C百科cript from the MXML. One of the proble
According to Cairngorm arch开发者_如何学Goitecture, we always have a fault handler in every command class for each service.
I am trying to开发者_开发技巧 get an application to upload multiple client side generated images (not files, hence I can\'t use FileReference), while displaying the progress of the upload. This has pr
I\'m having a bit of problems with AuthLogic and current_user. I have a Flex4 application using the Cairngorm framework as the front-end, and Ruby On Rails as the back-end.