Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » RCP using JDT
RCP using JDT [message #312089] Tue, 30 January 2007 13:44 Go to next message
Eclipse UserFriend
Originally posted by: mlong1958.gmail.com

Is it possible to use the JDT and or the CDT in an RCP application?
Re: RCP using JDT [message #312092 is a reply to message #312089] Tue, 30 January 2007 14:11 Go to previous messageGo to next message
Eclipse UserFriend
Yes, it is.

Snjeza

Michael Long wrote:
> Is it possible to use the JDT and or the CDT in an RCP application?
Re: RCP using JDT [message #312376 is a reply to message #312092] Thu, 08 February 2007 02:50 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: mlong1958.gmail.com

Hmmm. I've been reading up on the docs and according to
wiki.eclipse.org, the org.eclipse.ui.ide plugin should not be used in
RCP applications. The JDT sits on top of it. Am I missing something
here? Here is the Eclipsipedia quote


BEGIN

Is the IDE plug-in (org.eclipse.ui.ide) considered part of the Rich
Client Platform?

No. The org.eclipse.ui.ide plug-in is layered on top of the generic
workbench (org.eclipse.ui) and defines the application for the Eclipse
IDE, on top of which sit the other IDE components such as the Java
Development Tools (JDT), Plug-in Development Environment (PDE),
Debugger, and Team support. The DE instantiates the generic workbench,
configuring it with IDE-specific menu and toolbar items, and adding
IDE-specific views, preference pages and other extensions. The IDE uses
the workspace resource model as its underlying data model.
*The org.eclipse.ui.ide plug-in, and the extensions defined within
it, are not designed to be reused in other RCP applications.*

END

Snjezana Peco wrote:
> Yes, it is.
>
> Snjeza
>
> Michael Long wrote:
>> Is it possible to use the JDT and or the CDT in an RCP application?
Re: RCP using JDT [message #312384 is a reply to message #312376] Thu, 08 February 2007 06:31 Go to previous messageGo to next message
Eclipse UserFriend
Michael Long wrote:

> Hmmm. I've been reading up on the docs and according to
> wiki.eclipse.org, the org.eclipse.ui.ide plugin should not be used in
> RCP applications. The JDT sits on top of it. Am I missing something
> here?

RCP is a platform or bundle to which JDT does not belong. However, you
are free to put whatever you like on top of RCP. The problem with this
is that JDT will bring in a certain menu structure, perspectives etc. If
you can live with that then feel free to use JDT.

Dani

> Here is the Eclipsipedia quote
>
>
> BEGIN
>
> Is the IDE plug-in (org.eclipse.ui.ide) considered part of the Rich
> Client Platform?
>
> No. The org.eclipse.ui.ide plug-in is layered on top of the
> generic workbench (org.eclipse.ui) and defines the application for the
> Eclipse IDE, on top of which sit the other IDE components such as the
> Java Development Tools (JDT), Plug-in Development Environment (PDE),
> Debugger, and Team support. The DE instantiates the generic workbench,
> configuring it with IDE-specific menu and toolbar items, and adding
> IDE-specific views, preference pages and other extensions. The IDE
> uses the workspace resource model as its underlying data model.
> *The org.eclipse.ui.ide plug-in, and the extensions defined within
> it, are not designed to be reused in other RCP applications.*
>
> END
>
> Snjezana Peco wrote:
>
>> Yes, it is.
>>
>> Snjeza
>>
>> Michael Long wrote:
>>
>>> Is it possible to use the JDT and or the CDT in an RCP application?
>>
Re: RCP using JDT [message #312441 is a reply to message #312384] Fri, 09 February 2007 23:31 Go to previous message
Eclipse UserFriend
Originally posted by: mlong1958.gmail.com

Thanks. No problem with menus or perspectives, just trying to trim down
Eclipse for a project but need JDE and CDT. I'll play around with it.


Daniel Megert wrote:
> Michael Long wrote:
>
>> Hmmm. I've been reading up on the docs and according to
>> wiki.eclipse.org, the org.eclipse.ui.ide plugin should not be used in
>> RCP applications. The JDT sits on top of it. Am I missing something
>> here?
>
> RCP is a platform or bundle to which JDT does not belong. However, you
> are free to put whatever you like on top of RCP. The problem with this
> is that JDT will bring in a certain menu structure, perspectives etc. If
> you can live with that then feel free to use JDT.
>
> Dani
>
>> Here is the Eclipsipedia quote
>>
>>
>> BEGIN
>>
>> Is the IDE plug-in (org.eclipse.ui.ide) considered part of the Rich
>> Client Platform?
>>
>> No. The org.eclipse.ui.ide plug-in is layered on top of the
>> generic workbench (org.eclipse.ui) and defines the application for the
>> Eclipse IDE, on top of which sit the other IDE components such as the
>> Java Development Tools (JDT), Plug-in Development Environment (PDE),
>> Debugger, and Team support. The DE instantiates the generic workbench,
>> configuring it with IDE-specific menu and toolbar items, and adding
>> IDE-specific views, preference pages and other extensions. The IDE
>> uses the workspace resource model as its underlying data model.
>> *The org.eclipse.ui.ide plug-in, and the extensions defined within
>> it, are not designed to be reused in other RCP applications.*
>>
>> END
>>
>> Snjezana Peco wrote:
>>
>>> Yes, it is.
>>>
>>> Snjeza
>>>
>>> Michael Long wrote:
>>>
>>>> Is it possible to use the JDT and or the CDT in an RCP application?
>>>
Previous Topic:Autosave before Ant build
Next Topic:Problem with getting the resource for an editor
Goto Forum:
  


Current Time: Sat May 10 08:35:37 EDT 2025

Powered by FUDForum. Page generated in 0.24985 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top