Java view technologies and frameworks: Difference between revisions

Content deleted Content added
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.f...offmadarchod
 
==JavaServer Pages (JSP) ==