You are viewing a plain text version of this content. The canonical link for it is here.
Posted to stonehenge-commits@incubator.apache.org by sh...@apache.org on 2009/04/21 09:48:09 UTC

svn commit: r767092 - in /incubator/stonehenge/trunk/stocktrader/php/trader_client: account.php config.php confirmation.php glossary.php home.php images/logo.png index.php login.php portfolio.php quotes.php register.php

Author: shankar
Date: Tue Apr 21 09:48:09 2009
New Revision: 767092

URL: http://svn.apache.org/viewvc?rev=767092&view=rev
Log:
Committing patch from STONEHENGE-24

Added:
    incubator/stonehenge/trunk/stocktrader/php/trader_client/images/logo.png   (with props)
Modified:
    incubator/stonehenge/trunk/stocktrader/php/trader_client/account.php
    incubator/stonehenge/trunk/stocktrader/php/trader_client/config.php
    incubator/stonehenge/trunk/stocktrader/php/trader_client/confirmation.php
    incubator/stonehenge/trunk/stocktrader/php/trader_client/glossary.php
    incubator/stonehenge/trunk/stocktrader/php/trader_client/home.php
    incubator/stonehenge/trunk/stocktrader/php/trader_client/index.php
    incubator/stonehenge/trunk/stocktrader/php/trader_client/login.php
    incubator/stonehenge/trunk/stocktrader/php/trader_client/portfolio.php
    incubator/stonehenge/trunk/stocktrader/php/trader_client/quotes.php
    incubator/stonehenge/trunk/stocktrader/php/trader_client/register.php

Modified: incubator/stonehenge/trunk/stocktrader/php/trader_client/account.php
URL: http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/php/trader_client/account.php?rev=767092&r1=767091&r2=767092&view=diff
==============================================================================
--- incubator/stonehenge/trunk/stocktrader/php/trader_client/account.php (original)
+++ incubator/stonehenge/trunk/stocktrader/php/trader_client/account.php Tue Apr 21 09:48:09 2009
@@ -52,14 +52,14 @@
 	<head>
 		<meta http-equiv="content-type" content="text/html;charset=utf-8" />
 		<meta name="generator" content="Adobe GoLive" />
-		<title>WSF/PHP StockTrader Welcome</title>
+		<title>Apache Stonehenge StockTrader Welcome</title>
 		<link href="style.css" rel="stylesheet" type="text/css" media="all" />
 	</head>
 
 	<body>
 		<div id="content">
 			<div id="header">
-				<div class="logo"><img src="images/logo.gif"></div>
+				<div class="logo"><img src="images/logo.png"></div>
 			</div>
 			<div id="header-links">
 				<table>

Modified: incubator/stonehenge/trunk/stocktrader/php/trader_client/config.php
URL: http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/php/trader_client/config.php?rev=767092&r1=767091&r2=767092&view=diff
==============================================================================
--- incubator/stonehenge/trunk/stocktrader/php/trader_client/config.php (original)
+++ incubator/stonehenge/trunk/stocktrader/php/trader_client/config.php Tue Apr 21 09:48:09 2009
@@ -34,7 +34,7 @@
 	<head>
 		<meta http-equiv="content-type" content="text/html;charset=utf-8" />
 		<meta name="generator" content="Adobe GoLive" />
-		<title>WSF/PHP StockTrader Welcome</title>
+		<title>Apache Stonehenge StockTrader Welcome</title>
 		<link href="style.css" rel="stylesheet" type="text/css" media="all" />
 	</head>
 
@@ -44,7 +44,7 @@
 
 		<div id="content">
 		<div id="header">
-			<div class="logo"><img src="images/logo.gif"></div>
+			<div class="logo"><img src="images/logo.png"></div>
 		</div>
 
 		<div id="header-links">

Modified: incubator/stonehenge/trunk/stocktrader/php/trader_client/confirmation.php
URL: http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/php/trader_client/confirmation.php?rev=767092&r1=767091&r2=767092&view=diff
==============================================================================
--- incubator/stonehenge/trunk/stocktrader/php/trader_client/confirmation.php (original)
+++ incubator/stonehenge/trunk/stocktrader/php/trader_client/confirmation.php Tue Apr 21 09:48:09 2009
@@ -52,14 +52,14 @@
 	<head>
 		<meta http-equiv="content-type" content="text/html;charset=utf-8" />
 		<meta name="generator" content="Adobe GoLive" />
-		<title>WSF/PHP StockTrader Welcome</title>
+		<title>Apache Stonehenge StockTrader Welcome</title>
 		<link href="style.css" rel="stylesheet" type="text/css" media="all" />
 	</head>
 
 	<body>
 		<div id="content">
 			<div id="header">
-				<div class="logo"><img src="images/logo.gif"></div>
+				<div class="logo"><img src="images/logo.png"></div>
 			</div>
 			<div id="header-links">
 				<table>

Modified: incubator/stonehenge/trunk/stocktrader/php/trader_client/glossary.php
URL: http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/php/trader_client/glossary.php?rev=767092&r1=767091&r2=767092&view=diff
==============================================================================
--- incubator/stonehenge/trunk/stocktrader/php/trader_client/glossary.php (original)
+++ incubator/stonehenge/trunk/stocktrader/php/trader_client/glossary.php Tue Apr 21 09:48:09 2009
@@ -25,14 +25,14 @@
 	<head>
 		<meta http-equiv="content-type" content="text/html;charset=utf-8" />
 		<meta name="generator" content="Adobe GoLive" />
-		<title>WSF/PHP StockTrader Welcome</title>
+		<title>Apache Stonehenge StockTrader Welcome</title>
 		<link href="style.css" rel="stylesheet" type="text/css" media="all" />
 	</head>
 
 	<body>
 		<div id="content">
 			<div id="header">
-				<div class="logo"><img src="images/logo.gif"></div>
+				<div class="logo"><img src="images/logo.png"></div>
 			</div>
 			<div id="header-links">
 				<table>

Modified: incubator/stonehenge/trunk/stocktrader/php/trader_client/home.php
URL: http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/php/trader_client/home.php?rev=767092&r1=767091&r2=767092&view=diff
==============================================================================
--- incubator/stonehenge/trunk/stocktrader/php/trader_client/home.php (original)
+++ incubator/stonehenge/trunk/stocktrader/php/trader_client/home.php Tue Apr 21 09:48:09 2009
@@ -53,14 +53,14 @@
 	<head>
 		<meta http-equiv="content-type" content="text/html;charset=utf-8" />
 		<meta name="generator" content="Adobe GoLive" />
-		<title>WSF/PHP StockTrader Welcome</title>
+		<title>Apache Stonehenge StockTrader Welcome</title>
 		<link href="style.css" rel="stylesheet" type="text/css" media="all" />
 	</head>
 
 	<body>
 		<div id="content">
 			<div id="header">
-				<div class="logo"><img src="images/logo.gif"></div>
+				<div class="logo"><img src="images/logo.png"></div>
 			</div>
 			<div id="header-links">
 				<table>

Added: incubator/stonehenge/trunk/stocktrader/php/trader_client/images/logo.png
URL: http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/php/trader_client/images/logo.png?rev=767092&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/stonehenge/trunk/stocktrader/php/trader_client/images/logo.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: incubator/stonehenge/trunk/stocktrader/php/trader_client/index.php
URL: http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/php/trader_client/index.php?rev=767092&r1=767091&r2=767092&view=diff
==============================================================================
--- incubator/stonehenge/trunk/stocktrader/php/trader_client/index.php (original)
+++ incubator/stonehenge/trunk/stocktrader/php/trader_client/index.php Tue Apr 21 09:48:09 2009
@@ -24,14 +24,14 @@
 	<head>
 		<meta http-equiv="content-type" content="text/html;charset=utf-8" />
 		<meta name="generator" content="Adobe GoLive" />
-		<title>WSF/PHP StockTrader Welcome</title>
+		<title>Apache Stonehenge StockTrader Welcome</title>
 		<link href="style.css" rel="stylesheet" type="text/css" media="all" />
 	</head>
 
 	<body>
 		<div id="content">
 		<div id="header">
-			<div class="logo"><img src="images/logo.gif"></div>
+			<div class="logo"><img src="images/logo.png"></div>
 		</div>
 		<div id="header-links">
 		<table>
@@ -75,9 +75,27 @@
 		<tr>
 		<td>
 		<div class="left">
-				<p> The design of WSO2 StockTrader sample application is based on an online stock trading scenario with the functionality of the application equivalent to the  <a href="http://msdn.microsoft.com/stocktrader">Microsoft .NET Stock Trader </a> sample benchmark application and <a href="https://www14.software.ibm.com/webapp/iwm/web/preLogin.do?source=trade6">IBM WebSphere's Trade 6.1 </a> sample application. WSO2 StockTrader sample application is powered by <a href="http://wso2.org/projects/wsf/php">WSO2 WSF/PHP</a> and <a href="http://wso2.org/projects/wsas/java">WSO2 WSAS</a>. It serves to illustrate interoperability between PHP Java and .NET in deploying high-performance, scalable service oriented applications. </p>
+<p>
+This application is an end-to-end sample application for WSO2
+middleware technologies. It is a service-oriented application written
+using PHP that utilize <a href="http://wso2.org/projects/wsf/php">WSO2 WSF/PHP</a>.
+<p>
 
-<p>For more details, check <a href="http://wso2.org/interop/stocktrader">WSO2 Stock Trader home page</a>. </p>
+<p>
+The application also offers a rich set of interoperability options
+with other platforms. This includes interoperability with Java-based
+application servers and <a
+href="https://www14.software.ibm.com/webapp/iwm/web/preLogin.do?source=trade6">IBM
+WebSphere's Trade 6.1</a> sample application, and <a
+href="http://msdn.microsoft.com/en-us/netframework/bb499684.aspx">Microsoft
+.NET Stocktrader</a> sample application.  The application offers an
+excellent opportunity for developers to learn about WSO2 WSF/PHP and
+building interoperable, service-oriented applications.
+</p>
+
+<p>For more details, check <a
+href="http://incubator.apache.org/stonehenge">Apache Stonehenge home
+page</a>. </p>
 
 		</div>
 		</td>

Modified: incubator/stonehenge/trunk/stocktrader/php/trader_client/login.php
URL: http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/php/trader_client/login.php?rev=767092&r1=767091&r2=767092&view=diff
==============================================================================
--- incubator/stonehenge/trunk/stocktrader/php/trader_client/login.php (original)
+++ incubator/stonehenge/trunk/stocktrader/php/trader_client/login.php Tue Apr 21 09:48:09 2009
@@ -52,7 +52,7 @@
 	<head>
 		<meta http-equiv="content-type" content="text/html;charset=utf-8" />
 		<meta name="generator" content="Adobe GoLive" />
-		<title>WSF/PHP StockTrader Welcome</title>
+		<title>Apache Stonehenge StockTrader Welcome</title>
 		<link href="style.css" rel="stylesheet" type="text/css" media="all" />
 	</head>
 
@@ -60,7 +60,7 @@
 
 	<div id="content">
 		<div id="header">
-			<div class="logo"><img src="images/logo.gif"></div>
+			<div class="logo"><img src="images/logo.png"></div>
 		</div>
 
 		<div id="header-links">

Modified: incubator/stonehenge/trunk/stocktrader/php/trader_client/portfolio.php
URL: http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/php/trader_client/portfolio.php?rev=767092&r1=767091&r2=767092&view=diff
==============================================================================
--- incubator/stonehenge/trunk/stocktrader/php/trader_client/portfolio.php (original)
+++ incubator/stonehenge/trunk/stocktrader/php/trader_client/portfolio.php Tue Apr 21 09:48:09 2009
@@ -37,14 +37,14 @@
 	<head>
 		<meta http-equiv="content-type" content="text/html;charset=utf-8" />
 		<meta name="generator" content="Adobe GoLive" />
-		<title>WSF/PHP StockTrader Welcome</title>
+		<title>Apache Stonehenge StockTrader Welcome</title>
 		<link href="style.css" rel="stylesheet" type="text/css" media="all" />
 	</head>
 
 	<body>
 		<div id="content">
 			<div id="header">
-				<div class="logo"><img src="images/logo.gif"></div>
+				<div class="logo"><img src="images/logo.png"></div>
 			</div>
 			<div id="header-links">
 				<table>

Modified: incubator/stonehenge/trunk/stocktrader/php/trader_client/quotes.php
URL: http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/php/trader_client/quotes.php?rev=767092&r1=767091&r2=767092&view=diff
==============================================================================
--- incubator/stonehenge/trunk/stocktrader/php/trader_client/quotes.php (original)
+++ incubator/stonehenge/trunk/stocktrader/php/trader_client/quotes.php Tue Apr 21 09:48:09 2009
@@ -88,14 +88,14 @@
 	<head>
 		<meta http-equiv="content-type" content="text/html;charset=utf-8" />
 		<meta name="generator" content="Adobe GoLive" />
-		<title>WSF/PHP StockTrader Welcome</title>
+		<title>Apache Stonehenge StockTrader Welcome</title>
 		<link href="style.css" rel="stylesheet" type="text/css" media="all" />
 	</head>
 
 	<body>
 		<div id="content">
 			<div id="header">
-				<div class="logo"><img src="images/logo.gif"></div>
+				<div class="logo"><img src="images/logo.png"></div>
 			</div>
 			<div id="header-links">
 				<table>

Modified: incubator/stonehenge/trunk/stocktrader/php/trader_client/register.php
URL: http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/php/trader_client/register.php?rev=767092&r1=767091&r2=767092&view=diff
==============================================================================
--- incubator/stonehenge/trunk/stocktrader/php/trader_client/register.php (original)
+++ incubator/stonehenge/trunk/stocktrader/php/trader_client/register.php Tue Apr 21 09:48:09 2009
@@ -59,14 +59,14 @@
 	<head>
 		<meta http-equiv="content-type" content="text/html;charset=utf-8" />
 		<meta name="generator" content="Adobe GoLive" />
-		<title>WSF/PHP StockTrader Welcome</title>
+		<title>Apache Stonehenge StockTrader Welcome</title>
 		<link href="style.css" rel="stylesheet" type="text/css" media="all" />
 	</head>
 
 	<body>
 		<div id="content">
 			<div id="header">
-				<div class="logo"><img src="images/logo.gif"></div>
+				<div class="logo"><img src="images/logo.png"></div>
 			</div>
 			<div id="header-links">
 				<table>