Tomorrow's web development: What's the bearing?
Posted
by
pex
on Programmers
See other posts from Programmers
or by pex
Published on 2011-02-05T15:07:52Z
Indexed on
2011/02/05
15:32 UTC
Read the original article
Hit count: 368
I just read a wonderful article about headaches web developers have to live with nowadays. Several questions from that article busied me for some time as well. Now I am wondering whether I missed something, whether there are approaches other than Sproutcore or Cappucino to combine the eternal detached worlds of backend and frontend.
How to only write validations once? How to collect business logic in only one model?
Are we heading toward a combination of CouchDB Views, NodeJS and minimalistic client-side scripts including plenty of XHR requests? Or shall we follow the direction of handling everything except the database on client side? Is everything about JavaScript? I simply ask for approaches of setting up the next web application, for best practices and promising new technologies and frameworks.
© Programmers or respective owner