由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - struts vs Spring MVC ??
相关主题
话说这些年,这些tiers的变化servlet到底是啥玩意
请推荐一本J2EE的书已经学完jsp and servlet了,下一步是不是该学struts了
j2ee现在流行什么?有做portlet的吗?在client-side用java来做portlet?
Spring MVC question.有人用Grails吗
web application请教programming那帮人好好玩啊
怎么快速掌握Struts?groovy主要的问题是什么?
谁能给我推荐一个strutsspringhibernate的项目需要学习Groovy吗?这个比Java到底好在什么地方
入门问题:以Spring+JPA开发back end,那么表现层只能用jsp吗?如何学spring和hibernate
相关话题的讨论汇总
话题: spring话题: mvc话题: portlet话题: struts话题: framework
进入Java版参与讨论
1 (共1页)
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.

1 (共1页)
进入Java版参与讨论
相关主题
如何学spring和hibernateweb application请教
Java Web Framwork 比较怎么快速掌握Struts?
J2EE和未来工作问题谁能给我推荐一个strutsspringhibernate的项目
interview求助入门问题:以Spring+JPA开发back end,那么表现层只能用jsp吗?
话说这些年,这些tiers的变化servlet到底是啥玩意
请推荐一本J2EE的书已经学完jsp and servlet了,下一步是不是该学struts了
j2ee现在流行什么?有做portlet的吗?在client-side用java来做portlet?
Spring MVC question.有人用Grails吗
相关话题的讨论汇总
话题: spring话题: mvc话题: portlet话题: struts话题: framework