Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [eclipse-dev] Eclipse Project 2.2 Draft Plan posted

Ed & eclipse-dev,

> One item that I think should be on the 2.2 plan is dynamic loading and unloading of Eclipse plugins...

Is there any interest in using Java Management eXtensions and/or the JBoss microkernel for this purpose?

It seems to me that the differences between server-side dynamic module loading and client side dynamic module loading are few, if any.

Based on my experience with Eclipse and JBoss I see a lot of similarities in architecture and approach.  JMX is also generally gaining acceptance, and comes with a lot of useful features beyond dynamic loading.

  - Matt


-----Original Message-----
From: Ed Burnette [mailto:Ed.Burnette@xxxxxxx]
Sent: Friday, December 20, 2002 3:23 PM
To: eclipse-dev@xxxxxxxxxxx
Subject: RE: [eclipse-dev] Eclipse Project 2.2 Draft Plan posted


One item that I think should be on the 2.2 plan is dynamic loading and unloading of Eclipse plugins. This would allow the user to install and uninstall features and plugins without restarting Eclipse. Currently Eclipse exits with a special return code and the native Eclipse executable re-invokes the java part. If there's not currently an open feature request on this (I didn't find one on a search) I'll be happy to open one. Thanks.

> -----Original Message-----
> From: John Wiegand [mailto:John_Wiegand@xxxxxxx] 
> Sent: Friday, December 20, 2002 1:06 PM
> To: eclipse-dev@xxxxxxxxxxx
> Subject: [eclipse-dev] Eclipse Project 2.2 Draft Plan posted
> 
> 
> The initial draft of the Eclipse 2.2 plan is available for review at
> http://www.eclipse.org/eclipse/development/eclipse_project_pla
> n_2_2.html.
> 
> ...
> Please send comments about this draft plan to the 
> eclipse-dev@xxxxxxxxxxx
> developer mailing list.  We will be reviewing your feedback in the new
> year.
_______________________________________________
eclipse-dev mailing list
eclipse-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/eclipse-dev


Back to the top