发布于 2015-09-26 15:30:11 | 176 次阅读 | 评论: 0 | 来源: 网友投递
WildFly Java 应用服务器
红帽公司宣布 JBoss AS 的继任者 WildFly,WildFly 将推动下一代应用服务器技术的发展,这个项目的名字是 JBoss.org 社区成员在 2012 年底投票产生。
WildFly 将继续保留 JBoss 企业应用平台并定位一些关键的中间件技术,包括更灵活和更先进的应用开发,实现开放混合云和 Java EE 7.
WildFly 10 CR 2 发布了,这也是最终正式版之前的最后一个测试版本。正式版将于 10 月份发布。该版本最值得关注的是对 Java EE 7 规范的支持,实现了完整的 Java EE 7 规范以及 Web Profile 标准。
新特性一览表:
Java 7 support has been discontinued allowing for deeper integration with the Java 8 runtime. While Java 9 is still in development, this release runs on the current development snapshots.
WildFly 10 CR2 includes the ActiveMQ Artemis project as its JMS broker, and due to the protocol compatibility, it fully replaces the HornetQ project.
In addition to the offline CLI support (WildFly 9) for standalone mode, you can now launch a host-controller locally within the CLI.
WildFly 10 includes the Undertow JS project, which allows you to write server side scripts that can pull in CDI beans and JPA Entity Beans. Learn more in this blog-post by Stuard Douglas.
WildFly 10 adds the ability to deploy a given application as a "singleton deployment" with automatic failover to another node in case of failure.
HA Singleton MDBs and MDB Delivery Groups.
WildFly now pools stateless session beans by default, using a pool size that is computed relative to the size of the IO worker pool, which is itself auto-tuned to match system resources.
Migration Operations for old subsystems such as jbossweb (AS 7.1), jacorb (WildFly 8), and hornetq (WildFly 9)
Hibernate 5 included
开始使用
下载 WildFly CR2 from the wildfly.org 解压到指定目录,进入 bin 目录执行:
$ standalone.sh|bat
快速启动信息:
08:09:58,353 INFO [org.jboss.as] (Controller Boot Thread) Full 10.0.0.CR2 (WildFly Core 2.0.0.CR5) started in 3686ms
打开浏览器访问 http://localhost:8080 就可以,也可以看到全新的管理控制台:http://localhost:9990