Top "Stripes" questions

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

Tomcat 6 - The requested resource ... is not available

I am trying to start developing with Java and the Stripes Framework. I have the following in my web.xml …

java jakarta-ee tomcat6 web.xml stripes
Update data on submit button and stay on the same page

I have the following jsp page in which there is a table populated with data from arraylist in java code. …

javascript jquery jsp stripes
Java Web Application Error - Can't understand why it's happening now

I am using eclipse and I can build the webapp and deploy it to Jboss4.2.1. It was working previously and …

java web-applications jboss stripes
How can I display a JFreeChart in web browser with Stripes Framework

This is the situation: My 'metrics.jsp' page submits a couple variables that are needed to create the chart. The …

java web-applications jfreechart stripes
Is the stripes framework dead? Anyone using it?

I am a big fan of the http://www.stripesframework.org and using it heavily for my projects. However the …

java stripes
Why is contextInitialized() called multiple times?

I'm running a Stripes web app on Jboss 4.2.3.GA and am trying to call a method when I start JBoss. …

java servlets jboss stripes
Stripes, Spring, Play (or ?) : which high performance Java framework to use?

We are beginning to build out a webapp which will probably see a lot of traffic. We dont have a …

java spring frameworks grails stripes
dependency inject servlet listener

In my Stripes app I define the following class: MyServletListener implements ServletContextListener, HttpSessionListener, HttpSessionAttributeListener { private SomeService someService; private AnotherService anotherService; // …

java spring dependency-injection stripes
Redirect to another site using POST method with parameters in Stripes

Usually we can redirect to another page using ForwardResolution(path) in stripes, but I want to redirect to another site. …

java jakarta-ee stripes
How to make fmt:setLocale work on fmt:formatNumber with only language code in JSP?

I'm trying to localize currency on my JSP web application, problem is when I ask for locale, I only get …

jsp internationalization jstl stripes