Angel Ko wrote:
> 
> I need to add 2 menu options in Jetspeed to access the Turbine scheduler and
> Turbine User Admin screen.
> 
> For the User Admin, I have the URL as
> http://<server>/servlet/jetspeed/screen/admin.FindUser.  When clicked, it
> brings up the Turbine User Management screen, which is what I want.

Hm... I would be +1 for seeing a TurbineAdminPortlet.  This would be
VERY easy.

Just 

do a couple of DynamicURIs and then output them.

IE 

DynamicURI duri = new DynamicURI( this.getServerData() );
duri.setScreen( "admin.FindUser" );

then just make an 'A' ECS element and output HTML.

I can see no reason you would want to do Turbine/Jetspeed administration
from a WAP/thin client :)

The only problem is you will need to do you own Security checking. 
Right now Portlets can't check/change their security when they are
deployed.

Let me know if you need more advice.

Kevin

-- 
Kevin A Burton (e-mail: [EMAIL PROTECTED], UIN: 73488596, ZKey:
burtonator)
http://relativity.yi.org
Message to SUN Microsystems:  "Please Open Source Java!"
To fight and conquer in all your battles is not supreme excellence;
supreme 
excellence consists in breaking the enemy's resistance without fighting.
    - Sun Tzu, 300 B.C.


--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to