Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 64305 invoked from network); 16 Mar 2006 13:36:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 16 Mar 2006 13:36:20 -0000 Received: (qmail 62342 invoked by uid 500); 16 Mar 2006 13:36:17 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 62309 invoked by uid 500); 16 Mar 2006 13:36:16 -0000 Mailing-List: contact user-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: user@geronimo.apache.org List-Id: Delivered-To: mailing list user@geronimo.apache.org Received: (qmail 62298 invoked by uid 99); 16 Mar 2006 13:36:16 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Mar 2006 05:36:16 -0800 X-ASF-Spam-Status: No, hits=0.9 required=10.0 tests=DNS_FROM_RFC_WHOIS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of stancox@nc.rr.com designates 24.25.9.102 as permitted sender) Received: from [24.25.9.102] (HELO ms-smtp-03-eri0.southeast.rr.com) (24.25.9.102) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Mar 2006 05:36:15 -0800 Received: from [127.0.0.1] (cpe-066-057-060-159.nc.res.rr.com [66.57.60.159]) by ms-smtp-03-eri0.southeast.rr.com (8.13.4/8.13.4) with ESMTP id k2GDZnp4007676 for ; Thu, 16 Mar 2006 08:35:51 -0500 (EST) Message-ID: <441969B4.6010004@nc.rr.com> Date: Thu, 16 Mar 2006 08:35:48 -0500 From: "J. Stan Cox" User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: user@geronimo.apache.org Subject: DayTrader with an AJAX based Web interface References: <20574dab0603151914r28e41250t6a861ee52273f680@mail.gmail.com> <5681C5F5-2EAC-4DEA-9BA5-916F3040D778@gmail.com> In-Reply-To: <5681C5F5-2EAC-4DEA-9BA5-916F3040D778@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: Symantec AntiVirus Scan Engine X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Geronimos, I've worked on the "Trade" benchmark in the past that has been donated to Geronimo and is now known as "DayTrader". I think it will grow and flourish in the open source environment and become a nice showcase for Geronimo's performance and capabilities. I'm interested in adding a rich, AJAX based Web interface to DayTrader for performance research. DayTrader is a perfect type of application to leverage AJAX capabilities. I will collapse all of the current web pages into a single rich page with dynamic and asynchronous updates of stock prices, user holdings, buys/sells, etc. I plan to leverage the DoJo AJAX toolkit which is being pulled into Apache MyFaces. The basic architecture would look like: browser <-------- -REST- ----------> DayTrader <----SOAP----> DayTrader <--- Java ---> DayTrader (dojo libs, proxy servlet Web services J2EE App javascript) soap/rest transform |---------------------- GERONIMO -----------------------| There are several variations to this to pursue for performance comparison. Any feedback? Stan.