I developed an application that is fully based on SJAX (synchronous jax). I am sending data thru POST-SJAX instead of form submit. My idea is not to refresh the browser.
The advantage of this method is:
- Number of HTTP request is reduced.
- Number of DB calls will be reduced.
- No need to repopulate data when the page refreshes.
All I want to know is this idea works effective?