Futurescale, Inc. PureMVC Home

The PureMVC Framework Code at the Speed of Thought


Over 10 years of community discussion and knowledge are maintained here as a read-only archive.

New discussions should be taken up in issues on the appropriate projects at https://github.com/PureMVC

Show Posts

| * |

  Show Posts
Pages: [1]
1  Announcements and General Discussion / Architecture / RSL versioning on: July 12, 2010, 03:03:25
Hi all,

This question is not strictly related with PureMVC but I know that many experts are visiting this forum.

I would like to know if there are some techniques to allow versioning runtime shared library. Suppose i have a rsl library under name(mylib_v1) used across many applications that are online all the time. Suppose I found a bug in my rsl library and I would like to generate new version of this rsl swc under new name(mylib_v2) and only change it without recompiling my applications. How can I specify which version of library my applications should load?

Thanks in advance,
Adrian
2  Announcements and General Discussion / Architecture / SWFAddress and StateMachine on: November 25, 2009, 01:32:43
Hi all,

In my project I use StateMachine utility for managing my app's states. I would like to add deep linking functionality and here are my questions:

- How to use these 2 utils properly in PureMVC architecture? Create BrowserProxy and listen to SWFAddress events and update app state based on actual fragment?

-How about "internal" change? Listen for entering notifications for each state and apply fragment? Or first change url, and then change the state?

Thanks in advance
Pages: [1]