Java view technologies and frameworks: Difference between revisions

Content deleted Content added
No edit summary
m Reverted edits by 117.196.216.202 (talk) to last version by 87.236.135.138
Line 1:
Various Java [[Web]] [[Software framework|frameworks]] have appeared in recent years. Some of them are in [[Competition|direct competition]], while others are complementary technologies. It is therefore necessary to understand where exactly each technology/framework fits into the J2EE scheme of things. This page lists the [[Model–view–controller|View]] technologies. These are the frameworks which are used for defining the web pages and the server-side programs which handle the requests (clicks) generated by the web pages.
 
 
==At a glance==
Line 34:
==Servlet API==
* This is the foundation of almost all Java View technologies.
* It provides the basic framework for writing Java classes, called 'Servlets' that can respond to HTTP RRequests, create Cookies and maintain Sessions.
 
==JSP==
* Built on top of the Servlet API, JSP provides for a HTML centric Server [[Parallel programming model|programming model]].