Book Image

WildFly: New Features

By : Filippe C Spolti
Book Image

WildFly: New Features

By: Filippe C Spolti

Overview of this book

Table of Contents (13 chapters)
WildFly: New Features
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 4. Modular Services and Class Loading

WildFly, as well as JBoss AS 7, has a class loading system considerably different from the previous versions. The WildFly class loading is based on JBoss Modules. Instead of using the hierarchy of class loading that is most commonly known, WildFly class loading is based on modules that have to explicitly define their dependencies on other modules. The WildFly deployments are also in modules and do not have access to classes that are defined in JAR files on the application server unless a dependency is defined for these classes.