Steve Belt wrote:
>
> Now that I have Jetspeed running and can play around with it, I am looking
> to implement some Intranet uses.
>
> I have created a servlet which, when you post a valid ID and Password (as
> defined in my MessageBoard server) will produce a html-summary of the users
> messages for today. (ie -
> http://MyMessageServer.com:8080/servlet/MyMessages?Id=myID&passwd=myPasswd -
> well, actually I pass the ID and Password as a "post", but you get the idea)
>
> I can modify my servelt to return the messages in RSS or XML formats
> (instead of HTML) so that it is viewable in Jetspeed.
>
> My dream is to include todays messages as part of a Intranet web page. To do
> this, I need each user to post a unique id/password to the URL. Is there a
> way that I could post the Turbine- ID/Password to the URL used by the
> portlet?
>
> I hope this makes sense. Is this possible with Jetspeed? Is RSS or XML more
> appropraite for my return values? Or have I completely missed the mark?
>
> Thanks,
>
> Steve B.
>
You have currently 2 options to implement this:
- use the Rundata in your portlet to get user authentication info. Be warned
however that this will require some changes in your code when the use of
RunData will be removed
- create a "super-user" on your message board which your portlet uses to
connect to the server and then "su" to the real user based on a parameter
your portlet gives.
--
Rapha�l Luta - [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]