Stripes (framework)

Stripes
Original author(s)Tim Fennell
Initial release2005; 19 years ago (2005)
Stable release
1.6.0 / July 23, 2015; 9 years ago (2015-07-23)
Repository
Written inJava
Operating systemCross-platform
PlatformJava Virtual Machine
TypeWeb application framework
LicenseApache License 2.0
Websitestripesframework.atlassian.net/wiki/spaces/STRIPES/overview Edit this at Wikidata

Stripes is an open source web application framework based on the model–view–controller (MVC) pattern. It aims to be a lighter weight framework than Struts by using Java technologies such as annotations and generics that were introduced in Java 1.5, to achieve "convention over configuration". This emphasizes the idea that a set of simple conventions used throughout the framework reduce configuration overhead. In practice, this means that Stripe applications barely need any configuration files, thus reducing development and maintenance work. It has been dormant since 2016.