Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » SWT app running as collection of plugins, not JARs?
SWT app running as collection of plugins, not JARs? [message #498814] Wed, 18 November 2009 17:25 Go to next message
Dave Combs is currently offline Dave CombsFriend
Messages: 21
Registered: July 2009
Junior Member
(As this is my first post, if you could please point me elsewhere if I'm
in the wrong group with this...)

We've been working on an RCP app, but discovering that we're not
actually getting enough value or layout configurability with RCP views
and editors, while SWT/JFace seems to fit the bill nicely. However,
we'd still like to use the Eclipse plugin architecture, and start the
SWT app as a plugin, rather than completely standalone via 'java
-classpath' with a bunch of JARs. To do this, do I just need to replace
the 'Application.start' method that Eclipse normally provides (that
calls PlatformUI.createAndRunWorkbench())? Or is something else
required? Is there an example someplace that I can look at that does
this--uses plugins and SWT/JFace, but doesn't use the Eclipse Workbench?

Thanks!
Dave
Re: SWT app running as collection of plugins, not JARs? [message #499264 is a reply to message #498814] Fri, 20 November 2009 15:38 Go to previous message
Grant Gayed is currently offline Grant GayedFriend
Messages: 2150
Registered: July 2009
Senior Member
The eclipse.platform.rcp newsgroup is probably the best place for this
question.

Grant


"Dave Combs" <combs@pobox.com> wrote in message
news:4B042E25.30709@pobox.com...
> (As this is my first post, if you could please point me elsewhere if I'm
> in the wrong group with this...)
>
> We've been working on an RCP app, but discovering that we're not
> actually getting enough value or layout configurability with RCP views
> and editors, while SWT/JFace seems to fit the bill nicely. However,
> we'd still like to use the Eclipse plugin architecture, and start the
> SWT app as a plugin, rather than completely standalone via 'java
> -classpath' with a bunch of JARs. To do this, do I just need to replace
> the 'Application.start' method that Eclipse normally provides (that
> calls PlatformUI.createAndRunWorkbench())? Or is something else
> required? Is there an example someplace that I can look at that does
> this--uses plugins and SWT/JFace, but doesn't use the Eclipse Workbench?
>
> Thanks!
> Dave
Previous Topic:Layout not based on content of control
Next Topic:Parent's size
Goto Forum:
  


Current Time: Fri Apr 26 11:04:07 GMT 2024

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

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

Back to the top