Java view technologies and frameworks: Difference between revisions

Content deleted Content added
replace wrong assertion of being HTML centric
Line 27:
==Servlet API==
 
The Servlet API is the foundation of almost all Java Web View technologies. Servlets provides the basic mechanism for writing Java [[Class (computer programming)|classes]] for web applications. Servlets can respond to HTTP requests, create cookies and maintain sessions.hey
 
==JavaServer Pages (JSP) ==