| IIRC I think something along that line has been done in the
      context of the Orion server a long time ago. IIRC John A. worked
      on this so maybe someone from the IBM team can confirm this. HTH Pascal
 
 On 4/4/2018 11:51 AM, Mickael Istria
      wrote:
 
      
        
          Hi all,
 
 
          In the general idea of improving Eclipse Platform (use case
          here would be JDT-LS) for the cloud, I'm wondering whether
          some of you already considered, tried or evaluated making
          Eclipse Platform multi-tenant in term of workspace, basically
          having the same instance able to work simultaneously with
          different workspaces, 1 per user/task/whatever ?
         
        Technically -for the public usage-, it would mostly be about
        avoiding references to ResourcePlugin.getWorkspace() in favor of
        resolving workspace according to the context (using for instance
        file.getProject().getWorkspace() instead of
        ResourcePlugin.getWorkspace()) and to introduce a new
        ResourcePlugin.getWorkpace(key) method. 
 
          
            
              
 But I imagine it's not so simple and there are more
                things to consider. Hence if someone already have some
                feedback on this work, it'd be greatly appreciated!
 
 Cheers,
 
 
 _______________________________________________
platform-dev mailing list
platform-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/platform-dev 
 |