• 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
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

Stripes 1.1.2 Web Framework Released

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Stripes is a web framework that is focused on making web development as simple (and therefore easy and productive) as possible. It uses Java 1.5 features such as annotations and generics to ensure that developers never have to repeat themselves.



The foremost driver behind Stripes is the desire to have an action-oriented framework like Struts or WebWork that required the minimum effort from the developer to get things done. That means keeping things as simple as they can be (but no simpler), and expending significant effort in API design to make sure that interacting with Stripes is as intuitive as it can be.



Stripes has extensive documentation that is focused not on describing the internal structue of the framework, but on how to build solutions to problems that developers have to tackle. In addition it's JavaDoc and Tag Library documentation is some of the most complete you will see in an open source project.



You can read more about Stripes and download it from the Stripes website
 
Don't destroy the earth! That's where I keep all my stuff! Including this tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic