Butterfly Container 1.9.10-beta (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Butterfly Container 1.9.10-beta (Default branch)
# 1  
Old 01-31-2008
Butterfly Container 1.9.10-beta (Default branch)

Butterfly Container is a Java dependency injectioncontainer. It is smaller, yet more flexible andeasier to use than Spring, Pico, and Guice.Instead of XML, Butterfly Container is configuredusing a simple, flexible, Java-like configurationlanguage. There are no external dependencies.License: The Apache License 2.0Changes:
This release provides a faster, more memory efficient script parser, and makes it possible to plug in plain non-annotation, non-reflection Java factories.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
SYSTEMD-MACHINE-ID(1)					     systemd-machine-id-setup					     SYSTEMD-MACHINE-ID(1)

NAME
systemd-machine-id-setup - Initialize the machine ID in /etc/machine-id SYNOPSIS
systemd-machine-id-setup DESCRIPTION
systemd-machine-id-setup may be used by system installer tools to initialize the machine ID stored in /etc/machine-id at install time with a randomly generated ID. See machine-id(5) for more information about this file. This tool will execute no operation if /etc/machine-id is already initialized. If a valid D-Bus machine ID is already configured for the system the D-Bus machine ID is copied and used to initialize the machine ID in /etc/machine-id. If run inside a KVM virtual machine and a UUID is passed via the -uuid option this UUID is used to initialize the machine ID instead of a randomly generated one. The caller must ensure that the UUID passed is sufficiently unique and is different for every booted instanced of the VM. Similar, if run inside a Linux container environment and a UUID is set for the container this is used to initialize the machine ID. For details see the documentation of the Container Interface[1]. OPTIONS
This tool does not take any options or arguments. EXIT STATUS
On success 0 is returned, a non-zero failure code otherwise. SEE ALSO
systemd(1), machine-id(5), dbus-uuidgen(1) AUTHOR
Lennart Poettering <lennart@poettering.net> Developer NOTES
1. Container Interface http://www.freedesktop.org/wiki/Software/systemd/ContainerInterface systemd 10/07/2013 SYSTEMD-MACHINE-ID(1)