Re: [HiveMind] Separating service declarations from their implementations

2004-04-05 Thread Achim Huegen
on or environment variable, choose whatever you want and configure it at a central location for all of your services. This solution is not too specific but eases things a lot. Achim Huegen - To unsubscribe, e-mail: [EMAIL PR

Re: [HiveMind] Discuss: CVS or Subversion?

2004-03-27 Thread Achim Huegen
3 M7 only. Too much 'beta' for me, although the final eclipse 3 release is not too far away. Achim Huegen - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [HiveMind] Discuss: CVS or Subversion?

2004-03-27 Thread Achim
rtunately the latest subversion release (1.0) is still unsupported. Achim Huegen - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [HiveMind] Discuss: CVS or Subversion?

2004-03-27 Thread Achim Huegen
sion supporter. Just be aware that using ssh authentication is quite a hassle with windows clients. It's much better to use apache and basic http authentication. Achim Huegen - To unsubscribe, e-mail: [EMAIL PROTECTED] For ad

Re: [Hivemind] Question about customized ClassResolvers

2004-03-10 Thread Achim Huegen
slash to be recognized as directory. Maybe this could be the reason? Achim - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[HiveMind] Setting multiple services

2004-03-10 Thread Achim Huegen
re another solution that gets rid of the InstanceHolder class (custom rule?) ? Bye Achim - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [Hivemind] Question about customized ClassResolvers

2004-03-10 Thread Achim Huegen
( resolver ); URL moduleURL = resolver.getResource( "org/foo/hivemodule.xml" ); builder.processModule(resolver, new URLResource( moduleURL ) ); _registry = builder.constructRegistry(Locale.getDefault()); Of course you must change the script, that builds the jar. Bye Ac

[HiveMind] Nonintrusive configuration

2004-03-08 Thread Achim Huegen
formats/files easily (for those switching to hivemind) What do you think? Bye Achim Huegen - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [HiveMind] Re: Alternative module descriptors

2004-03-08 Thread Achim Huegen
e for setting up your system without any changes. All you need to start would be a central registry for managing and keeping the service instances (lets call it HashMap ;-) ). If you take away the xml part of hivemind you will probably get ... a different framework.

Re: [HiveMind] multi-module classloader

2004-03-05 Thread achim
/hivedir.xml) or it could be referenced from a manifest file. Bye Achim - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]