Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Use cases for org.eclipse.equinox.app.IApplication
Use cases for org.eclipse.equinox.app.IApplication [message #312706] Fri, 16 February 2007 12:36 Go to next message
Roland Tepp is currently offline Roland TeppFriend
Messages: 336
Registered: July 2009
Senior Member
Hello,

I am trying to dive in to the new style application service in 3.3 and I
have few questions about how it i meant to be used...

The new extension point schema defines that you can define application
to have one of several cardinalities:
"singleton-global", "singleton-scoped", [1..5] and "*"

That would imply that new application framework an be used to run
several application instances within running eclipse product instance?

I assume the intended purpose for this is to be able to, say run an
eclipse Help backend as one application, some sort of service layer API
as another and finally RCP Workbench as GUI?

How can I define a set of applications that ought to be run when
launching my RCP product?

Do I have to specify a "main" application that would then "manually"
launch and manage other applications or is there some declarative
"automanaged" application launching mechanism?

--
Roland Tepp
Re: Use cases for org.eclipse.equinox.app.IApplication [message #312712 is a reply to message #312706] Fri, 16 February 2007 13:36 Go to previous message
Paul Webster is currently offline Paul WebsterFriend
Messages: 6859
Registered: July 2009
Location: Ottawa
Senior Member

Some good questions, and if you don't get decent information here I
would try in the eclipse.technology.equinox group.

From my limited understanding, the new extension is designed to be able
to run multiple applications within one JVM ... from the OSGi/equinox
point of view.


I'm not sure how to work it with eclipse, though. In the end, eclipse
still has one main UI thread for SWT. I'm not sure if you could run 2
eclipse applications in one JVM (although since OSGi would in theory be
using different classloaders, they would have no Classes in common).

Later,
PW


Previous Topic:React to closing of an editor
Next Topic:org.eclipse.team.ui can't find IDocumentProvider
Goto Forum:
  


Current Time: Sat Nov 09 23:12:15 GMT 2024

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

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

Back to the top