c******n 发帖数: 4965 | 1 which to choose? we are starting a new project
both are new to us, so no baggage.
furthermore, we are doing portlet, so better integration with portlet
framework (Liferay or Jetspeed) is a plus
thanks | m******t 发帖数: 2416 | 2
I know Spring MVC has a portlet framework. Not sure about struts.
【在 c******n 的大作中提到】 : which to choose? we are starting a new project : both are new to us, so no baggage. : furthermore, we are doing portlet, so better integration with portlet : framework (Liferay or Jetspeed) is a plus : thanks
| x*****p 发帖数: 1707 | 3 Spring MVC is more powerful and flexible than Struts MVC. | w*******s 发帖数: 940 | 4 struts更容易上手一些,就MVC而言应该差不多
不过spring有一套别的东西
【在 x*****p 的大作中提到】 : Spring MVC is more powerful and flexible than Struts MVC.
| t*******e 发帖数: 684 | 5 Spring MVC benefits from Spring core. Struts1 is outdated.
【在 x*****p 的大作中提到】 : Spring MVC is more powerful and flexible than Struts MVC.
| f*****9 发帖数: 104 | 6 Vote for springMVC, better support and integration with Spring core. | q*********u 发帖数: 280 | 7 is it because you are more comfortable with traditional JSP?
【在 f*****9 的大作中提到】 : Vote for springMVC, better support and integration with Spring core.
| k****u 发帖数: 133 | 8 How about Grails? The old name for Grails is Groovy on Rails, as you can
guess, follows the same concept of Ruby on Rails. And like RoR, it's much
more productive than any other Java web frameworks, which means you'll write
much less code, which translates into better maintainability, readability,
etc. It's built on top of Spring and Hibernate, so it's also a solid
framework. | g*****g 发帖数: 34805 | 9 My experience with dynamic language is that down the road,
you are going to catch and process every exception and you
don't exactly use less time to write code.
write
,
【在 k****u 的大作中提到】 : How about Grails? The old name for Grails is Groovy on Rails, as you can : guess, follows the same concept of Ruby on Rails. And like RoR, it's much : more productive than any other Java web frameworks, which means you'll write : much less code, which translates into better maintainability, readability, : etc. It's built on top of Spring and Hibernate, so it's also a solid : framework.
|
|