Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse 4 » Non singlton workspace
Non singlton workspace [message #906438] Sat, 01 September 2012 13:32 Go to next message
Rushan Gilmullin is currently offline Rushan GilmullinFriend
Messages: 61
Registered: June 2011
Member
The main problem of using Eclipse Resource System in web E4 applications is in singlton workspace. I try to do some hacks to get the one workspace for every workbench, but this is not simple to do. Do the E4 community plans the solve this problem in future?
Re: Non singlton workspace [message #907105 is a reply to message #906438] Mon, 03 September 2012 09:45 Go to previous messageGo to next message
Thomas Schindl is currently offline Thomas SchindlFriend
Messages: 6651
Registered: July 2009
Senior Member
Currently nobody is working on core-resources (this where you find the
whole workspace stuff). You could take a look at RAP, if and how they
solved it.

I think the root singleton anything depends on is
ResourcePlugin.getWorkspace() but I've no idea if this helps you.

Tom

Am 01.09.12 15:32, schrieb Rushan Gilmullin:
> The main problem of using Eclipse Resource System in web E4 applications
> is in singlton workspace. I try to do some hacks to get the one
> workspace for every workbench, but this is not simple to do. Do the E4
> community plans the solve this problem in future?
Re: Non singlton workspace [message #907119 is a reply to message #906438] Mon, 03 September 2012 10:22 Go to previous messageGo to next message
Rushan Gilmullin is currently offline Rushan GilmullinFriend
Messages: 61
Registered: June 2011
Member
I have decide currently not adopt resource system for vaaclipse. There are works with more high priority.

Tom, why there are no method createInputPart(String id) in EPartService that create MInputPart by descriptor id? There are method createPart(String id) creating MPart by descriptor id, but no for MInputPart. It is not difficult create this method in user code, but I suppose it is must be in this service...

[Updated on: Mon, 03 September 2012 10:22]

Report message to a moderator

Re: Non singlton workspace [message #907135 is a reply to message #907119] Mon, 03 September 2012 11:03 Go to previous messageGo to next message
Thomas Schindl is currently offline Thomas SchindlFriend
Messages: 6651
Registered: July 2009
Senior Member
Am 03.09.12 12:22, schrieb Rushan Gilmullin:
> I have decide currently not adopt resource system for vaaclipse. There
> are works with more high priority.
>

That would be my suggestion as well!

> Tom, why there are no method createInputPart(String id) in EPartService
> that create MInputPart by descriptor id? There are method
> createPart(String id) create MPart by descriptor id, but no for
> MInputPart. It is not difficult create this method in user code, but I
> suppose it is must be in this service...

No real reason beside that we have MInputPart planed to be used only
once we have MEditorDescriptors but there's nothing wrong in adding such
a method to the EPartService.

Please file a bug and we can add it in the next milestone.

Tom
Re: Non singlton workspace [message #907202 is a reply to message #907135] Mon, 03 September 2012 14:09 Go to previous messageGo to next message
Eclipse UserFriend
Also post the bug id here
Re: Non singlton workspace [message #908133 is a reply to message #906438] Tue, 04 September 2012 20:01 Go to previous messageGo to next message
Rushan Gilmullin is currently offline Rushan GilmullinFriend
Messages: 61
Registered: June 2011
Member
OK, yesterday I will open bug and will post the link there.
Re: Non singlton workspace [message #909256 is a reply to message #906438] Thu, 06 September 2012 20:21 Go to previous message
Rushan Gilmullin is currently offline Rushan GilmullinFriend
Messages: 61
Registered: June 2011
Member
I was very busy in this days so don't work on renderer. But now the works will be continued and in next week I plan to release the alpha version of renderer with full working demo. I want to apply the Tom's patch to event broker - so the renderer will work in parallel sessions. After this the online demo will be possible (we need it becouse prepare for staring this demo from sources is not easy operation). Now I have no server to host the demo, but I hope that my server will free for this at end of next week.

[Updated on: Thu, 06 September 2012 20:24]

Report message to a moderator

Previous Topic:Looking for (open source) projects based on Eclipse4
Next Topic:How to properly implement Save As...?
Goto Forum:
  


Current Time: Wed Apr 24 17:22:51 GMT 2024

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

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

Back to the top