Return-Path: Delivered-To: apmail-incubator-esme-dev-archive@minotaur.apache.org Received: (qmail 10924 invoked from network); 1 Oct 2009 05:21:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 1 Oct 2009 05:21:09 -0000 Received: (qmail 90659 invoked by uid 500); 1 Oct 2009 04:54:29 -0000 Delivered-To: apmail-incubator-esme-dev-archive@incubator.apache.org Received: (qmail 90611 invoked by uid 500); 1 Oct 2009 04:54:29 -0000 Mailing-List: contact esme-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: esme-dev@incubator.apache.org Delivered-To: mailing list esme-dev@incubator.apache.org Received: (qmail 90601 invoked by uid 99); 1 Oct 2009 04:54:29 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Oct 2009 04:54:29 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of hirsch.dick@gmail.com designates 209.85.220.209 as permitted sender) Received: from [209.85.220.209] (HELO mail-fx0-f209.google.com) (209.85.220.209) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Oct 2009 04:54:20 +0000 Received: by fxm5 with SMTP id 5so5557348fxm.27 for ; Wed, 30 Sep 2009 21:52:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=TYncnuFJ5pnOthd9/CwPnY+0y1tBCjfhkBiTs2uiyp0=; b=qpHHh7ZjENyErNtFA3QauK3bbIunc4/Far5g9Z6OcRY7zbrenbmTMyozRxcW7kUAmv QH9NxQMobgPjKj65Q93cNMIoJax3rvUV7EFy5rTAjAwrHxJLtr7n8qgHfey7YmKmSIOn YZeCY3enpj4Xpzm76G5DsLGPBzf43M25LIPS0= 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:content-transfer-encoding; b=WNG7psxWqBAVor6D1757fdlrn6b4Vjdf97DziBdGbVY7wY/JxuVTkmFBKXVYIr9jcd SI5Fy4L98tKL1SZ7dKQp2+fMLJe0d6iENObWRI0hAD2UJCv9WotWs9MFRnvNTZ7mU9FP JC7ybdf3eUN6oIPHNMpacL1FrsiIM2EHAogKM= MIME-Version: 1.0 Received: by 10.204.25.19 with SMTP id x19mr534569bkb.189.1254372779707; Wed, 30 Sep 2009 21:52:59 -0700 (PDT) In-Reply-To: <32D4E536-BC64-4F09-B40E-C5C07B07B3BF@davebsoft.com> References: <698B2EF7-E739-4BCE-ADA0-0DD6789DEF15@davebsoft.com> <32D4E536-BC64-4F09-B40E-C5C07B07B3BF@davebsoft.com> Date: Thu, 1 Oct 2009 06:52:59 +0200 Message-ID: Subject: Re: New Jira item for user list page From: Richard Hirsch To: esme-dev@incubator.apache.org Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org > Do you have any code review tools, where you can look at and comment on m= y > proposed changes? Maybe vassil or david could look at the code (I'm assuming it is sent as a patch to the Jira item). Why don't you make a screencast - explaining the changes. D. On Thu, Oct 1, 2009 at 2:02 AM, Dave Briccetti wrote: > OK, I have converted the code I showed before to a template. > > Do you have any code review tools, where you can look at and comment on m= y > proposed changes? > > I could make a short screencast, walking through it. I=92m still very wea= k > with Lift (and only moderately strong with Scala), so surely you will hav= e > suggested changes. > > > On Sep 30, 2009, at 1:18 AM, Richard Hirsch wrote: > >> @Dave we are trying to avoid doing UI-related work in the scala code >> and focusing on using the HTML source for UI-related activities as >> much as possible. I'd do it the right way. >> >> D, > >