Return-Path: Delivered-To: apmail-jakarta-hivemind-dev-archive@www.apache.org Received: (qmail 12720 invoked from network); 8 Mar 2005 11:33:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 8 Mar 2005 11:33:25 -0000 Received: (qmail 49100 invoked by uid 500); 8 Mar 2005 11:33:25 -0000 Delivered-To: apmail-jakarta-hivemind-dev-archive@jakarta.apache.org Received: (qmail 49068 invoked by uid 500); 8 Mar 2005 11:33:24 -0000 Mailing-List: contact hivemind-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: hivemind-dev@jakarta.apache.org Delivered-To: mailing list hivemind-dev@jakarta.apache.org Received: (qmail 49051 invoked by uid 99); 8 Mar 2005 11:33:24 -0000 X-ASF-Spam-Status: No, hits=0.4 required=10.0 tests=DNS_FROM_RFC_ABUSE,RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of knut.wannheden@gmail.com designates 64.233.170.193 as permitted sender) Received: from rproxy.gmail.com (HELO rproxy.gmail.com) (64.233.170.193) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 08 Mar 2005 03:33:23 -0800 Received: by rproxy.gmail.com with SMTP id j1so1311294rnf for ; Tue, 08 Mar 2005 03:33:21 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=h3F3nKdBHfgE4kMWq3EPspm1LEkxs2tf8KSvSF06QL/dY5ogSIM1h19x5l8d1wXyQP8TTqSiw9Hv9RXw7ODeAf4Ua6Xja0ENvwPUntICs9g8U+EqEUJ72jc9UgjriVuvhFJOdomn3oxh+VQT7VPYgygkPpneE2kHaV7AFLoKaSU= Received: by 10.38.97.35 with SMTP id u35mr55449rnb; Tue, 08 Mar 2005 03:33:21 -0800 (PST) Received: by 10.38.65.4 with HTTP; Tue, 8 Mar 2005 03:33:21 -0800 (PST) Message-ID: <360173eb05030803332ed9b82@mail.gmail.com> Date: Tue, 8 Mar 2005 12:33:21 +0100 From: Knut Wannheden Reply-To: Knut Wannheden To: HiveMind Dev List Subject: HiveMind application inside Eclipse Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi all, I don't know if this sounds a little bit odd, but I'd like to run a HiveMind application inside Eclipse. As the application is split into multiple modules, of which not always all will be used, I thought it would be natural to map every module to an Eclipse plugin. Without thinking further about it I did just that. Of course I ran into problems: HiveMind doesn't find the module descriptors as I think the Eclipse plugins are all loaded by a separate class loaders. Before trying to implement a solution to this I was wondering if anybody else had done something like this before. I think it should be quite easy to support HiveMind applications inside Eclipse. I'd have to create a HiveMind plugin which exposes a extension point for registering HiveMind modules in other plugins. This should let HiveMind (using a custom ModuleDescriptorProvider) construct the registry. Are there problems with this approach or can someone think of a better idea? Cheers, --knut --------------------------------------------------------------------- To unsubscribe, e-mail: hivemind-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: hivemind-dev-help@jakarta.apache.org