There are a lot of framework:
- Struts (less flexible)
- Turbine
- Tapestry (components approach)
- JSF (components approach)
Which is your favorite?
I think web componets are more appropriate and flexible for web application. But it isn't the easiest way.
What are you thinking about it?
-
Which web framework is your favorite? (3 messages)
- Posted by: Sergey A
- Posted on: April 22 2004 05:23 EDT
Threaded Messages (3)
- Struts by Ma Quanyi on April 22 2004 06:13 EDT
- WebOnSwing by Fernando Petrola on April 22 2004 12:21 EDT
- Which web framework is your favorite? by Kris Thompson on April 22 2004 23:57 EDT
-
Struts[ Go to top ]
- Posted by: Ma Quanyi
- Posted on: April 22 2004 06:13 EDT
- in response to Sergey A
It's make developing web application simplification, and it has many third-party tools. -
WebOnSwing[ Go to top ]
- Posted by: Fernando Petrola
- Posted on: April 22 2004 12:21 EDT
- in response to Sergey A
WebOnSwing Web Application Framework (http://webonswing.sf.net).
This framework can create web pages using Swing components, keeping the same source code for both environment. The idea is make use of Swing arquitecture with all its advantages to create web applications, as its components are enough generic to use them in almost any presentation layer, like HTML. Also, this framework, provides some mechanisms, based on a powerful template engine, that adapts the look of applications to acquire a professional graphic design in web. It has some similar aproach to .NET webforms, like a kind of viewstate to maintain the page state through successive requests, and a set of validators (required, regular expression, compare, range, group). -
Which web framework is your favorite?[ Go to top ]
- Posted by: Kris Thompson
- Posted on: April 22 2004 23:57 EDT
- in response to Sergey A
There are a lot of framework:- Struts (less flexible)- Turbine- Tapestry (components approach)- JSF (components approach)Which is your favorite? I think web componets are more appropriate and flexible for web application. But it isn't the easiest way.What are you thinking about it?
If you want to go the components route than Tapestry.
If you want to go the "action classes" route than Webwork wins
If you want the standard than Struts wins
If you want what might be hot tomorrow than JSF wins
If you want ease of use, either Maverick or Webwork
My 4 cents
Kris Thompson
www.frameworks-boulder.org