taylor 01/09/23 00:50:11
Modified: webapp/WEB-INF/conf JetspeedResources.properties
portlets.xreg
webapp/WEB-INF/psml/user/turbine/html default.psml
Log:
- portlets.xreg - new StockQuote portlet
- JRP - added new web service
- turbine default.psml - added sample StockQuote portlet ref
Revision Changes Path
1.40 +6 -1
jakarta-jetspeed/webapp/WEB-INF/conf/JetspeedResources.properties
Index: JetspeedResources.properties
===================================================================
RCS file:
/home/cvs/jakarta-jetspeed/webapp/WEB-INF/conf/JetspeedResources.properties,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- JetspeedResources.properties 2001/07/17 16:51:38 1.39
+++ JetspeedResources.properties 2001/09/23 07:50:11 1.40
@@ -1,7 +1,7 @@
################################################################################
# Jetspeed Configuration
# Author: Kevin A. Burton ([EMAIL PROTECTED])
-# $Id: JetspeedResources.properties,v 1.39 2001/07/17 16:51:38 taylor Exp $
+# $Id: JetspeedResources.properties,v 1.40 2001/09/23 07:50:11 taylor Exp $
################################################################################
# This is the main file you will need to configuration Jetspeed. If there are
# any secondary files they will be pointed to from this file.
@@ -365,6 +365,11 @@
services.TemplateLocator.templateRoot=/WEB-INF/templates
+#########################################
+# StockQuote Web Service #
+#########################################
+# The Template Locator is implemented as a Turbine service.
+services.StockQuoteService.classname=org.apache.jetspeed.webservices.finance.stockmarket.JetspeedStockQuoteService
##########################################
# Diskcache configuration #
1.9 +9 -0 jakarta-jetspeed/webapp/WEB-INF/conf/portlets.xreg
Index: portlets.xreg
===================================================================
RCS file: /home/cvs/jakarta-jetspeed/webapp/WEB-INF/conf/portlets.xreg,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- portlets.xreg 2001/08/21 12:05:38 1.8
+++ portlets.xreg 2001/09/23 07:50:11 1.9
@@ -166,4 +166,13 @@
<parameter name="dont_remove_applet" value="yes" hidden="false"/>
<url>http://www.javasoft.com/</url>
</portlet-entry>
+ <portlet-entry type="ref" parent="CustomizerVelocity" name="StockQuote" >
+ <parameter name="template" value="stock-quote"/>
+ <parameter name="action" value="portlets.StockQuoteAction"/>
+ <meta-info>
+ <title>Stock Portfolio</title>
+ <description>Stock Portfolio Portlet</description>
+ </meta-info>
+ </portlet-entry>
+
</registry>
1.9 +1 -0
jakarta-jetspeed/webapp/WEB-INF/psml/user/turbine/html/default.psml
Index: default.psml
===================================================================
RCS file:
/home/cvs/jakarta-jetspeed/webapp/WEB-INF/psml/user/turbine/html/default.psml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- default.psml 2001/07/08 21:02:32 1.8
+++ default.psml 2001/09/23 07:50:11 1.9
@@ -13,6 +13,7 @@
<controller name="TwoColumns"/>
<entry parent="HelloVelocity"/>
+ <entry parent="StockQuote"/>
<entry parent="http://jakarta.apache.org/jetspeed/channels/jetspeed.rss"/>
<entry parent="http://www.xmlhack.com/rsscat.php"/>
<entry parent="http://jakarta.apache.org/jetspeed/channels/turbine.rss"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]