Hi there, As I'm using maven as my build tool of choice, I'm of course using the default maven war project structure [1] for my stripes webapps as well - with the one difference that I'm putting the .jsps inside the WEB-INF folder. If you want some sample code have a look at [2] (not mine, just found it).
Regards Kai [1] http://maven.apache.org/plugins/maven-war-plugin/usage.html [2] http://blog.xebia.com/2008/03/04/spring-with-stripes-a-maven-based-sample-code/ --- Original Nachricht --- Absender: Gregg Bolinger Datum: 17.11.2008 18:40 > For the wonderfully splendedness that is Stripes there is one thing that I > don't like. Everyone has a different project structure. I'm wondering if > anyone would be interested in unifying an application development structure > for Stripes with some sort of app generator. It would be grails/rails - > esque but totally optional. so something like: > > project-name > -- stripes-app > ---- controllers > ------- LoginAction.java > ---- views > ------- Login.jsp > ---- models > ------- User.java > > etc etc > etc etc > > I'm not dead set on that layout but I really think that if you (again, > optionally) have something like this available then initial app creation > becomes even simpler, especially for n00bs. I had started something like > this but it was based on a project structure that I liked. So it would > really have only catered to me. > > What say ye? > > Gregg > > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > > > ------------------------------------------------------------------------ > > _______________________________________________ > Stripes-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/stripes-users ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Stripes-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/stripes-users
