Content deleted Content added
Added short description, #suggestededit-add-desc 1.0 Tags: Mobile edit Mobile app edit Android app edit |
|||
(One intermediate revision by one other user not shown) | |||
Line 1:
{{Short description|Programming language and libraries}}
'''Java view technologies and frameworks''' are [[web-based]] [[software libraries]] that provide the [[user interface]], or "[[Model–view–controller|view-layer]]", of [[Java (programming language)|Java]] [[web application]]s. Such [[application framework]]s are used for defining [[web page]]s and handling the [[HTTP]] [[List of HTTP header fields#Requests|requests]] (clicks) generated by those web pages. As a sub-category of [[web framework]]s, view-layer frameworks often overlap to varying degrees with web frameworks that provide other functionality for Java web applications.
Line 8:
|-
! Action-based frameworks:
| [[
|-
! Component-based frameworks:
Line 38:
==Apache Struts==
{{main |Apache Struts
* Struts provides for a [[coupling (computer programming)|decoupling]] of the Controller and the View.
|