Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse 4 » How to connect to DB / Legacy system in parallel to eclipse start?
How to connect to DB / Legacy system in parallel to eclipse start? [message #1005479] Fri, 25 January 2013 15:43 Go to next message
Kris Missing name is currently offline Kris Missing nameFriend
Messages: 47
Registered: July 2009
Member
Hi,

I am working on my first e4 (4.2) based RCP App and would like to do the
connection to a DB / content load from the DB in parallel to the eclipse
start process.

Any ideas how to realize parallel work during the start process?

Thanks!
Kris
Re: How to connect to DB / Legacy system in parallel to eclipse start? [message #1005684 is a reply to message #1005479] Mon, 28 January 2013 09:19 Go to previous message
Eclipse UserFriend
The earliest point you can hook in is the startup lifecycle hooks. Take a look at the alternatives (online tutorials) and spawn a job or a thread. The heaviest job in starting up is loading the workbench and those hooks will give you a chance to start doing some work.
Previous Topic:Inject Part - What did I miss?
Next Topic:CSS class is applied, but not propagated SWT attributes
Goto Forum:
  


Current Time: Thu Apr 25 08:07:26 GMT 2024

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

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

Back to the top