Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Tools for java web applications?

Tags:

java

What are the different ways to create a web-application in Java? Are there tools available other than straight-up servlets?

like image 218
giri Avatar asked Dec 18 '22 03:12

giri


1 Answers

Open source web frameworks in Java and related view technologies:

  • Tapestry
  • Apache Cocoon
  • Apache MyFaces
  • Spring MVC
  • Google Web Toolkit (GWT)
  • Java Server Faces (JSF)
  • Apache Struts
  • Turbine
  • Seam
  • Makumba
  • Java Server Pages (JSP)
  • Stripes
  • OpenXava
  • JPublish
  • wingS
  • Strecks
  • AribaWeb
  • Echo
  • RIFE
  • Anvil
  • WebOnSwing
  • Click
  • ThinWire
  • Facelets
  • Wicket

Check http://java-source.net/open-source/web-frameworks for more options and to read a brief overview of each one.

like image 148
JuanZe Avatar answered Jan 02 '23 07:01

JuanZe