`
lighter
  • 浏览: 503788 次
  • 性别: Icon_minigender_1
  • 来自: 广州
社区版块
存档分类
最新评论

对struts2的的一些不满

阅读更多
个人对struts2的一些不满的地方
1、基本大部分全抄webwork2.2的功能,只是改了一个包名和配置的名称

2、最可恶的是,竟然把xwork包当作一个公共的lib,类似于commons之类的,所以引入的包名 出现了com.opensymphony.xwork2,org.apache.struts2两种包共存,一看很不舒服,很不舒服.

3、一年多的时间,想不到struts2只是在绝大部分上全抄webwork2的功能和用法,只是自身做了一点的功能修改.例用Dojo's rich text替代旧的FCK之类的.无语.

4、与struts相比,有了很大进步与改善,但看了官方的一些文档,许多介绍struts2的文章原封不动地搬用webwork的例子,完全没有做修改一下。

5、......
分享到:
评论
3 楼 pdw2009 2007-07-01  
目前的情况是这样,struts为webwork提供人气和市场,
目前两者还没真正意义上的容合...
2 楼 limogogogo 2006-12-20  
应该说是强强联合,各取所需。
WebWork joining Struts
Yes, it's true. The WebWork development team (Jason and I) have been working with the Struts development team (Don Brown and Ted Husted) and have come to the conclusion that the best thing for Java community would be to merge WebWork in to Struts.

Read Ted's email here, but the gist of it is this: WebWork is a great technology, and Struts is a great community. It's a perfect match and bringing the two together will only be better for WebWork and Struts users alike. The only down side for me is that I'll be working less with OpenSymphony, but I believe that is a small price for all the great benefits that come from this merger.

Just to be clear, WebWork is not going away. WebWork 2.2 is still coming out any day now, and there may even be a WebWork 2.3. But new minor/major versions won't be coming out under the WebWork name for much longer. Instead, they will be released under the Struts incubator program with the intent to eventually become Struts Action Framework 2.0.

So don't worry, WebWork 2.1.8, 2.2.1, and other bug fix releases will continue to come out and we will support the WebWork community as long as needed. In addition, we'll make compatibility with both Struts and WebWork a high priority, so future releases may help with that. To be clear: no one is leaving WebWork and it will continue to be supported for a very long time.

With this renewed energy, larger development team, and larger community, the combined efforts of Struts and WebWork will surely make the Struts platform the easiest, fastest, and most powerful Java web framework available. We hope that all the WebWork users and developers are as excited about this as we are and are ready to take WebWork to the next level.

1 楼 chinafeng 2006-12-05  
struts是基于webwork的

相关推荐

    软件开发应知应会 (2).docx

    23. **Linux发展**:基于UNIX和开源思想,Linus Torvalds因对16位兼容性的不满开始了Linux内核项目。 24. **微服务划分**:微服务按业务来划分,每个服务专注于单一功能。 25. **服务注册与发现**:是实现微服务...

    淘宝笔试(软件开发)

    1. **选择题**:这部分考察了应试者对数据结构基本概念的记忆与理解能力。由于题目具体细节没有给出,我们推测可能涉及到的数据结构包括但不限于链表、栈、队列、树、图等。 - **链表**:一种线性数据结构,由...

    Java 分页实例

    计算总页数`pageCount`时,我们使用`(count + pageSize - 1) / pageSize`,确保即使最后一页不满也能正确显示。根据当前页码和每页大小计算偏移量`offset`,然后调用DAO层的方法获取分页数据,并将结果存储到`list`...

    shh整合框架实现分页

    Spring、Hibernate和Struts2(通常称为SHH框架)是Java Web开发中常用的组合,它们可以很好地协同工作来实现这一目标。 #### 分页原理概述 分页的核心思想是通过限制SQL查询语句返回的结果集大小来实现。一般而言...

    Ruby Web Application Framework-开源

    Ruby on Rails的诞生源自David Heinemeier Hansson对Jakarta Struts的不满,他希望创造一个更加简洁、高效的框架。RoR充分利用了Ruby语言的灵活性和表达力,引入了许多创新特性,例如ActiveRecord(对象关系映射)、...

    Nutz官方手册

    - **对Hibernate控制繁琐感到不满的开发者**:Nutz的DAO层提供了一种更为简洁的方式来处理数据库操作。 - **希望简化Spring配置的开发者**:Nutz的IoC容器使用简单的JSON配置文件,减少了配置的复杂性。 - **寻找更...

Global site tag (gtag.js) - Google Analytics