src: cdn.springtutorials.com
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.
Video Stripes (framework)
Features
- Action based MVC framework
- No configuration files
- POJOs
- Annotations replace XML configuration files
- Flexible and simple parameter binding
- Search engine friendly URLs
- Runs in J2EE web container
- JUnit integration
- Easy internationalization
- Wizard support
- JSP layouts
- JSP or freemarker templates as View
- Spring integration
- JPA support
- AJAX support
- Fileupload support
- Compatible with Google App Engine
- Open-source
- Lightweight
Maps Stripes (framework)
Example
A Hello World Stripes application, with just two files:
- HelloAction.java
- HelloWorld.jsp
No additional configuration files needed.
src: c8.alamy.com
Bibliography
- Daoud, Frederic (October 27, 2008). Stripes: ...and Java Web Development Is Fun Again (1st ed.). Pragmatic_Programmers. p. 396. ISBN 1-934356-21-2.
src: previews.123rf.com
External links
- Stripes website
- Pragmatic Programmers Stripes book
- Stripes book blog
- Tim Fennell's blog (lead developer stripes)
- Ben Gunter (Stripes developer)
- Stripes mailing list
- Sourceforge page
- Stripes Stuff library for Stripes
Source of article : Wikipedia