• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Stripes

 
Ranch Hand
Posts: 92
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Im new to Java web development and would like to study it in more detail,
is stripes a good place to start or is it for the more advanced users?
 
Ranch Hand
Posts: 3389
Mac MySQL Database Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Maja Gralewska:
Im new to Java web development and would like to study it in more detail,
is stripes a good place to start or is it for the more advanced users?



Hi Maja Gralewska ,

Welcome to JavaRanch. Looking at the documentation and other relevant discussions, it looks like you should have a knowledge on some *action based* frameworks, say a typical example Struts so that you can get your hands dirty easily in Stripes!
 
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Just to clarify, Stripes I think is a great start for the beginner, and you don't need to "know Struts" first.

You should have some basic JSP/Servlet and HTTP knowledge though to get the most out Stripes.

I think anyone learning web programming in Java should start with a simple JSP/Servlet application to understand the work flows and development process. Also, it helps to understand what the hub-bub is about and why you'd want something like Stripes in the first place.
 
Raghavan Muthu
Ranch Hand
Posts: 3389
Mac MySQL Database Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Will is right. May not be really needed to know Struts BUT the request/response based action framework!
 
Maja Gralewska
Ranch Hand
Posts: 92
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks guys.
reply
    Bookmark Topic Watch Topic
  • New Topic