focuzz

Results 4 comments of focuzz

As I see, models as they exist, can be usefulfor example as gateways for external api (xml or any other - not just rest) etc. So they are useful, but...

Hope this helps https://github.com/yahoo/mojito/pull/269 This just enables `Y.Model` to be passed into `ac.models[NAME]` this way: `Y.mojito.models[NAME] = Y.Base.create('pieModel', Y.Model, [], { }, { });`

Well, I can say that transparent routing support on server and client can be right thing. It can be implemented manually using Y.Router (with manual client-side route-to-action mapping) but it...

@Satyam @drewfish It seem like everybody can hack a little bit to get whatever he wants. I think it's not a problem to make some different samples with current (plain)...