communication between portlets

2003-07-29 Thread sophy
hi, all Can I use jetspeed to implement the communication betwee two portlets? For example, when I input some text in portlet A and submit it ,then I can see the text in Portlet B. thanks sophy

jakarta-jetspeed-2 CVS

2003-07-29 Thread David Sean Taylor
The jakarta-jetspeed-2 CVS repository is now online. cvs co -P jakarta-jetspeed-2 Please note that the code will not compile without the Pluto jar. We are still in the process of getting permission to distribute the Pluto jar. -- David Sean Taylor Bluesunrise Software [EMAIL PROTECTED] +01 707

mailportlet v0.2 - Jetspeed 2 comments

2003-07-29 Thread Ender Hikmet KILIÇOÐLU
Here is new mailportlet and now with source code. May be the first commitment to portletforge.net :) Its taken some times. I had some overtimes for it but I have bad feelings because of some demotivation factors like some unclear infos about jetspeed 2. I hope in a short time jetspeed 2 project

WML Customization Problems

2003-07-29 Thread Jason Weiss
Title: Message I've been trying to build a proof of concept for a client using Jetspeed.  I installed the out-of-the-box build of 1.1.4-b4 and was immediately up and running-- accessing both from my desktop web browser and my RIM BlackBerry web browser with success.   I then created a Velocit

RE: New User Account: Timestamps are not entered properly to MySQL tu rbine_user table

2003-07-29 Thread Amin Lalji
Hi Risto, The user is created a few lines down from the createUser() call (data.setUser(user)) ... if you want some custom processing done then you would extend the CreateNewUserAndConfirm class, and then in your new class, simply override createUser()... Hope this helps... Amin -Original M

RE: Re[2]: JSR-168 Comments & Dispatching to portlets

2003-07-29 Thread Luta, Raphael (VUN)
[Moving the thread to Jetspeed Dev] > >My problem is that is seems impossible to do both of: > > a) Have a Portal implemented on top of a standard Servlet > Container > > b) Run multiple Portlet Applications, preferrably in a > standard Portlet > >Container, preferrably -the same- container

Re: Beyond the tutorial and the default jetspeed site

2003-07-29 Thread Massimiliano Dessi
Send me a private mail. You can find my mail in a jetspeed dev mailing list. - Original Message - From: "Pascal DeMilly" <[EMAIL PROTECTED]> To: "Jetspeed Users List" <[EMAIL PROTECTED]> Sent: Monday, July 28, 2003 11:38 PM Subject: Beyond the tutorial and the default jetspeed site > Hi

RE: New User Account: Timestamps are not entered properly to MySQL tu rbine_user table

2003-07-29 Thread Risto . Kaerkkaeinen
I also tested the effect of changing the Date parameter in org.apache.jetspeed.modules.actions.CreateNewUserAndConfirm´s doPerform() method. Default was like follows: Date now = new Date(); JetspeedUser user = JetspeedSecurity.getUserInstance(); user.setUserName

Re: Re[2]: JSR-168 Comments & Dispatching to portlets

2003-07-29 Thread Serge Huber
Hi Endre, Well I'm happy to see I'm not the only one with this concern. I was beginning to think that nobody had this problem except me :) At 11:54 AM 7/29/2003 +0200, you wrote: My problem is that is seems impossible to do both of: a) Have a Portal implemented on top of a standard Servlet Con

Re: Re[2]: JSR-168 Comments

2003-07-29 Thread Endre Stølsvik
On Wed, 23 Jul 2003, Serge Huber wrote: | At 09:05 AM 7/23/2003 -0700, you wrote: | | >Tomcat and Resin have a cross-context invoker feature. | >See http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/context.html | | Yes I am aware of those, but it still doesn't solve the problem of | dispatch

Re: Beyond the tutorial and the default jetspeed site

2003-07-29 Thread Ramiro Rinaudo
Pascal I could show you my sites...(still in development..so they are no on line.) Contact me and settle a way you can see them. I'll put them online for you. If you like them I'll give you the code... Good luck. Ramiro - Original Message - From: "Pascal DeMilly" <[EMAIL PROTECTED]

Re: Distributing pdfs securely with jetspeed / slide integration

2003-07-29 Thread Bob Brands
Hi, I'm trying to integrate Jetspeed with slide as well, but so far I'm not succesful with that. I think I'll give it one more try, but then I'll look for a other sulotion, unless somebody can help you and me. Greetings Bob. http://www.beheervisie.nl/disclaimer. ---

CHTML and PDA support

2003-07-29 Thread Marco Mari
Hi, I'm a student in computer engineering at Parma University, in Italy. For my degree thesis I've adapted Jetspeed (1.4b4) to CHTML and PDA navigation. My project is nearly complete, if you are interested I can donate all my work (and a report that describes all the things I've done). Regards, Ma

Distributing pdfs securely with jetspeed / slide integration

2003-07-29 Thread Stefan.Landro
Hi there, I'm kinda new to jetspeed and was wondering if there is a simple way to distribute binary files like pdfs (e.g. financial reports) in a secure way. I was thinking about converting the reports into html and use the HTML portlet (placing the html under web-inf), but we need the pdfs too.