I have some doubts about default portlet settings in Jetspeed 1.2b1

The basic thing I want to do is to display news from different sites
on my home page like that in Jetspeed 1.1. 

I am using OpenJoda code.

1. In jetspeed 1.1, there was a file called DefaultPortlets.xml in
which all the portlets which appear on the Home page were listed.
Which file in Jetspeed 1.2 b1 does the same function ?

2. If default.psml is the file then, adding a portlet entry to
default.psml should help which in fact does not help. I tried to add a
entry as follows :

<entry parent="Slashdot" type="ref">
    <layout size="NORMAL" position="1">
</entry>

3. Simulataneously I added an entry in the Jetspeed-config.jcfg file
like this

<portlet-entry application="false" admin="false" hadden="false"
type="instance" name="Slashdot">
   
<classname>org.apache.jetspeed.portal.portlets.RSSPortlet</classname>
    <url>http://www.slashdot.org/slashdot.rdf</url>
</portlet-entry>

This combination does not work. I am sure, I have missed some things.
Could you please correct me in this ?

4. In the same context, what does an RSS file do exactly ? What is
the portlet RSSPortlet for ?

The portlet URLs which are provided in Jetspeed 1.1 Homepage are put
as bad URLs in Openjoda. Any specific reason for that ?

Could anybody please clear the doubts ?

Thanks&regards,

Milind



--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://marc.theaimsgroup.com/?l=jetspeed>
Problems?:           [EMAIL PROTECTED]

Reply via email to