Java view technologies and frameworks: Difference between revisions

Content deleted Content added
Fixed link
No edit summary
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 Requests, create Cookies and maintain Sessions.R
 
==JSP==
* Built on top of the Servlet API, JSP provides for a HTML centric Server [[Parallel programming model|programming model]].