精华帖 (0) :: 良好帖 (2) :: 新手帖 (0) :: 隐藏帖 (3)
|
|
---|---|
作者 | 正文 |
发表时间:2011-09-21
只选择合适的
|
|
返回顶楼 | |
发表时间:2011-09-21
Spring MVC REST
|
|
返回顶楼 | |
发表时间:2011-09-21
neaudiy 写道 答案很简单
spring没有ORM spring mvc没有struts做得好 这个回答有点。。。 阿里集团都一直想转到Spring MVC上面来啊。。。 |
|
返回顶楼 | |
发表时间:2011-09-21
dieslrae 写道 neaudiy 写道 答案很简单
spring没有ORM spring mvc没有struts做得好 struts明显逊于spring mvc +1 |
|
返回顶楼 | |
发表时间:2011-09-21
oakeye 写道 neaudiy 写道 答案很简单
spring没有ORM spring mvc没有struts做得好 说话之前建议先看看spring再说 public int add(T entity){ SqlParameterSource param = new BeanPropertySqlParameterSource(entity); if(insertActor.getTableName()==null){ insertActor.setTableName(table); } return insertActor.execute(param); } public T getById(int id){ String sql = "select * from "+table+" where id = ?"; logger.info("{}",sql); RowMapper<T> mapper = (RowMapper<T>) ParameterizedBeanPropertyRowMapper.newInstance(entityClass); return simpleJdbcTemplate.queryForObject(sql, mapper, id); } 这个不是orm是啥 至于mvc 你这样说我就更没啥好说的了 说话之前建议先搞清楚什么是ORM再说,你连什么是orm都不懂,你这样说我就更没啥好说的了。。。 |
|
返回顶楼 | |
发表时间:2011-09-21
spring+JPA+Velocity一直是我们快速开发框架的基础结构!
|
|
返回顶楼 | |
发表时间:2011-09-22
struts2不咋地,就XWORK有点背景,实际使用方式争议也很大
要性能没性能,效率也一般,架构也不好,对注解支持堪称支离破碎, 想做COC都做不好,REST支持麻烦的要死,官方文档简直就是垃圾堆,乱七八糟 以前的年代,struts的确很不错,可惜后面还有个2,真特么2了 |
|
返回顶楼 | |
发表时间:2011-09-22
yangguo 写道 oakeye 写道 neaudiy 写道 答案很简单
spring没有ORM spring mvc没有struts做得好 说话之前建议先看看spring再说 public int add(T entity){ SqlParameterSource param = new BeanPropertySqlParameterSource(entity); if(insertActor.getTableName()==null){ insertActor.setTableName(table); } return insertActor.execute(param); } public T getById(int id){ String sql = "select * from "+table+" where id = ?"; logger.info("{}",sql); RowMapper<T> mapper = (RowMapper<T>) ParameterizedBeanPropertyRowMapper.newInstance(entityClass); return simpleJdbcTemplate.queryForObject(sql, mapper, id); } 这个不是orm是啥 至于mvc 你这样说我就更没啥好说的了 说话之前建议先搞清楚什么是ORM再说,你连什么是orm都不懂,你这样说我就更没啥好说的了。。。 我说了做小东西啊,也没那么复杂的关系映射,你这么鸡冻干啥子,有火没处发么 |
|
返回顶楼 | |
发表时间:2011-09-22
spring mvc 设计思路很是优雅,且扩展性不错,最大程度上遵循开闭原则。
struts更为务实些,开发效率很高。 |
|
返回顶楼 | |
发表时间:2011-09-22
怎么感觉struts被群嘲了?
|
|
返回顶楼 | |