-
MVC platforms comparison (3 messages)
- Posted by: Kamal Mettananda
- Posted on: December 28 2006 00:38 EST
Hi, I have to make a decision on a MVC platform to proceed with a new project. Have you got experiences on different platforms like WebWork, JSF and Struts? Can you give me a comparison on these? Thanks in advance. BR, KamalThreaded Messages (3)
- Re: MVC platforms comparison by Jaco Boon on December 29 2006 03:53 EST
- Re: MVC platforms comparison by Holger Engels on January 02 2007 09:10 EST
- Stripes by Thomas Fabricius-Bjerre on January 03 2007 02:02 EST
-
Re: MVC platforms comparison[ Go to top ]
- Posted by: Jaco Boon
- Posted on: December 29 2006 03:53 EST
- in response to Kamal Mettananda
Perhaps this presentation is usefull https://equinox.dev.java.net/framework-comparison/WebFrameworks.pdf It compares the most popular web frameworks, after you've seen the guys private life ;-) -
Re: MVC platforms comparison[ Go to top ]
- Posted by: Holger Engels
- Posted on: January 02 2007 09:10 EST
- in response to Kamal Mettananda
If you have experiences with Swing, consider wingS as an alternative also. Holger -
Stripes[ Go to top ]
- Posted by: Thomas Fabricius-Bjerre
- Posted on: January 03 2007 02:02 EST
- in response to Kamal Mettananda
Hey You can also consider Stripes. Stripes is a lightweight mvc framework, and is very easy to get started on. When mixed with Spring it's really nice. JSF is quite massive. It takes a bit of reading to get going, and Struts is an old framework, with a lot of configuration to it.