java - Is RESTful webservices with Ajax ,Json,javascript and jquery alternative of JSP? -


i have perception there no or less need of jsp if use restful ajax call , json.

  1. we can update views using javascript or jquery.
  2. do need jsp in case?
  3. i using jsp session management only.

do need jsp session management in case?

you don't need jsps have httpsession, if manage rest services servlets or spring mvc. so, answer question, no.

however, template framework jsp or freemarker still useful in case want use tags resolved on server.


Comments

Popular posts from this blog

c# - How to get the current UAC mode -

postgresql - Lazarus + Postgres: incomplete startup packet -

javascript - Ajax jqXHR.status==0 fix error -