| Author |
Which Presentation Layer Framework is best except Struts?
|
gao zhixin
Ranch Hand
Joined: Jan 18, 2006
Posts: 42
|
|
|
I wonder.Best the Rail like framework. I hate Struts, a lot of XML, a lof configuration...
|
 |
Peer Reynders
Bartender
Joined: Aug 19, 2005
Posts: 2906
|
|
|
Trails uses Tapestry so it may be worth a look - though I doubt you'll be able to escape XML configuration files. Another one that is mentioned as an alternative to Tapestry is Wicket.
|
"Don't succumb to the false authority of a tool or model. There is no substitute for thinking."
Andy Hunt, Pragmatic Thinking & Learning: Refactor Your Wetware p.41
|
 |
Emanuel Kadziela
Ranch Hand
Joined: Mar 24, 2005
Posts: 93
|
|
|
It depends on the application, but I have used everything from no framework (printouts from servlets) through JSP/struts to velocity and tapestry. For very complex applications I would certainly recommend tapestry, despite the xml. For simpler stuff, probably JSP. I don't like struts, but some people swear by it.
|
 |
 |
|
|
subject: Which Presentation Layer Framework is best except Struts?
|
|
|