Return-Path: Delivered-To: apmail-cxf-dev-archive@www.apache.org Received: (qmail 45205 invoked from network); 7 Jul 2010 20:41:40 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 7 Jul 2010 20:41:40 -0000 Received: (qmail 13626 invoked by uid 500); 7 Jul 2010 20:41:39 -0000 Delivered-To: apmail-cxf-dev-archive@cxf.apache.org Received: (qmail 13489 invoked by uid 500); 7 Jul 2010 20:41:39 -0000 Mailing-List: contact dev-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list dev@cxf.apache.org Received: (qmail 13481 invoked by uid 99); 7 Jul 2010 20:41:38 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Jul 2010 20:41:38 +0000 X-ASF-Spam-Status: No, hits=4.7 required=10.0 tests=FREEMAIL_FROM,FREEMAIL_REPLY,HTML_MESSAGE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of sberyozkin@gmail.com designates 209.85.161.41 as permitted sender) Received: from [209.85.161.41] (HELO mail-fx0-f41.google.com) (209.85.161.41) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Jul 2010 20:41:32 +0000 Received: by fxm20 with SMTP id 20so34856fxm.0 for ; Wed, 07 Jul 2010 13:40:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=21q+35j4XvYnHgQ15dYeyag5gKuKgR7gvEjO7mXXRYI=; b=gnYvAdJcDpR2mp7s3VrKA2EJEQc9CjN+Dn+nV7Z0t5NwC2nig5U2A2dsydJi3nRvkN /0t2Qn4J8jMksppSagpJyKiadVuJgavMlCd2eO7VYyj5VD9ogxVbECapUNC8rtImBZlA qZNxrGcyVdNohvhqvykuyBjAzgVW9oh8wpCXo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=eeOvfJH3MDq/gDrEBjVIza2F+EEGuDoCRs5ePK4k8IL0oQSTaaB0BCyASMQrlzvhIn bOekD1ImbX7q3Ai0V88nH8iibtx26m6OJA6ayQwEQWniPFBr51XsMGtBdV+4IIyIsUgF OiOnMam/rzfj7Db8V4ENnfaD2LbK2ELSvR2ag= MIME-Version: 1.0 Received: by 10.239.142.210 with SMTP id h18mr766640hba.95.1278535211167; Wed, 07 Jul 2010 13:40:11 -0700 (PDT) Received: by 10.239.178.132 with HTTP; Wed, 7 Jul 2010 13:40:11 -0700 (PDT) In-Reply-To: References: <201006180929.07585.dkulp@apache.org> Date: Wed, 7 Jul 2010 21:40:11 +0100 Message-ID: Subject: Re: [GSOC] Simple and lightweight HTML-based browser for surveying Apache CXF logs From: Sergey Beryozkin To: dev@cxf.apache.org Content-Type: multipart/alternative; boundary=001485f4505e183197048ad22dd6 X-Virus-Checked: Checked by ClamAV on apache.org --001485f4505e183197048ad22dd6 Content-Type: text/plain; charset=ISO-8859-1 Hi Tomasz thanks - I'll be evaluating the demo these weekends, sorry, won't be able to get to it earlier, but I'll do it in time so that we can prepare a mid term evaluation report I'd like to clarify the role of StaticContentServlet.java. I'm a bit concerned about users having to add this servlet entry in addition to two other ones (one for handling AtomPullServer and the other one for BootstrapStorage). What exactly does this servlet do that can not be done by enhancing say BootstrapStorage or (CXF) AbstractHttpServlet ? cheers, Sergey On Tue, Jul 6, 2010 at 3:00 PM, Tomasz Oponowicz wrote: > Hi,t > I've just committed basic version of logbrowser [1] (described by my > proposal). > > I also created sample application [2] for easy testing all parts of > the project. > However it's more or less what user have to do to integrate logbrowser > into his application. > Detailed description, how to run sample application, is here [3]. > > I'm staring work on [4] and [5] (i.e. refactoring, clean up and > writing documentation) > and I'm going to finished those tasks before mid-term evaluations > deadline (i.e. 16.07.2010). > > Next I will add optional features [6]. > > [1] http://svn.apache.org/viewvc?rev=960895&view=rev > [2] ./distribution/src/main/release/samples/logbrowser > [3] ./distribution/src/main/release/samples/logbrowser/README.txt > [4] https://issues.apache.org/jira/browse/CXF-2881 > [5] https://issues.apache.org/jira/browse/CXF-2882 > [6] https://issues.apache.org/jira/browse/CXF-2883 > > On Mon, Jun 21, 2010 at 6:55 PM, Tomasz Oponowicz > wrote: > > Hi, > > > > I've just commit changes at repository [1]. Changes from last version: > > > > - Created Maven project structure; > > - Configured 'maven-gwt-plugin' for automatic execute GWT compiler (to > > convert Java to JavaScript); > > - Added draft implementation of 'BootstrapStorage'; > > - Create sample configuration of 'AtomPullServer'; > > - Added support for HTTP basic authentication (temporary solution, at > > the end I will replace it with UsernameToken); > > - Added support for JSON web service (client-side - in GWT); > > - Added support for XML web service (client-side - in GWT); > > - Removed GWT-RPC mock web services; > > > > Additionally you can easily run application by downloading source code > and type: > > > > $ mvn gwt:run > > > > Authentication details: > > > > username: "admin" > > password:"admin"; > > > > It'll start in debug mode - it's much more slower than production mode. > > > > At the moment I'm working to move all source code to Apache CXF sandbox. > > > > [1] svn checkout http://cxf-log-browser.googlecode.com/svn/trunk/ > > cxf-log-browser-read-only > > > > On Fri, Jun 18, 2010 at 3:29 PM, Daniel Kulp wrote: > >> On Thursday 17 June 2010 5:15:24 pm Tomasz Oponowicz wrote: > >>> Hi, > >>> > >>> On Thu, Jun 17, 2010 at 7:43 PM, Daniel Kulp wrote: > >>> > On Thursday 17 June 2010 1:31:30 pm Sergey Beryozkin wrote: > >>> >> Just for the record, Tomasz's project is also going well.... > >>> > > >>> >Well, for the record, I haven't seen anything on the dev list about it > >>> >yet. Thus, from CXF/Apache's point of view, it's not going well. > >>> >Definitely encourage him to get involved here and not send you > anything > >>> >off list. > >>> > >>> I have created project site and blog, few weeks ago. > >>> Sorry that I didn't announce about it at mailing list. > >>> > >>> I will store documentation and source code on Google Code Project [1]. > >>> Additionally I will announce important events and changes through blog > >>> [2], which I created for this occasion. > >> > >> One of the aspects of GSoC, and in particular Apache's involvement in > it, that > >> is often missed is teaching the students how the community works. It's > not > >> supposed to be "just do this coding project". For Apache, it's also > getting > >> the student involved in the community and keeping the entire community > up to > >> date with what is happening. > >> > >> I would strongly suggest that any "import events" and any questions and > stuff > >> get posted here on the dev list. You can add it to the blog as well, > but > >> make sure they appear on the dev list. > >> > >> There is a saying in Apache: "if it didn't happen on the dev list, it > didn't > >> happen". > >> > >> Dan > >> > >> > >> > >> > >>> Currently repository [1] contain draft of all features (on my roadmap > >>> it's milestone 1). > >>> There is also "Software Requirements Specification" document > >>> and "Software Design Description" document. At the moment I'm working > to > >>> fix and refactor source code. > >>> > >>> When I finish I will move all source code to CXF sandbox. > >>> > >>> Once again sorry for my misunderstanding. > >>> > >>> [1] http://code.google.com/p/cxf-log-browser/ > >>> [2] http://cxf-log-browser.blogspot.com/ > >>> > >>> Best regards, > >>> Tomasz Oponowicz > >> > >> -- > >> Daniel Kulp > >> dkulp@apache.org > >> http://dankulp.com/blog > >> > > > > > > > > -- > > Pozdrawiam, > > Tomasz Oponowicz > > > > > > -- > Best regards, > Tomasz Oponowicz > --001485f4505e183197048ad22dd6--