All,

I would like to include AspectJ support into HiveMind.  Basically, what I'm
looking to do is inject HiveMind-managed resources (services and maybe even
configurations) into singleton AspectJ aspects.  I was wondering how you
guys think I should go about it.  Here's my idea.  Create a configuration
point to let folks contribute to:

<contribution configuration-id="aspectj.aspects">
  <aspect class="the aspect class is here">
  <!-- BuilderFactory-like stuff here -->
  </aspect>
</contribution>

Then, have an eager loaded service with an init method actually perform the
injection(s).  What do you guys think?




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to