Apache Click: Difference between revisions

Content deleted Content added
m top: Typo fixing, replaced: a Apache → an Apache
No edit summary
Tags: Mobile edit Mobile app edit Android app edit
 
(5 intermediate revisions by 5 users not shown)
Line 1:
{{Short description|Oriented web application framework for Java}}
{{Cleanup bare URLs|date=September 2022}}
{{Infobox software
| name = Apache Click
Line 21 ⟶ 23:
It is a free and [[Open-source software|open-source]] project distributed under the [[Apache License|Apache license]] and runs on any [[JDK]] installation (1.5 or later).
 
Click was initially created by Malcolm Edgar as the click.sourceforce.net project in 2003. The project then graduated to an [[Apache Software Foundation|Apache]] top-level project in November 2009 with Bob Schellink. The project was [[Apache Attic|retired]] in May 2014.<ref>{{cite web|title=Apache Attic - Apache Attic|url=http://attic.apache.org/projects/click.html|accessdateaccess-date=17 June 2014}}</ref>
 
==Overview==
Line 40 ⟶ 42:
 
== Example ==
A [["Hello, World!" program|Hello World]] Click application, with four files:
 
; hello-world.htm
Line 124 ⟶ 126:
 
==See also==
*[[Comparison of server-side web frameworks|Comparison of web frameworks]]
 
==References==