SOA, unobtrusive JavaScript
- by csetzkorn
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