Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Standalone or plug-in project
Standalone or plug-in project [message #144046] Fri, 20 February 2004 11:15 Go to next message
Eclipse UserFriend
Hello,
We have a swing based mapping application which utlizes drag and drop and
other features. We are planning to move / rewrite this application to
Eclipse based framework so that we can take advantage of some of the other
plug-ins.

Assume that I am creating this application from scratch, what type the
application should be : 1) a standalone SWT application or 2) an Eclipse
plug-in.

If I choose 1, a standalone SWT application, would it be possible for that
application to access and use other Eclipse plug-ins?

If I choose 2, an Eclipse plug-in, how my plug-in will be activated? I
would like to launch my application (plug-in) by default, i.e. I do not
want to activate my application from within Eclipse through a menu item.

Any pointers ....

Thanks

Srinivasan Sairam
Re: Standalone or plug-in project [message #144139 is a reply to message #144046] Fri, 20 February 2004 17:12 Go to previous message
Eclipse UserFriend
Originally posted by: Jed.Anderson.EN.aclickinthedark.com

Srinivasan,

If you want to take advantage of other plug-ins you will want to write
your application as an Eclipse application.

Then you should supply your own extension to the
org.eclipse.core.runtime.applications extension-point.

For more information about what you are trying to do look at the Rich
Client Tutorials found here:

http://www.eclipsepowered.org/rcp.html

Hope this helps!

jkca

Srinivasan Sairamachandran wrote:

> Hello,
> We have a swing based mapping application which utlizes drag and drop and
> other features. We are planning to move / rewrite this application to
> Eclipse based framework so that we can take advantage of some of the other
> plug-ins.
>
> Assume that I am creating this application from scratch, what type the
> application should be : 1) a standalone SWT application or 2) an Eclipse
> plug-in.
>
> If I choose 1, a standalone SWT application, would it be possible for that
> application to access and use other Eclipse plug-ins?
>
> If I choose 2, an Eclipse plug-in, how my plug-in will be activated? I
> would like to launch my application (plug-in) by default, i.e. I do not
> want to activate my application from within Eclipse through a menu item.
>
> Any pointers ....
>
> Thanks
>
> Srinivasan Sairam
>
>
Previous Topic:3.0M6-7: Smart insert brace insertion/completion doesn't respect code formatter settings
Next Topic:Library management
Goto Forum:
  


Current Time: Sun Nov 02 21:33:58 EST 2025

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

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

Back to the top