Return-Path: X-Original-To: apmail-river-dev-archive@www.apache.org Delivered-To: apmail-river-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2EF4418C65 for ; Thu, 2 Jul 2015 04:17:29 +0000 (UTC) Received: (qmail 49596 invoked by uid 500); 2 Jul 2015 04:17:28 -0000 Delivered-To: apmail-river-dev-archive@river.apache.org Received: (qmail 49564 invoked by uid 500); 2 Jul 2015 04:17:28 -0000 Mailing-List: contact dev-help@river.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@river.apache.org Delivered-To: mailing list dev@river.apache.org Received: (qmail 49552 invoked by uid 99); 2 Jul 2015 04:17:28 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Jul 2015 04:17:28 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 1E38C1A651A for ; Thu, 2 Jul 2015 04:17:28 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.15 X-Spam-Level: X-Spam-Status: No, score=0.15 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_ENVFROM_END_DIGIT=0.25, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=disabled Authentication-Results: spamd2-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id OaLOfEekc4hw for ; Thu, 2 Jul 2015 04:17:19 +0000 (UTC) Received: from mail-ig0-f180.google.com (mail-ig0-f180.google.com [209.85.213.180]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with ESMTPS id 6AB8520DB7 for ; Thu, 2 Jul 2015 04:17:18 +0000 (UTC) Received: by igrv9 with SMTP id v9so88381746igr.1 for ; Wed, 01 Jul 2015 21:17:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:references:from:content-type:in-reply-to:message-id:date:to :content-transfer-encoding:mime-version; bh=SxUlUK23RaexsFAPw1WMoBaRlKITOPgJrKTtExjT1co=; b=KVCnFR0xthF6fbU2UX+khqwKh47JSJUzDjzVjnsFudIs1o9QdMbq8OMaZyJ6xwSg6l loaryjEye3wbbwfcyq70m6ezYQaokTwl6baLJHXPcwIAaWb9JsdpiSd2qXjVZBhEWgw4 arovCpvVzqL5Bsk7JuXSi6BzUAMyjaOZYjZ3TW9eLy5sb3KNgQ8nQnMNR0u3TOxLQ6S3 ayDcDKTsr05goAsFEyOvGNmjr2KmtYlL8mJrd/RMorG/qN20JUMm1j4zdWjr5RnwWjmk whfmL0S+p0VZHcg3ChlEQr6aOCKil/tBq3YnTqf9UGTvafa9truf6/2pseQ/tuR0JrKc 50Cw== X-Received: by 10.42.210.2 with SMTP id gi2mr9291437icb.58.1435810637386; Wed, 01 Jul 2015 21:17:17 -0700 (PDT) Received: from [192.168.2.27] ([63.227.121.118]) by mx.google.com with ESMTPSA id qs10sm325715igb.14.2015.07.01.21.17.16 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 01 Jul 2015 21:17:16 -0700 (PDT) Subject: Re: River-examples project References: <499012CE-9BF1-48A1-B918-28565D41C8F0@gmail.com> <351CEDEC-FFB7-4B4A-A366-0C329BEE8BBE@stratuscom.com> From: Jean Cote Content-Type: text/plain; charset=utf-8 X-Mailer: iPod touch Mail (12F69) In-Reply-To: <351CEDEC-FFB7-4B4A-A366-0C329BEE8BBE@stratuscom.com> Message-Id: <673C486F-851C-4E51-A788-E3574BAC8291@gmail.com> Date: Wed, 1 Jul 2015 22:17:12 -0600 To: "dev@river.apache.org" Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (1.0) I think it should be removed to prevent confusion.=20 Sent from my iPod > On Jul 1, 2015, at 2:49 PM, Greg Trasuk wrote: >=20 >=20 > It=E2=80=99s a hold-over from the old examples folder that I started with.= It starts up an http server that serves out the contents of the =E2=80=98l= ib-dl=E2=80=99 folder. In the older examples in the JTSK, the pattern was t= o start up the class server separately. In the new examples that I did, bot= h the 'start-infra.config=E2=80=99 and =E2=80=99start-hello-service.config=E2= =80=99 files include entries to start their own class servers, so they are i= ndependent (if you look carefully, you=E2=80=99ll see that they specify diff= erent ports for the http server). >=20 > So you=E2=80=99re right, the =E2=80=98start-class-server.config=E2=80=99 f= ile is not used in the examples instructions, although it might be useful as= an example of what entries to include in a starter configuration file. I=E2= =80=99d be interested in opinions as to whether we should just take it out o= f the new examples project. >=20 > Cheers, >=20 > Greg Trasuk >=20 >> On Jul 1, 2015, at 2:59 PM, Jean Cote wrote: >>=20 >> Greg >>=20 >> Thanks for doing this. It is very useful. >> There is a file called 'start-class-server.config' that doesn't seem to h= ave any use. Any clue why you created it? >>=20 >> Thanks >> Jean >>=20 >> Sent from my iPod >>=20 >>> On Feb 7, 2015, at 7:27 AM, Greg Trasuk wrote: >>>=20 >>> Hi all: >>>=20 >>> This doesn=E2=80=99t seem to have gone through the mail system yesterday= , so I=E2=80=99m posting again. Apologies if we eventually have a storm of s= imilar messages. >>>=20 >>> Hi all: >>>=20 >>> Finally finished the examples project. Please review and comment. >>>=20 >>> You can get it from svn at https://svn.apache.org/repos/asf/river/river-= examples/river-examples/trunk >>>=20 >>> My thinking is that a new user trying out the examples will start with t= he read me file at: =E2=80=9CREADME.md=E2=80=9D (formatted as markdown >>> so that in case someone is looking at the github mirror, they=E2=80=99ll= see it on the front page of the project). So, if one or more of you could c= heckout the project and begin by following the README.md instructions, that w= ould give us a feel for the =E2=80=9Cnew-user=E2=80=9D experience. >>>=20 >>> I=E2=80=99m picturing that we should be able to release the examples pro= ject fairly quickly, and then start trying to publicize it. Also, we can ad= d more advanced examples as time goes on (e.g. event notifications, transact= ions, JavaSpaces, web app client, etc). >>>=20 >>> Thanks, >>>=20 >>> Greg Trasuk. >=20