© Brent Watson 2015
Brent WatsonStripes by Example10.1007/978-1-4842-0980-6_11

11. Other Annotations

Brent Watson 
(1)
316 Marine Ave, Brooklyn, USA
 
 
Brent Watson
Stripes had the advantage of being built after Java 1.5 was released. This means that, unlike many other frameworks that rely heavily on XML configuration files (yuck!), the author (Tim Fennell) was able to take advantage of annotations. Stripes prides itself in the no-configuration stance it takes, and rightly so. This chapter covers the remainder of the annotations available in the Stripes framework.
We’ve seen most of the annotations in action already, such as @UrlBinding, @DefaultHandler, @HandlesEvent, and the validation annotations. This leaves us with the ...

Get Stripes by Example now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.