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
0 answers

React Native Stripe API Error (maestro is only available in iOS 12.0 or newer)

I face an issue during running react native project on xcode version 14.1. I get an error 'maestro' is only available in iOS 12.0 or newer. I also update target version but getting no success. Delete node_modules, pod files but getting no success.
Mian Umer
  • 21
  • 2
2
votes
1 answer

Stripes Exception Handler error

I have an index.jsp file in "/" with content as follows: <%@include file="/WEB-INF/jsp/common/taglibs.jsp" %>
kaushik
  • 2,308
  • 6
  • 35
  • 50
2
votes
1 answer

How to delete a Price Object using Stripe API Call

I am trying to delete a product using API call but it throws an error saying "This product cannot be deleted because it has one or more user-created prices." I checked in stripe documentation but there is no API for deleting the Price.
2
votes
1 answer

Conversation scope in Stripes Framework

I am currently stuck with using the Stripes Framework. I haven't used it in years, and I've gotten used to the features of other frameworks. One thing I miss is a conversation (or browser window) scope. Is there a way to implement that in Stripes?
Sean Patrick Floyd
  • 292,901
  • 67
  • 465
  • 588
2
votes
2 answers

How do I pass a variable from one actionbean to another?

Currently, I have a Stripes form with a submit button that's binded to the "search" method of the following ActionBean: public class SearchRepairActionBean extends BaseActionBean { private String searchType; private String searchValue; …
echoblaze
  • 11,176
  • 13
  • 44
  • 49
2
votes
2 answers

Incorrect price in 3D Secure on Stripe using Laravel Cashier

I created a website with a subscription. I don't know why i don't have the good price in my 3D Secure confirmation. The confirmation display: 0$ and when you pay. You are charged successfully of 20$. Here is my controller : public function…
F. Vandroy
  • 122
  • 2
  • 15
2
votes
1 answer

How to force the card logo preview on Stripe's CardNumberElement to be grey?

I have a Stripe input field to collect the user's card number. It works well, except that the preview of the creditcard logo has a pale blue color. it doesn't match my ui. I need to apply a filter: grayscale(1) on it. It only works on the browser…
DoneDeal0
  • 5,273
  • 13
  • 55
  • 114
2
votes
1 answer

Using spring service inside of ejb 3.1 stateless timer

I know that the general consensus is to use one or the other, but we have a specific task where we would like to use our spring services from within a stateless ejb timer. Is there a standard way of getting a spring service from outside the normal…
joekarl
  • 2,118
  • 14
  • 23
2
votes
2 answers

Integrating standard java into web frameworks such as Stripes, Grails JRuby and Rails

For various reasons we have to use a java based web framework to create a proof of concept site. We've a lot of algorithms written in standard java that will have to hook into the site. So right now I'm considering stripes, grails and jruby and…
Steve
  • 21,163
  • 21
  • 69
  • 92
2
votes
2 answers

How Does Play compare to Stripes

Hi has anyone had any experience using both Stripes and Play and can compare their strengths and weaknesses? I understand there are many similar questions such as Stripes, Spring, Play (or ?) : which high performance Java framework to use? however I…
Mark
  • 1,509
  • 1
  • 15
  • 28
2
votes
1 answer

app engine localhost x online session

I am using stripes + google app engine. On the localhost it works properly, but online there are problems: I am using getContext().getMessages().add(new SimpleMessage(...)). It works fine, but only once, after reloading the page and doing same…
2
votes
2 answers

ResourceBundle - MissingResourceException - restarting the server solves the problem

A web application throws MissingResourceException when JSP access a property in the ResourceBundle. When the application starts, it is able to access the resource bundles and read the values from them. After sometime, the application throws…
coolguy
  • 21
  • 3
2
votes
1 answer

How do I use a Stripes action as my web app's welcome file?

I have an action bean named HomeActionBean, which Stripes has bound to the URL "Home.action". The URL binding works. Now I would like to use "Home.action" as my welcome file, like this:
2
votes
3 answers

Stripes URL prefix as request parameter

I'm trying to build a way for my application to have a URL pattern/scheme like that of applications like Twitter. For example myapplication.com/username where the username is an actual username treated as a parameter. This parameter will be used to…
Psycho Punch
  • 6,418
  • 9
  • 53
  • 86
2
votes
3 answers

Stripes for Java Web Dev, is it worth learning ? Is it easier ? how it compared to Struts?

I am tired of Java web, and started to learn Ruby on Rails because of that, but I just found this Framework and it looks promessing... But I am not in the mood to study more Java, so I would like to know if this one is worth my time ( that would…
Cristiano Fontes
  • 4,920
  • 6
  • 43
  • 76