Help for this page
# The Oak2::Kernel namespace will be populated by # some Kernel implementation. The idea is that ... # automatically register itself in the Kernel. Some::Agent->load(); Another::Agent->load();
# This is how it's possible to get any object # anywhere inside the application server... my $impl = Oak2::Kernel->lookup("http://www.example.com/some/interface +");