#!/usr/bin/perl # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. # The ASF licenses this file to You under the Apache License, Version 2.0 # (the "License"); you may not use this file except in compliance with # the License. You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. use CGI qw/:standard/; use WSO2::WSF; my $q = new CGI; print $q->header(); my $html =< WSF/Perl StockTrader Welcome

Welcome!

The design of WSO2 StockTrader sample application is based on an online stock trading scenario with the functionality of the application equivalent to the Microsoft .NET Stock Trader sample benchmark application and IBM WebSphere's Trade 6.1 sample application. WSO2 StockTrader sample application is powered by WSO2 WSF/PHP and WSO2 WSAS. It serves to illustrate interoperability between PHP Java and .NET in deploying high-performance, scalable service oriented applications.

For more details, check WSO2 Stock Trader home page.

Sample of Technologies Demonstrated

  • Service-oriented, n-tier design with PHP, Java and .NET
  • Clean separation of UI, business services and DB access
  • WSO2 Web Services Framework For PHP
  • WSO2 Web Services Application Server
  • Interoperability with .NET
  • Loosely-coupled, message-oriented design
EOF print $html;