Linked by Thom Holwerda on Mon 11th Jun 2012 00:38 UTC, submitted by judgen
Thread beginning with comment 521818
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
Features
Linked by Thom Holwerda on 05/20/13 11:29 UTC
Linked by Thom Holwerda on 05/18/13 21:33 UTC
Linked by David Adams on 05/16/13 4:23 UTC
Linked by Thom Holwerda on 05/11/13 21:41 UTC
Linked by Thom Holwerda on 05/08/13 14:22 UTC
Linked by Thom Holwerda on 05/02/13 15:28 UTC
Linked by Thom Holwerda on 04/29/13 21:06 UTC
Linked by Thom Holwerda on 04/24/13 22:24 UTC
Linked by Thom Holwerda on 04/18/13 11:21 UTC
Linked by Thom Holwerda on 04/16/13 9:29 UTC
More Features »
Sponsored Links



Member since:
2006-01-25
Well maybe I went a bit too far with that... I should have said "Not all of them". A combination of backbone.js or knockout.js with jquery on the client side can handle the UI and all the business logic - all you need on the server side is a data layer. There are other ways to do the same thing, ASP.NET has Atlas for example.
I wasn't really trying to say that this was the only way to do it, rather that server side generated UI code isn't the only way either. Web development does not necessarily involve server side complexities created by the UI code. The backend of a backbone/jquery web app is generally nothing more than a thin REST web service for fetching and retrieving your data. The nice part is you don't have to care much what the server side is (ASP.NET, python, Ruby, whatever) - it doesn't much matter.