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
-2
votes
1 answer

Saving file bean, for some reason extra random numbers in file name?

generatedReference will = "abc" (for example) nameWithExt = "abc.txt" But the file saved to the filesystem will end up being: abc501883476493193605.txt Where those numbers seem to be randomly generated by smoething? Anyone konw whats going on? File…
williamsandonz
  • 15,864
  • 23
  • 100
  • 186
1 2 3
24
25