欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  资讯频道

JBoss AS 7 正式发布,开源J2EE应用服务器

程序员文章站 2022-03-23 09:53:24
...
    JBoss正式对外发布 JBoss AS 7。作为 JBoss 的技术主管, Mark Little 感言:
引用
It's taken us a while to get here and we've taken some pretty drastic and innovative steps along the way.


JBoss AS 7 正式发布,开源J2EE应用服务器


   在J2EE应用服务器领域,JBoss是发展最为迅速的应用服务器。由于JBoss遵循商业友好的LGPL授权分发,并且由开源社区开发,这使得JBoss广为流行。

   此次版本的创新之一就是集成了Arquillian,它的目标是简化容器内测试,加快项目开发进程。该版本的其它特性包括:

  • 1) Blazing fast start-up time - up to 10X faster!
  • 2) Java EE 6 - leading the pack. again.
  • 3) Very lightweight - exceptionally small footprint and aggressive memory management mean you can run it practically everywhere.
  • 4) Modular core - delivers true application isolation.
  • 5) Elegant management - simplified console and APIs.
  • 6) Domain management - manage servers as groups.
  • 7) Testable by design - simplified in-container testing via the Arquillian project speeds development.
JBoss官方网站http://www.jboss.org/as7

下载地址jboss-as-web-7.0.0.Final.zip

相关标签: JBoss