> -----Original Message-----
> From: burtonator [mailto:[EMAIL PROTECTED]]
> Sent: Monday, July 10, 2000 5:27 PM
> To: JetSpeed
> Subject: Re: Link to acess scheduler within Jetspeed
> 
> 
> 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.

This will not solve the problem I'm currently having with accessing the
Turbine Scheduler Admin Screen, right?

> 
> 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 :)

I want to allow users with the appropriate permission to add new users and
schedule jobs from a web client.  Is the "thin client" you mentioned above
web 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.

Can you please elaborate on this.....

> 
> 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]
> 


--
--------------------------------------------------------------
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