supported rss / rdf versions?

2003-01-31 Thread kristian . weissmann
Hi,

i am little confused about rss / rdf version and the support of the rss 
portlet.
There seems to be
rss 0.91
rss 0.94
rss 1.00 [=rdf]
rss 2.00

It seems to me, that >0.9x version do not work with the rss portlet. Is 
that correct or am I doing somethin wrong?
E.g.:
- http://www.jeckle.de/news.rss
 is not working
- http://p.moreover.com/cgi-local/page?index_java+rss
 works

Here are my portlet entries:



jeckle

http://www.jeckle.de/news.rss
rss 




j news

http://p.moreover.com/cgi-local/page?index_java+rss
rss 



BTW, how can I add a new portlet catogory?

Thanks,
Kris


Re: How to set Security for Portlets ?

2003-01-29 Thread kristian . weissmann
Since I am quite a jetspeed newbie I do not know whether this is a good 
solution, but it should work:

-  define your group like "mygroup"
-  define a psml under WEB-INF/psml/group/mygroup/html/defaul.psml with 
portlets 1 and 2
-  define your roles like "role1" and "role2"
-  define  a psml under WEB-INF/psml/role/role2/html/defaul.psml with 
portlets 3 and 4
-  define  a psml under WEB-INF/psml/role/role1/html/defaul.psml with 
nothing (see next step)
-  use a "psml locator" 
[http://jakarta.apache.org/jetspeed/site/psml.html] to include portlets 1 
and 2 in the psml of role 2
-  use a "psml locator" 
[http://jakarta.apache.org/jetspeed/site/psml.html] to include portlets 1 
and 2 in the psml of role 1

- If you use the profiler mechanism which automatically checks the 
browsers language, you probably need to
change the path from e.g. WEB-INF/psml/group/mygroup/html/defaul.psml
WEB-INF/psml/group/mygroup/html/DE/CH/defaul.psml (for switzerland). Or 
simply switch the profiler off in
turbine.properties for the first try-outs.

- tell me, whats the effect if a user has both roles? Does he have portlet 
1 and 2 twice?

HTH,
Kris

jetspeed-gurus: Is this a proper solution?







"Sunil Sheshadri" <[EMAIL PROTECTED]>
30.01.2003 08:00
Please respond to "Jetspeed Users List"

 
To: "'Jetspeed Users List'" <[EMAIL PROTECTED]>
cc: 
Subject:How to set Security for Portlets ?


Hi,
I have two new roles defined in my application. role1 and role2

I have 4 portlets.
role1 has to access only 1 and 2 portlets.
but role2 has to have access to all 1,2,3,4 portlets. How to sent the 
roles
for the portlets ?


Regards,
Sunil P S.
Off: 5010261 (extn :2261)
Res: 3329038


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]






Re: JSP vs Velocity

2003-01-29 Thread kristian . weissmann
Lucky guy! Write a book about it and share your knowledge - struts books 
we have enough!
BTW, since your mail ends with apache.org - how much and how long are you 
involved in
jetspeed / turbine? I am since 4 days and don` t think jetspeed is one of 
the
"vanilla" frameworks to understand in a few days. 








"Andrew C. Oliver" <[EMAIL PROTECTED]>
29.01.2003 14:33
Please respond to "Jetspeed Users List"

 
To: Jetspeed Users List <[EMAIL PROTECTED]>
cc: 
Subject:Re: JSP vs Velocity


I found turbine pretty easy to deal with myself.

[EMAIL PROTECTED] wrote:
> Hi,
> 
> I think the popularity could be much better if the underlying turbine 
would
> not be such a high learning curve. With turbine 3 it may be much better,
> since then people can bet on horses, which they already know (especially
> EJB). IMHO, What also could give jetspeed a real boost is if it would 
rely
> on struts(*) - but I guess that is impossible, since turbine has its own
> mcv-model ...
> 
> (*) maybe struts does not have such a sophisticated mvc model as 
turbine,
> but it definitively has much more familiarity and pervasion (just look 
at
> all these struts books and articles). for me it is a quasi-standard for
> web-based mvc.
> 
> Kris
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]






Re: Jetspeed Access Control

2003-01-29 Thread kristian . weissmann
Unfortunately, there is a confusing typo in my last paragraph:

And, some portlets on the SomethingElse pane should not be visible for a 
one
ROLE [not group!] (let´s say for the ProjectInfo role). Is this possible?
I could not manage this with security definitions in security.xreg
and security references in the psml files...







Kristian Weissmann <[EMAIL PROTECTED]>
28.01.2003 21:50
Please respond to "Jetspeed Users List"

 
To: [EMAIL PROTECTED]
cc: 
Subject:Jetspeed Access Control


Hi Jetspeed-Community,

I have some problems configuring access control for jetspeed and really 
hope
someone can help, :(

- I need to make some tab-panes non editable, e.g. 

| MyHome[X] | CustomerInfo | ProjectInfo | SomethingElse |

only the home tab should have the edit button and the others should not be
allowed to be editable.
The same goes with the edit-button on the right side (where one can add 
new
panes etc.) - how can I
disable this button?

- Via the MyHome tab the user can reach user-specific portlets, which can 
be
added, removed, minimized
etc. as the user likes it. Portlets behind the CustomerInfo and 
ProjectInfo
are role-based portlets
which can be included in the user-psml with the psml-reference mechanism
quite nicely. The SomethinElse
has portlets based on a group. This Pane is accessible by both roles
(customerInfo, ProjectInfo).

And, some portlets on the SomethingElse pane should not be visible for a 
one
group (let´s say for the
ProjectInfo role). Is this possible? I could not manage this with security
definitions in security.xreg
and security references in the psml files...

Thanks,
Kris

-- 
+++ GMX - Mail, Messaging & more  http://www.gmx.net +++
NEU: Mit GMX ins Internet. Rund um die Uhr für 1 ct/ Min. surfen!


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>






Re: Is Jetspeed a good solution?

2003-01-28 Thread kristian . weissmann
Hi,

major +:
- open source (no license cost sources)
- really nice portlet functions

major minus:
- high learning curve because of thight integration with turbine + not 
easy to build on existing (standardized) knowledge -> EJB etc ...
- maybe to limited access control (see my posting: 
http://www.mail-archive.com/jetspeed-user@jakarta.apache.org/msg07717.html 
and please help me with that issue!)

Kris






"Stephen Townsend" <[EMAIL PROTECTED]>
28.01.2003 23:51
Please respond to "Jetspeed Users List"

 
To: <[EMAIL PROTECTED]>
cc: 
Subject:Is Jetspeed a good solution?


Hello,

We have determined that Jetspeed is a candidate for use as our portal. 
This
determination was made by:

1. It was quickly implemented and tailored for a demonstration.

2. There is a migration path to a commercial portal. JetSpeed's API was 
the
basis for WebSphere. Should there ever be a need for a commercial portal, 
a
conversion to Websphere is feasible.

3. The activity in this mailing list is indicative of possible support.

Firstly does this make senses? As well, is there anything else one should
consider?

I also wish to quickly identify any gotchas in the use of Jet Speed as
portal for a business. We are targeting Jetspeed as a possible solution 
for
different user groups: 100's, 1000's 10,000's of users. Where does 
jetspeed
top out on load, and what productions sites are actually using JetSpeed?

Also, please indicate any major plus' or minus' on the use of Jetspeed.

Thank you.

Stephen





Re: JSP vs Velocity

2003-01-28 Thread kristian . weissmann

Hi,

I think the popularity could be much better if the underlying turbine would
not be such a high learning curve. With turbine 3 it may be much better,
since then people can bet on horses, which they already know (especially
EJB). IMHO, What also could give jetspeed a real boost is if it would rely
on struts(*) - but I guess that is impossible, since turbine has its own
mcv-model ...

(*) maybe struts does not have such a sophisticated mvc model as turbine,
but it definitively has much more familiarity and pervasion (just look at
all these struts books and articles). for me it is a quasi-standard for
web-based mvc.

Kris


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




Jetspeed Access Control

2003-01-28 Thread Kristian Weissmann
Hi Jetspeed-Community,

I have some problems configuring access control for jetspeed and really hope
someone can help, :(

- I need to make some tab-panes non editable, e.g. 

| MyHome[X] | CustomerInfo | ProjectInfo | SomethingElse |

only the home tab should have the edit button and the others should not be
allowed to be editable.
The same goes with the edit-button on the right side (where one can add new
panes etc.) - how can I
disable this button?

- Via the MyHome tab the user can reach user-specific portlets, which can be
added, removed, minimized
etc. as the user likes it. Portlets behind the CustomerInfo and ProjectInfo
are role-based portlets
which can be included in the user-psml with the psml-reference mechanism
quite nicely. The SomethinElse
has portlets based on a group. This Pane is accessible by both roles
(customerInfo, ProjectInfo).

And, some portlets on the SomethingElse pane should not be visible for a one
group (let´s say for the
ProjectInfo role). Is this possible? I could not manage this with security
definitions in security.xreg
and security references in the psml files...

Thanks,
Kris

-- 
+++ GMX - Mail, Messaging & more  http://www.gmx.net +++
NEU: Mit GMX ins Internet. Rund um die Uhr für 1 ct/ Min. surfen!


--
To unsubscribe, e-mail:   
For additional commands, e-mail: