Return-Path: Delivered-To: apmail-ws-general-archive@www.apache.org Received: (qmail 26794 invoked from network); 22 Aug 2005 11:56:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 22 Aug 2005 11:56:22 -0000 Received: (qmail 87206 invoked by uid 500); 22 Aug 2005 11:56:21 -0000 Delivered-To: apmail-ws-general-archive@ws.apache.org Received: (qmail 86701 invoked by uid 500); 22 Aug 2005 11:56:18 -0000 Mailing-List: contact general-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: general@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list general@ws.apache.org Received: (qmail 86688 invoked by uid 99); 22 Aug 2005 11:56:18 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Aug 2005 04:56:16 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id B712313 for ; Mon, 22 Aug 2005 13:56:15 +0200 (CEST) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: Apache Wiki To: general@ws.apache.org Date: Mon, 22 Aug 2005 11:56:15 -0000 Message-ID: <20050822115615.2445.54576@ajax.apache.org> Subject: [Ws Wiki] Update of "SummerOfCode/2005/RSSFeedGenerator" by jananda X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Dear Wiki user, You have subscribed to a wiki page or wiki category on "Ws Wiki" for change notification. The following page has been changed by jananda: http://wiki.apache.org/ws/SummerOfCode/2005/RSSFeedGenerator ------------------------------------------------------------------------------ We begin to implements aggregator. It consisted with two main components. One is an Axis dispatcher, which if service not found then EPR of any available service matching with request, is sends back to client. This is a just module of Axis 2 .The only requirement is keeping end point reference details on a global scope, which can access in any time any location. Second one is aggregation part . The Aggregator should have a capability of Hot aggregation. Hot aggregation means, it provide capability of adding Feed location in run time. Just in time adding Feed, the EPR list ,Feeds and Feeds file location list should be updated. Hot feed removing should be possible. - *Augest 15Th + *Augest 15Th The dispatcher part and many function of aggregator part is implemented.Hot feed adding is implemeted and tested it.it provide capability of adding Feed location in run time.And Just in time adding Feed, The new Feeds show through our Aggregator servlet. It run in separate Thread and periodically read each file and if any updates found ,then it add and show through servlet in XML format.This also tested with Sage plugin in Mozilla Firefox and with Firefox Thunderbird. + + *Augest 22nd + The whole function of aggregation part are implemented.The function, we implemented are shown bellow in brief. + •The Hot Feed adding and removing (Only Admin can do this), this means runtime adding and removing is possible. When adding ,corresponding EPR list and Feed list are updated and removing also worked same way + •Show available EPR and give two search operation, search by name and search by operation name + •Feeds are shown from both of XML and XHTML (In Html format, each feeds are shown under its Feed channel + + ==== Bio ====