Java view technologies and frameworks: Difference between revisions

Content deleted Content added
Vsridhars (talk | contribs)
m Apache Tapestry: Removed a reference to an external training class and what would be taught in it.
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.123
 
==JavaServer Pages (JSP) ==