WildFly 10 CR 2 發布 - Java EE 7, Java 8, Hibernate 5, JavaScript 支持熱加載

jopen 9年前發布 | 15K 次閱讀 WildFly

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.

    </li>

  •  WildFly 10 CR2 includes the ActiveMQ Artemis project as its JMS broker, and due to the protocol compatibility, it fully replaces the HornetQ project.

    </li>

  • In addition to the offline CLI support (WildFly 9) for standalone mode, you can now launch a host-controller locally within the CLI. 

    </li>

  • 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.

    </li>

  • WildFly 10 adds the ability to deploy a given application as a "singleton deployment" with automatic failover to another node in case of failure.

    </li>

  •  HA Singleton MDBs and MDB Delivery Groups.

    </li>

  • 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. 

    </li>

  • Migration Operations for old subsystems such as jbossweb (AS 7.1), jacorb (WildFly 8), and hornetq (WildFly 9)

    </li>

  • Hibernate 5 included

    </li> </ul>

    開始使用
    下載 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

    來自:http://www.oschina.net/news/66568/wildfly-10-cr2

     本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
     轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
     本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!