Java view technologies and frameworks: Difference between revisions

Content deleted Content added
m Reverting possible vandalism by 122.177.101.2 to version by 193.240.114.29. False positive? Report it. Thanks, ClueBot NG. (2174729) (Bot)
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) ==