News-Portlet, Messageboard-Portlet

2005-03-31 Thread Clemens A mensik
Hi,

does anybody know if theses Portlets exist? or maybe a
portlet-download page I cound finde these?

Currently my company would like to use JetSpeed as Portal
and OpenCMS for news- and messageboard- administration.

But it would be much better not using OpenCMS having the
right portlets for JetSpeed. (because I'm unable to find
a working news- or messageboard- module for OpenCMS I could
access thru a Portlet!)

greets
clemens


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



RE: News-Portlet, Messageboard-Portlet

2005-03-31 Thread Clemens A mensik
thx a lot... I'll take a look at it...
if I'm going to develop such kind a portlets I'll get
back to you...

clemens

 -Original Message-
 From: Christophe Lombart 
 [mailto:[EMAIL PROTECTED] 
 Sent: Donnerstag, 31. März 2005 16:24
 To: Jetspeed Users List
 Subject: Re: News-Portlet, Messageboard-Portlet
 
 This kind of portlets will be present in the Graffito project 
 (http://incubator.apache.org/graffito/).  Graffito is already 
 integrated with Jetspeed 2.
 I think the foundations are there to build this kind of 
 portlets with a minimal effort. If you want, I can help you 
 and start the developement of thoses portlets with you.
 
 Christophe
 
 
 
 Clemens A mensik wrote:
 
 Hi,
 
 does anybody know if theses Portlets exist? or maybe a 
 portlet-download 
 page I cound finde these?
 
 Currently my company would like to use JetSpeed as Portal 
 and OpenCMS 
 for news- and messageboard- administration.
 
 But it would be much better not using OpenCMS having the 
 right portlets 
 for JetSpeed. (because I'm unable to find a working news- or 
 messageboard- module for OpenCMS I could access thru a Portlet!)
 
 greets
 clemens
 
 
 -
 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]
 
 --
 email scanned by Ikarus ContentWall
 filename: mailbody -- clean
 SCANMODULE: Ikarus vdb: 31.03.2005(66441) version: 0.2.55.0
 --
 


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



RE: ThreeColumnLayout doesn't work!?

2005-03-29 Thread Clemens A mensik
  [...snip...]
 
 Try change fragment ids to new ones in all fragment elements

ah, what kind of bug is this?

thx a lot for your advice, now it works...

greets
clemens


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



RE: Jetspeed2 Portlet Development Example

2005-03-28 Thread Clemens A mensik
thx, but that's not exactly what I've been asking for...

I've boon looking for some how to that describes everything
I have to do to develp, deploy and customize my own portlet
also its web-style. Anyway, I think I've already found
everything I've been looking for..

greets
clemens 

 -Original Message-
 From: Scott T Weaver [mailto:[EMAIL PROTECTED] 
 Sent: Montag, 28. März 2005 16:50
 To: 'Jetspeed Users List'
 Subject: RE: Jetspeed2 Portlet Development Example
 
 This link may help:
 http://wiki.apache.org/portals/Jetspeed2/DeployingCustomPortlets
 
  -Original Message-
  From: Clemens A mensik [mailto:[EMAIL PROTECTED]
  Sent: Sunday, March 27, 2005 5:20 AM
  To: 'Jetspeed Users List'
  Subject: RE: Jetspeed2 Portlet Development Example
  
  Hi Stephen,
  
  thx for asking the same question I wanted to post ;-)
  
  ...installed jetspeed 2 successfully I'm also looking for 
 some kind of 
  'how to', that describes portlet developement up from scratch.
  
  I would appreciate any help, because I've to set up a 
 default portlet 
  for a new project till thursday... 2 days left, thats not much...
  
  thx in advance...
  clemens (jetspeed-rookie)
  
   -Original Message-
   From: Stephen Hatfield [mailto:[EMAIL PROTECTED]
   Sent: Freitag, 25. März 2005 15:35
   To: jetspeed-user@jakarta.apache.org
   Subject: Jetspeed2 Portlet Development Example
  
   Does anyone have a full example of portlet development in 
 Jetspeed2?
   What I would dearly love to have are all the files 
 necessary for a 
   portlet and instructions on how to deploy portlets. I find the 
   documentation on portlet development at Apache a bit thin.
  
   I realize I am probably asking for a lot and anyone may certainly 
   give me a hard time about that. But then I hope they have 
 pity on a 
   newbie and help him out.
  
   Thank you very much!
   Stephen
  
   
 
   - 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]
 
 
 
 -
 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]



ThreeColumnLayout doesn't work!?

2005-03-28 Thread Clemens A mensik
Hi,

somebody know how this should work?

I've just put some default portlets together and like
to have three columns, but it doesn't work. Only get 2
Columns. Anybody know about this problem?

Here's my code:

fragment id=dp-1 type=layout name=jetspeed::VelocityThreeColumns
  fragment id=dp-3 type=portlet name=pam::LocaleSelector
property layout=ThreeColumns name=row value=0 /
property layout=ThreeColumns name=column value=0 /
  /fragment
  fragment id=dp-12 type=portlet name=security::LoginPortlet
property layout=ThreeColumns name=row value=0 /
property layout=ThreeColumns name=column value=1 /
  /fragment
  fragment id=dp-7 type=portlet name=demo::PickANumberPortlet 
property layout=ThreeColumns name=row value=0 /
property layout=ThreeColumns name=column value=2 /
  /fragment
/fragment

Maybe I've used it wrong somehow? Would appreciate any
hint that could help me solving this problem.

Now I'm just using nested VelocityTwoColumns getting as much 
columns as I'd like to ;-)

greets
clemens


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



RE: Jetspeed2 Portlet Development Example

2005-03-27 Thread Clemens A mensik
Hi Stephen, 

thx for asking the same question I wanted to post ;-)

...installed jetspeed 2 successfully I'm also looking for
some kind of 'how to', that describes portlet developement
up from scratch.

I would appreciate any help, because I've to set up a default
portlet for a new project till thursday... 2 days left, thats not
much...

thx in advance...
clemens (jetspeed-rookie)

 -Original Message-
 From: Stephen Hatfield [mailto:[EMAIL PROTECTED] 
 Sent: Freitag, 25. März 2005 15:35
 To: jetspeed-user@jakarta.apache.org
 Subject: Jetspeed2 Portlet Development Example
 
 Does anyone have a full example of portlet development in Jetspeed2? 
 What I would dearly love to have are all the files necessary 
 for a portlet and instructions on how to deploy portlets. I 
 find the documentation on portlet development at Apache a bit thin.
 
 I realize I am probably asking for a lot and anyone may 
 certainly give me a hard time about that. But then I hope 
 they have pity on a newbie and help him out.
 
 Thank you very much!
 Stephen
 
 -
 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: Jetspeed2 Portlet Development Example

2005-03-27 Thread Clemens A mensik
thx... but I've also found some helpful links:

http://wiki.apache.org/portals/Jetspeed2
http://docs.sun.com/source/817-5319/index.html

greets
clemens 

 -Original Message-
 From: news [mailto:[EMAIL PROTECTED] On Behalf Of Martin Dulisch
 Sent: Sonntag, 27. März 2005 21:06
 To: jetspeed-user@jakarta.apache.org
 Subject: Re: Jetspeed2 Portlet Development Example
 
 I can not point you to a howto documentation, but the 
 examples in the applications folder of the jetspeed 
 distribution are good examples for portlets.
 
 As jetspeed2 supports jsr 168 portlets the spec is also a 
 goog point to start. It contains documentation about the 
 needed files for a portlet distribution.
 
 martin
 
 
 
 Clemens A mensik wrote:
  Hi Stephen,
  
  thx for asking the same question I wanted to post ;-)
  
  ...installed jetspeed 2 successfully I'm also looking for 
 some kind of 
  'how to', that describes portlet developement up from scratch.
  
  I would appreciate any help, because I've to set up a 
 default portlet 
  for a new project till thursday... 2 days left, thats not much...
  
  thx in advance...
  clemens (jetspeed-rookie)
  
  
 -Original Message-
 From: Stephen Hatfield [mailto:[EMAIL PROTECTED]
 Sent: Freitag, 25. März 2005 15:35
 To: jetspeed-user@jakarta.apache.org
 Subject: Jetspeed2 Portlet Development Example
 
 Does anyone have a full example of portlet development in 
 Jetspeed2? 
 What I would dearly love to have are all the files necessary for a 
 portlet and instructions on how to deploy portlets. I find the 
 documentation on portlet development at Apache a bit thin.
 
 I realize I am probably asking for a lot and anyone may 
 certainly give 
 me a hard time about that. But then I hope they have pity 
 on a newbie 
 and help him out.
 
 Thank you very much!
 Stephen
 
 
 -
 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]
 


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