Help for this page

Select Code to Download


  1. or download this
    # 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();
    
  2. or download this
    # 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
    +");