Content deleted Content added
No edit summary |
|||
Line 4:
A plethora of Java Web Frameworks have mushroomed in the recent years. Some of them are in direct competition, which others are complimentary technologies. It is therefore necessary to understand where exactly each technology/framework fits into the J2EE scheme of things. This page lists the "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.
==Competitors at a glance==
{| class="wikitable" border="1"
|-
! header 1
! header 2
! header 3
|-
| row 1, cell 1
| row 1, cell 2
| row 1, cell 3
|-
| row 2, cell 1
| row 2, cell 2
| row 2, cell 3
|}
==Servlet API==
|