Apache Struts 1: Difference between revisions

Content deleted Content added
Cydebot (talk | contribs)
The url was invalid.
Line 14:
| platform = [[Cross-platform]] ([[Java Virtual Machine|JVM]])
| license = [[Apache License]] 2.0
| website = {{URL|http://struts.apache.org/development/1.x/}}
}}
'''Apache Struts''' was an [[open-source]] [[web application framework]] for developing [[Java EE]] [[web application]]s. It uses and extends the [[Java Servlet]] [[application programming interface|API]] to encourage developers to adopt a [[model–view–controller]] (MVC) architecture. It was originally created by [[Craig McClanahan]] and donated to the [[Apache Foundation]] in May, 2000. Formerly located under the Apache [[Jakarta Project]] and known as '''Jakarta Struts''', it became a top-level Apache project in 2005.
Line 52:
 
== External links ==
* {{Official website|http://struts.apache.org/development/1.x/}}
{{Application frameworks}}
{{apache}}