25.7.10

NetBeans Runtime Container

netbeans-runtime-container

The runtime continaer is minimal subset of modules that NetBeans Platform applications require. Without other modules or settings being required, an application can be deployed contains five modules.

  • Bootstrap
    • This module is executed before any other. It carries out all registered command handlers and prepares a boot classloader, which loads the Startup module.
  • Startup
    • This module deploys the application, at which point it initializes the module system and the file system.
  • Module System
    • This module is responsible for the definition of modules, as well as their settings and dependencies.
  • File System
    • This module makes a virtual data system available, with platform-independent acfcess. Primarily it is used to load module resources into an application.
  • Utilities
    • This module provides basic components such as those required for intermodular communication.

No comments: