Content deleted Content added
m Added Spark Framework. |
|||
Line 78:
* Blending the two allows for a consistent [[look and feel]] for all [[web page]]s.
* '''Competitor''': Tiles
==Spark==
* [[Spark (software) | Spark ]] is a micro web framework built around a simple routing system
* It runs on an embedded [[Jetty (web server)|Jetty]] web server by default, but can be configured to run on other webservers.
* It supports three different templates engines: [[Apache Velocity | Velocity]], [[FreeMarker]] and [[Mustache (template_system) | Mustache]]
* It aims to facilitate rapid development, and does not make use of annotations or proprietary solutions.
<!-- formatting; please do not remove until some more text lines are added to compensate spacing -->
Line 94 ⟶ 101:
* [http://tapestry.apache.org/ Tapestry Home Page]
* [http://www.hybridjava.com/ HybridJava Home Page]
* [http://sparkjava.com/ Spark Home Page]
[[Category:Java programming language]]
|