SOA, unobtrusive JavaScript

Posted by csetzkorn on Stack Overflow See other posts from Stack Overflow or by csetzkorn
Published on 2010-03-09T08:09:53Z Indexed on 2010/03/09 8:21 UTC
Read the original article Hit count: 229

Filed under:
|
|

Hi,

Let us say I have a restful web service which can deal with DTOs in json format to perform a CRUD operation.

Let us also say I use jquery in an unobtrusive way to serialise my form at the frontend using:

JSON.stringify

What can I do to ensure that everything works even if JavaScript is switched off?

Thanks.

Best wishes,

Christian

© Stack Overflow or respective owner

Related posts about soa

Related posts about unobtrusive