On Mon, Jun 18, 2012 at 03:44:07PM +0100, Alex Scotton wrote:
Can I suggest, KnockoutJS... as unless I've missed the point entirely, a MVVM framework would be perfect for your needs :)
That makes the user interaction, input checking and so on easy but makes virtually no difference to the job of getting data back and forth to the the server side code.
They basically say use json but that's just a way of encoding blobs of data really, not a way of sending it.
One still has to fire off data from one server side process to the client side and get it back in a different, effectively unconnected, server side process.