I was honestly expecting much much more. Yahoo has talent, and YUI was the best library out there when it was new.
Yahoo’s Mojito is Now Open Source
11–20 of 38 posts
Re: Yahoo’s Mojito is Now Open Source
#12Re: Yahoo’s Mojito is Now Open Source
#13I was honestly expecting much much more. Yahoo has talent, and YUI was the best library out there when it was new.
Can you be more specific about what is missing?
Re: Yahoo’s Mojito is Now Open Source
#14Beyond trivial validations (not null, length check), most of interesting the business logic you run on the server assumes server resources. E.g. a chatty/optimized db connection, or a wire call to some backend service that the client can't make directly.
Maybe something magical about JavaScript/node.js will make "write once, run anymore" actually happen this time, but history isn't in its favor.
Don't get me wrong, it is nice, for some formatting, validation, etc. purposes. I just don't see server-side-only code going away anytime soon. (Which I'm sure is not what they're saying, I'm just musing here.)
Re: Yahoo’s Mojito is Now Open Source
#15Re: Yahoo’s Mojito is Now Open Source
#16http://webtoolkit.eu is for me the future of web development: let the framework handle all the plumbing. Mojito claims to blur the client/server boundary. With Wt, you don't see it anymore. If you're a web developer, really worth a try!
aside from being in c++, any other differences or reasons why one might choose this over GWT?
Re: Yahoo’s Mojito is Now Open Source
#17GWT has done the "run the same code on either client or server" for years now (2006) and, IMO, it's not a silver bullet. Beyond trivial validations (not null, length check), most of interesting the business logic you run on the server assumes server resources. E.g. a chatty/optimized db connection, or a wire call to some backend service that the client can't make directly. Maybe something magical about JavaScript/nod…
1: http://en.wikipedia.org/wiki/International_Securities_Identi...
Re: Yahoo’s Mojito is Now Open Source
#18Re: Yahoo’s Mojito is Now Open Source
#19Earlier quoted context omitted.
Can you be more specific about what is missing?
It's not about what is missing. It's about what is there. The monolithic web development 'MVC' platform thread is dead and gone. Mojito is a behind the curve also-ran, definitely not New Hotness.
Re: Yahoo’s Mojito is Now Open Source
#20http://webtoolkit.eu is for me the future of web development: let the framework handle all the plumbing. Mojito claims to blur the client/server boundary. With Wt, you don't see it anymore. If you're a web developer, really worth a try!
Sounds similar to GWT: https://developers.google.com/web-toolkit/ aside from being in c++, any other differences or reasons why one might choose this over GWT?