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  PureMVC Manifold / Multicore Version / Real World Examples of the Native JS port on: March 06, 2012, 10:29:01
I'd love to see any projects people are working on. I couldn't be more happy to see a PureMVC native javascript port. I've used it for a dozen flash projects and was sorely missing it on the js side of things.

Here's my first puremvc javascript app:
http://pagodabox.com/cloud-hosting-price

(Also used Grant Skinner's Easel.js, and spine.js)
2  PureMVC Manifold / Multicore Version / Re: Native Javascript port? on: January 31, 2012, 03:30:49
Sounds great thanks for the update!
3  PureMVC Manifold / Multicore Version / Re: Give us feedback on the native port's simple 'class inheritance' facility on: January 24, 2012, 12:54:27
extend would definitely be my preference, especially when you understand the context that puremvc is extending the class. The only danger is it could look like puremvc is extending itself nevertheless, my vote would be for extend.
4  PureMVC Manifold / Multicore Version / Re: Native Javascript port? on: January 24, 2012, 09:47:48
Extremely excited about the native javascript port. Looking forward to getting my hands on it.
5  PureMVC Manifold / Multicore Version / Re: Give us feedback on the native port's simple 'class inheritance' facility on: January 24, 2012, 09:36:21
define probably makes sense even though it's not a perfect fit. bless is kind of fun though probably not immediately clear what the purpose of the method is.

Actually I kind of like:
wake

Maybe a few others:
endow
extend
activate
activateMvcPowers :-)
Pages: [1]