Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » Administrator entry point
Administrator entry point [message #102745] Fri, 22 August 2008 03:17 Go to next message
Boris Stepanov is currently offline Boris StepanovFriend
Messages: 68
Registered: July 2009
Member
Hi all,

My RAP application consist of about 10 plugins. 3 plugins implement
admin functionality and I need ability to make entry point for
administrator which will work only when user input correct administrator
login and password. Users connecting to general entry point should not
see actions, wizards, dialogs and etc. from admin plugins.

Now I have only one idea how to implement it - create two rap
applications, one for admins, second for users and each application will
contain its own set of plugins. But I am looking for decision to
implement it on one web application.
Re: Administrator entry point [message #102811 is a reply to message #102745] Fri, 22 August 2008 08:21 Go to previous messageGo to next message
Nikolai Raitsev is currently offline Nikolai RaitsevFriend
Messages: 102
Registered: July 2009
Senior Member
Hi,

Google for the Eclipse RCP Activities API. Maybe it is that for what you
looks.

Best regards,

Nikolai
Re: Administrator entry point [message #102869 is a reply to message #102811] Fri, 22 August 2008 10:10 Go to previous messageGo to next message
Benjamin Muskalla is currently offline Benjamin MuskallaFriend
Messages: 237
Registered: July 2009
Senior Member
Hi,

with Eclipse 3.4 (and current RAP version is based on 3.4) they Platform
team extended the Activities with a role concept. You may take a look at
the Platform Help pages:
http://help.eclipse.org/ganymede/index.jsp?topic=/org.eclips e.platform.doc.isv/guide/workbench_advext_activities.htm

I never tried the Activities support myself but I remember Elias played
around with it some time ago.

Best regards
Benny

Nikolai wrote:
> Hi,
>
> Google for the Eclipse RCP Activities API. Maybe it is that for what you
> looks.
>
> Best regards,
>
> Nikolai
>
Re: Administrator entry point [message #103016 is a reply to message #102869] Sat, 23 August 2008 08:47 Go to previous messageGo to next message
Boris Stepanov is currently offline Boris StepanovFriend
Messages: 68
Registered: July 2009
Member
Hi, Benjamin

Thanks. I think it will be the best way for my goal.

> Hi,
>
> with Eclipse 3.4 (and current RAP version is based on 3.4) they Platform
> team extended the Activities with a role concept. You may take a look at
> the Platform Help pages:
> http://help.eclipse.org/ganymede/index.jsp?topic=/org.eclips e.platform.doc.isv/guide/workbench_advext_activities.htm
>
>
> I never tried the Activities support myself but I remember Elias played
> around with it some time ago.
>
> Best regards
> Benny
>
> Nikolai wrote:
>> Hi,
>> Google for the Eclipse RCP Activities API. Maybe it is that for
>> what you looks.
>>
>> Best regards,
>>
>> Nikolai
>>
Re: Administrator entry point [message #103103 is a reply to message #102869] Tue, 26 August 2008 04:24 Go to previous messageGo to next message
Boris Stepanov is currently offline Boris StepanovFriend
Messages: 68
Registered: July 2009
Member
Hi Benjamin,

I found that activities with expressions (enabledWhen element in
plugin.xml) do not work. The same plugin works in RCP.


> Hi,
>
> with Eclipse 3.4 (and current RAP version is based on 3.4) they Platform
> team extended the Activities with a role concept. You may take a look at
> the Platform Help pages:
> http://help.eclipse.org/ganymede/index.jsp?topic=/org.eclips e.platform.doc.isv/guide/workbench_advext_activities.htm
>
>
> I never tried the Activities support myself but I remember Elias played
> around with it some time ago.
>
> Best regards
> Benny
>
> Nikolai wrote:
>> Hi,
>> Google for the Eclipse RCP Activities API. Maybe it is that for
>> what you looks.
>>
>> Best regards,
>>
>> Nikolai
>>
Re: Administrator entry point [message #103198 is a reply to message #103103] Tue, 26 August 2008 19:05 Go to previous message
Eclipse UserFriend
Originally posted by: evolanakis.innoopract.com

Boris,

please file a bug for this so we can track this issue.

My work when implementing the activities for RAP was based on Eclipse
3.3. I'm not certain if the 3.4 stuff Benny mentioned has been ported to
RAP since then.

Elias.


Boris Stepanov wrote:
> Hi Benjamin,
>
> I found that activities with expressions (enabledWhen element in
> plugin.xml) do not work. The same plugin works in RCP.
>
>
>> Hi,
>>
>> with Eclipse 3.4 (and current RAP version is based on 3.4) they
>> Platform team extended the Activities with a role concept. You may
>> take a look at the Platform Help pages:
>> http://help.eclipse.org/ganymede/index.jsp?topic=/org.eclips e.platform.doc.isv/guide/workbench_advext_activities.htm
>>
>>
>> I never tried the Activities support myself but I remember Elias
>> played around with it some time ago.
>>
>> Best regards
>> Benny
>>
>> Nikolai wrote:
>>> Hi,
>>> Google for the Eclipse RCP Activities API. Maybe it is that for
>>> what you looks.
>>>
>>> Best regards,
>>>
>>> Nikolai
>>>


--
---
Elias Volanakis
Innoopract, Inc.
http://www.innoopract.com
Previous Topic:example GMap custom control
Next Topic:Using images and javascripts in ServiceHandler
Goto Forum:
  


Current Time: Thu Apr 25 14:53:41 GMT 2024

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

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

Back to the top