RE: jetspeed 2 vs 1.5

2004-02-19 Thread Mikhail Garber
or look elsewhere as we are planning ;-) -Original Message- From: Brian Rowe [mailto:[EMAIL PROTECTED] Sent: Thursday, February 19, 2004 11:11 AM To: Jetspeed Users List Subject: Re: jetspeed 2 vs 1.5 Hello, On Thursday 19 February 2004 11:54 am, you wrote: > I asked the same question,

RE: Security questions

2004-02-17 Thread Mikhail Garber
>>Thus you can 'group' collections of users together in order to apply >>security constraints to those users. For example, you could create a constraint that granted view and >>customize access to all users in group 'A', but only view access to >>group 'B' how to accomplish just that has been a

RE: Need Help for use event action with JspPortletAction

2004-01-29 Thread Mikhail Garber
If I remember correctly, at some point there was a restriction on how method should be called. It only accepted "doSomething": starts with "do" and only one capital letter thereafter. I don't know if this is still true; I switched to Struts for my portlets. -Original Message- From: Benoit

jetspeed 1.4 portlet security

2004-01-28 Thread Mikhail Garber
I got default jetspeed 1.4 installation. I have two users, one is granted role "Role 1", one is not. I created security ref "security 1" and specified that Role 1 can "view" and Admin can do everything I attached this security ref to my portlet (instead of default) After that, the user without Role

RE: using Struts for portlet development

2004-01-28 Thread Mikhail Garber
let to use this info The weak points are: - collaboration between portlets. One action in a portlet modifies the rest of portlets. The model is more complex due to modules are not isolated. That's all Benja - Original Message - From: "Mikhail Garber" <[EMAIL PROTECTED]>

using Struts for portlet development

2004-01-26 Thread Mikhail Garber
Hi all We use Jetspeed as the foundation of our portal. Plain vanilla 1.4. We decided to use Struts with JSPs for the development of new portlets. The basic strategy goes like that: All portlets are based on JSP template and use the same Turbine Action class. I extended Struts form tag and Jetspeed