Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Version 1 of the Modular Service Container

License

NotificationsYou must be signed in to change notification settings

jboss-msc/jboss-msc

JBoss Modular Service Container (JBoss MSC)

JBoss MSC is a lightweight highly concurrent dependency injection container for Java. It is built on three key abstractions: "Service", "Service controller" and "Service container".Every service has two lifecycle phases - "start phase" and "stop phase". Services can start and stop either "synchronously" or "asynchronously".Every service once successfully installed into service container has associated service controller with it. Service controllers are useful for adding / removing lifecycle listeners to / from services at runtimeor can be used to retrieve some information about service such as its name, mode, state or unavailable dependencies.Service container provides information about installed services and provides methods for retrieving service controllers associated with those services.

Prerequisites:

  • JDK 11 or newer - checkjava -version
  • Maven 3.6.0 or newer - checkmvn -v

To build with your own Maven installation:

mvn install

Documentation

All documentation lives athttp://jboss-msc.github.io/jboss-msc/manual/

Issue tracker

All issues can be reported athttps://issues.jboss.org/browse/MSC

Code

All code can be found athttps://github.com/jboss-msc/jboss-msc

License

All code distributed underGNU Lesser General Public License Version 2.1.

About

Version 1 of the Modular Service Container

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp