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 / Getting Started / Re: Courseware? on: July 10, 2008, 09:27:51
See this post:
http://forums.puremvc.org/index.php?topic=263.msg990#msg990

The EmployeeAdmin example is (I think) the courseware example.
2  Announcements and General Discussion / Getting Started / Re: Starting with PureMVC on: July 10, 2008, 09:25:08
Hi,

It looks like you're on the right track! :)  The registerCommand() function calls take the command string and the name of the command.  So in the case of ApplicationFacade.as from the best practices guide, there needs to be three command classes: StartupCommand, LoginCommand, and GetPrefsCommand.  You would create these in your controller(s) directory.

There are a few helpful demo applications that you might want to look at: Application Skeleton (AppSkeleton) is nice for showing how to setup directories & files.  EmployeeAdmin is from the courseware (I think) that is often mentioned around here.  That's a really helpful example for showing how everything works together.
3  Announcements and General Discussion / Architecture / Re: Questions about Indexcards example and registering proxies on: July 08, 2008, 03:07:50
Just wondering if there was a reply to this post...?
4  Announcements and General Discussion / Architecture / Re: Proxy design question on: July 03, 2008, 08:27:55
OK - makes sense - thanks!
5  Announcements and General Discussion / Architecture / Re: Proxy design question on: July 02, 2008, 02:55:53
Why is #2 the better option?  Is there a justification for that choice in terms of the PureMVC Implementation Idioms & Best Practices doc?  I like #2 (it's aesthetically pleasing to me), however, since I'm trying to learn PureMVC, I'm wondering if there is more to this decision...?

Anna
Pages: [1]