SWT deprecated in Eclipse 4 [message #960464] |
Sat, 27 October 2012 10:06  |
Eclipse User |
|
|
|
Hi everyone
I read in wikipedia that, and I cite "SWT support is deprecated in Eclipse Juno, and is planned to be removed entirely in Kepler."
Is this true? Should one use, from now on, only xwt in RCP applications?
The unique way to design RCP UIs in future versions of eclipse is XWT?
Can anyone inlight me? I'm starting a new huge application and I need to know what can I count with?
Thanks in advance
Rui Domingues
|
|
|
|
|
Re: SWT deprecated in Eclipse 4 [message #960600 is a reply to message #960464] |
Sat, 27 October 2012 12:32   |
Eclipse User |
|
|
|
There's no intend to deprecate SWT.
What is true, is that e4 does not make any assumptions how you implement
your UI, by hand, using XWT, using SWT, using JavaFX, using Swing, ... .
Tom
Am 27.10.12 16:06, schrieb Rui Domingues:
> Hi everyone
>
> I read in wikipedia that, and I cite "SWT support is deprecated in
> Eclipse Juno, and is planned to be removed entirely in Kepler."
>
> Is this true? Should one use, from now on, only xwt in RCP applications?
>
> The unique way to design RCP UIs in future versions of eclipse is XWT?
>
> Can anyone inlight me? I'm starting a new huge application and I need to
> know what can I count with?
>
> Thanks in advance
> Rui Domingues
|
|
|
|
|
Re: SWT deprecated in Eclipse 4 [message #961471 is a reply to message #960732] |
Sun, 28 October 2012 05:49  |
Eclipse User |
|
|
|
Rui Domingues wrote on Sat, 27 October 2012 15:12
is there any examples how to use swing?
rui
Kai Todter have create swing renderer prototype as example for generic renderer. You can take it as a base for own swing renderer.
But if I was in your place, I'd choose the javafx, becouse:
1. There are ready renderer for javafx called efxclipse: http://efxclipse.org/
2. Swing today is deprecated technology. It have no support from Oracle and have no future. In general case this is a mistake today choose the swing as a gui platform for new applications (only maybe if you have the command of swing developers and your application is not very complex)
|
|
|
Powered by
FUDForum. Page generated in 0.06663 seconds