Questions tagged [stripes]

Stripes is an open source web application framework based on the model-view-controller pattern.

Stripes is an open source web application framework based on the model-view-controller pattern. It aims to be a lighterweight 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.

Stripes Framework (stripesframework.atlassian.net)

Stripes Framework (Wikipedia)

361 questions
0
votes
1 answer

Intra-URL parameters and ForwardResolution mapping

When I've got an ActionBean with a UrlBinding like @UrlBinding("/whatever/{foo}/{bar}") then if in some other action I create and return a ForwardResolution to "/whatever/hello/world", I'd kind-of like it if, inside the target ActionBean, the "foo"…
Pointy
  • 405,095
  • 59
  • 585
  • 614
0
votes
1 answer

javax.servlet.Filter blocks iFrame request

My application implements the javax.servlet.Filter interface. But I've got a weird case. One of my ActionBean instances is returning response to one jsp, this jsp contains an