How to change easily between ajax-based website and basic HTML website?
- by A.S al-shammari
Hi, I have a website ( based on JSP/Servlets ,using MVC pattern), and I want to support AJAX-based website and basic HTML-based website. website visitors should be able to change the surfing mode from Ajax to basic HTML and vise versa, - as it applies in Google-mail.
The Questions :
What is the best way to achieve this goal easily?
Should I design two views for each page?
I use JQuery and JSON as the result of this answer.