• 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

Comprehensive listing of Java web frameworks?

 
Ranch Hand
Posts: 63
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi there,
As much as I learn about Java server-side development, the more I realize I don't know anything. Or at least, I don't have "the full picture" when it comes to frameworks. It would be nice to compile a comprehensive list of all Java server-side frameworks, both open source and commercial, I think. I'll get the ball rolling:
Servlets (or list by jsr?)
JSP, JSTL, and custom taglibs
Velocity
Webmacro
Freemarker
Tapestry
Turbine
Expresso (sic?)
Tea (and Kettle)
Struts
InternetBeans
 
Ranch Hand
Posts: 2713
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Check the Wafer Project which aims to objectively compare the various OSS web frameworks available.
 
Ranch Hand
Posts: 2676
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Spring seems pretty good from my limited exposure to it.
 
Chris Mathews
Ranch Hand
Posts: 2713
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Matthew Phillips:
Spring seems pretty good from my limited exposure to it.


I'm not really crazy about Spring's web framework... it just isn't as mature as Struts or WebWork. However, the rest of Spring (Dependency Injection, AOP, Persistence, Transactioning, etc.) is really top-notch!
[ February 11, 2004: Message edited by: Chris Mathews ]
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic