ITPub博客

首页 > Linux操作系统 > Linux操作系统 > EJB3和Spring的比较

EJB3和Spring的比较

原创 Linux操作系统 作者:tiantian911 时间:2007-12-14 10:33:34 0 删除 编辑
Reza Rahman对Ejb3和Spring的评论。。。

Last night I attended a New England Java User Group (NEJUG) meeting where Reza Rahman presented a "comparative analysis" of EJB 3 and Spring. Reza is one of the authors of EJB 3 in Action. I enjoyed meeting Reza and respect him for presenting what may be considered a controversial topic.

I will provide brief responses to 10 "themes" of the presentation.

1. EJB uses annotations for metadata. Spring uses XML.
2. Spring allows you to support multiple deployment environments but requires more configuration.
3. EJB with JPA, Spring with Hibernate
4. Spring makes no assumptions, you have to provide configuration.
5. Spring does not have a stateful application paradigm.
6. Spring requires configuration of a container per MessageListener.
7. Concurrent Consumers cannot be greater than 1.
8. Spring's usage of the AspectJ expression language is powerful but cryptic.
9. Spring tool support has been sparse.
10. With EJB as a standard, you can migrate from one vendor to another. With Spring, you still have to port the metadata.

来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/374552/viewspace-579/,如需转载,请注明出处,否则将追究法律责任。

上一篇: 没有了~
下一篇: SSH框架結構
请登录后发表评论 登录
全部评论

注册时间:2007-12-14

  • 博文量
    2
  • 访问量
    4657

最新文章