- JBoss AS 7 Development
- Francesco Marchioni
- 303字
- 2021-08-20 16:38:56
New features in JBoss AS 7
The seventh release of JBoss AS is quite different from all other server releases and, as a matter of fact, has improved on several key points, especially where needed most, that is, in the management area. Some of the most notable improvements include:
- The application server can now be part of a Managed Domain, which provides the centralized management of multiple server instances and physical hosts, or it can just be a Standalone Server that allows for a single server instance.
- The Management Web Console and Management Command Line Interface (CLI) are brand new interfaces for managing your domain or standalone AS instance. There is no longer any need to edit XML configuration files manually. The Management CLI even offers a batch mode so that you can script and automate management tasks.
- The class-loading mechanism has been made completely modular so that modules are loaded and unloaded on demand. This provides performance and security benefits as well as very fast startup and restart times.
- JBoss AS 7 starts and stops very quickly, which is especially beneficial to developers. It uses fewer resources and is extremely efficient in its use of system resources.
Behind the scenes, the new application server is designed around a brand new kernel; this is now based on two main projects:
- JBoss Modules: This handles the class loading of resources in the container. You can think of JBoss Modules as a thin bootstrap wrapper for executing an application in a modular environment.
- Modular Service Container (MSC): This provides a way to install, uninstall, and manage the services used by a container. MSC further enables the injection of resources into services and dependency management between services.
In the next section, we will describe all the required steps for installing and starting a new application server.
推薦閱讀
- DB2 V9權(quán)威指南
- Learning Java Functional Programming
- 深入實踐Spring Boot
- 名師講壇:Spring實戰(zhàn)開發(fā)(Redis+SpringDataJPA+SpringMVC+SpringSecurity)
- Mastering JBoss Enterprise Application Platform 7
- Spring+Spring MVC+MyBatis整合開發(fā)實戰(zhàn)
- 零基礎(chǔ)學Python網(wǎng)絡(luò)爬蟲案例實戰(zhàn)全流程詳解(入門與提高篇)
- Machine Learning in Java
- Learning Apache Karaf
- Scratch3.0趣味編程動手玩:比賽訓練營
- 微信小程序開發(fā)實戰(zhàn):設(shè)計·運營·變現(xiàn)(圖解案例版)
- 零基礎(chǔ)看圖學ScratchJr:少兒趣味編程(全彩大字版)
- Instant GLEW
- Python Penetration Testing Essentials
- 深度剖析ApacheDubbo核心技術(shù)內(nèi)幕