Hi there,
unfortunatelly, I didn't found any eclipse news group... so I post here.
1. Is it possible to develop an Eclipse plugin that use Swing components ?
(Is it a good idea ?)
2. Is it easy to re-use some parts of a Java application in an Eclipse
plugin ?
Thanks for our help
BF
Paul Hamaker - 21 Apr 2006 11:29 GMT
http://www.eclipse.org/newsgroups/
Hendrik Maryns - 21 Apr 2006 13:27 GMT
Bernard Faure schreef:
> Hi there,
> unfortunatelly, I didn't found any eclipse news group... so I post here.
There is a whole plethora of Eclipse newsgroups to be found here:
news.eclipse.org. You’ll need a password to get access, to be found
somewhere on eclipse.org, along with descriptions of what all the
newsgroups are for.
> 1. Is it possible to develop an Eclipse plugin that use Swing components ?
> (Is it a good idea ?)
I don’t know, but from what I’ve heard of it, I don’t think it is a good
idea.
> 2. Is it easy to re-use some parts of a Java application in an Eclipse
> plugin ?
Yes.
H.
- --
Hendrik Maryns
==================
http://aouw.org
Ask smart questions, get good answers:
http://www.catb.org/~esr/faqs/smart-questions.html
Oliver Wong - 21 Apr 2006 17:53 GMT
> Hi there,
> unfortunatelly, I didn't found any eclipse news group... so I post here.
Eclipse has their own private news server. You can get account for free
at http://www.eclipse.org/newsgroups/
- Oliver
ducnbyu@aol.com - 21 Apr 2006 20:56 GMT
There are a number of eclipse news groups on eclipse server
http://www.eclipse.org/newsportal
http://www.eclipse.org/newsportal/thread.php?group=eclipse.tools.ve
Is one for Visual Editor
It may or may not be appropriate for your question, but I'm sure at
least you will get polite direction on where else to post.
ducnbyu@aol.com - 21 Apr 2006 22:12 GMT
Eclipse new portal
http://www.eclipse.org/newsportal
Try the Visual Editor one
http://www.eclipse.org/newsportal/thread.php?group=eclipse.tools.ve
If it is not the appropriate group you will get a polite recommondation
of which group to post in.
ducnbyu@aol.com - 21 Apr 2006 23:33 GMT
Eclipse specific newsgroups are at
http://www.eclipse.org/newsportal
Try your question in
http://www.eclipse.org/newsportal/thread.php?group=eclipse.tools.ve
If not the appropriate group you will be redirected.
ducnbyu@aol.com - 22 Apr 2006 00:21 GMT
Oh this is where they went.
Patrick - 25 Apr 2006 08:35 GMT
Bernard Faure a écrit :
> Hi there,
> unfortunatelly, I didn't found any eclipse news group... so I post here.
Eclipse newsgroups are at the Eclipse server, see:
http://www.eclipse.org/newsgroups/
(you must register with a password)
> 1. Is it possible to develop an Eclipse plugin that use Swing components ?
> (Is it a good idea ?)
I've heard it's possible with latest versions.
> 2. Is it easy to re-use some parts of a Java application in an Eclipse
> plugin ?
It depends if it can be refactored easily to match the framework...