stripes Questions

3

Solved

I am experienced with Spring MVC and am trying out Stripes to decide whether to try it out for a new project. In Spring MVC I would prepare model data and pass it to the view by adding it to a map...
Brae asked 14/10, 2010 at 7:10

2

In my Stripes app I define the following class: MyServletListener implements ServletContextListener, HttpSessionListener, HttpSessionAttributeListener { private SomeService someService; privat...
Flossi asked 1/4, 2011 at 8:55

2

Solved

I'm running a Stripes web app on Jboss 4.2.3.GA and am trying to call a method when I start JBoss. I created a ServletContextListener like so: public class TimerContextListener implements ServletC...
Vespasian asked 22/8, 2010 at 20:23

1

Solved

I am using <detail:form> and <tags:field > in my jsp page. I tried to see the source code the browser generates using firebug and it showed to me that the form name is "checkForm" and a...
Steading asked 27/4, 2012 at 14:35

5

I am a big fan of the http://www.stripesframework.org and using it heavily for my projects. However the project seems to be dead. It is not possible to register to the website anymore (no lic...
Hypodermic asked 25/10, 2010 at 7:40

3

Solved

I'm working on a JPA (Hibernate implementation of), Spring and Stripes web app. I have a number of JPA entities that have the following fields in common for both audit and query purposes: createdB...
Salamanca asked 8/12, 2009 at 7:51

6

Solved

I am coming from an Enterprise Java background which involves a fairly heavyweight software stack, and have recently discovered the Stripes framework; my initial impression is that this seems to d...
Mccrory asked 6/9, 2008 at 15:24

6

Solved

We are beginning to build out a webapp which will probably see a lot of traffic. We dont have a lot of money, so we want to reduce hardware cost. More or less, I think that means we will try to be ...
Helms asked 3/9, 2010 at 5:50

1

Solved

I am coming from Struts 1 world. Now I am starting a new project and we are using Spring. I could use Spring MVC, but seeing how simple it is to use Stripes (no xml is a big plus) I am tempted to ...
Fungosity asked 21/7, 2010 at 10:57

4

Solved

I'm feeling a little conflicted at the moment. I have a web application using Stripes for an MVC framework and Spring/Hibernate for the back-end. I have an account registration method in my MVC lay...
Razzia asked 29/6, 2010 at 13:44

1

Solved

In a JSP I have the following field: <stripes:text name="email"/> This field is in my action bean(snippet): public class CreateClaim implements ActionBean { private String email; pub...
Immune asked 8/6, 2010 at 15:6

2

Solved

I am working through Fred Daoud's Stripes book and trying to convert the Hello World application to use friendly URLs, as I'm not a big fan of suffix-based mappings like http://localhost:8080/getti...
Eadmund asked 7/4, 2009 at 12:48

3

Solved

I have been working on a small web app using the Stripes framework. Now that the Google App Engine has added support for Java, I am wondering if I can convert it to run in the Google App Engine to ...
Jackdaw asked 8/4, 2009 at 19:51

5

Solved

The company I just started working for is using Stripes for parts of its web page development these days, and while it seems to be a nice enough web framework it no one really uses it-- it is...
Twitter asked 19/8, 2008 at 4:29
1

© 2022 - 2024 — McMap. All rights reserved.