Hi Adriana! As I know how was the JS totaly baffling for me when I started to work with it, I decided to help you. Despite I think, there is quite lot of *newbie* stuff around if you know where to search (it looks you don't), and you should first start to dig in e.g. mailing list archive (http://www.mail-archive.com/jetspeed-user%40jakarta.apache.org/) *before* you ask here. See my comments below.
> Hi > > I'm new user with jetspeed, java, xml... and I want > add a new porlets. > > I believe to in <path-to-jetspeed>/WEB-INF/conf is > store a list of portlets with title and description. Right. > But, if I want to add a new porlet, what I would have > to do ? I have allready answered this (creating a *NEW* portlet) in your last post. Did you read it ? What wasn't clear to you? ***** It deepends what do you wanna achieve, to show some already existing content within the portlet window such as JSP page, HTML page or even RSS news, you may use some already writen portlets. Take a look at the portlet catalogue: http://jakarta.apache.org/jetspeed/site/catalog.html If you wanna write your specific portlet this may help you in the beginning: http://www.bluesunrise.com/jetspeed-docs/PortletHowTo.htm Shortly: 1) write the java class extending the AbstractPortlet 2) put it in to the class path within the JetSpeed 2) register it within the xreg files (WEB-INF\conf\) Then it should appear in the portlet list in JetSpeed and you'll be able to add it in to your pane. It is fine to writo own (e.g. local-portlets.xreg) xreg file. ***** IT IS IMPORTANT to know what do you want your portlet *TO DO* !!??? * show some existing, outside source within the portlet (HTML, JSP, VELOCITY) ? * show some specific stuff ? * show RSS news feed ? What do you want the JetSpeed use for? > > I would like to somebody send to me step to step, how > add a new porlets... It deepends on the type of portlet you wanna create. > > Any suggestions ? Describe what do you really wanna achieve. > > Thanks and advance, > > Adriana $kala (www.eea.sk) > > _______________________________________________________________ > Yahoo! Messenger > Nueva versión: Webcam, voz, y mucho más ¡Gratis! > Descárgalo ya desde http://messenger.yahoo.es > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>