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 93A4710D0A for ; Thu, 28 Nov 2013 19:45:17 +0000 (UTC) Received: (qmail 38741 invoked by uid 500); 28 Nov 2013 19:45:17 -0000 Delivered-To: apmail-river-dev-archive@river.apache.org Received: (qmail 38663 invoked by uid 500); 28 Nov 2013 19:45:16 -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 38650 invoked by uid 99); 28 Nov 2013 19:45:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Nov 2013 19:45:16 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy includes SPF record at spf.trusted-forwarder.org) Received: from [216.221.81.30] (HELO fipsb02.cogeco.net) (216.221.81.30) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Nov 2013 19:45:11 +0000 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AjQFAOWbl1LY3VTJ/2dsb2JhbABTBoM/FbkKgTJ0giUBAQQBgQkLGC4hNhmHbwMJBgMCuCcNiAIXjHeBThA6FoMKgRMDiUKMZ4gwhhWFOYNH X-IronPort-AV: E=Sophos;i="4.93,792,1378872000"; d="scan'208";a="132966416" Received: from d221-84-201.commercial.cgocable.net (HELO 24b2b4d4-6f72-4c42-a12f-fac553ea6761.localdomain) ([216.221.84.201]) by fipsb02.cogeco.net with ESMTP; 28 Nov 2013 14:44:49 -0500 Received: from localhost (localhost [127.0.0.1]) by 24b2b4d4-6f72-4c42-a12f-fac553ea6761.localdomain (Postfix) with ESMTP id EBCC264165 for ; Thu, 28 Nov 2013 11:44:48 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at mail.stratuscom.com Received: from 24b2b4d4-6f72-4c42-a12f-fac553ea6761.localdomain ([127.0.0.1]) by localhost (remote.stratuscom.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id szzHEu6I0X-x for ; Thu, 28 Nov 2013 11:44:38 -0800 (PST) Received: from [192.168.99.109] (unknown [38.122.185.131]) by 24b2b4d4-6f72-4c42-a12f-fac553ea6761.localdomain (Postfix) with ESMTPSA id 76DFD640FB for ; Thu, 28 Nov 2013 11:44:38 -0800 (PST) Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 7.0 \(1822\)) Subject: Re: River Container (was surrogate container) From: Greg Trasuk In-Reply-To: <370EC3ED-6FC7-4FA4-ABB6-E018C1E822AC@gmail.com> Date: Thu, 28 Nov 2013 14:44:38 -0500 Content-Transfer-Encoding: quoted-printable Message-Id: References: <4D0FC0CA-779C-4498-8DBA-12A66BF32250@stratuscom.com> <12E20E22-95BE-44BE-AFCB-A52A2FE21384@gmail.com> <370EC3ED-6FC7-4FA4-ABB6-E018C1E822AC@gmail.com> To: dev@river.apache.org X-Mailer: Apple Mail (2.1822) X-Virus-Checked: Checked by ClamAV on apache.org On Nov 28, 2013, at 12:59 PM, Dennis Reedy = wrote: >=20 > On Nov 28, 2013, at 1159AM, Greg Trasuk = wrote: >=20 >>=20 >> I=92m all for bringing Rio in at the same time! It=92s good to have = choices. =20 >=20 > Perhaps what we should also focus on is to create (or move forward) = either a standard archive (the SAR) or interfaces that define semantics = for deployment. That way we can have multiple >=20 Probably a good idea. The way the river-container (probably needs a new = name) is architected, we can add additional deployers that use alternate = semantics or archive formats. The first one I did handles services that = are designed for =91com.sun.jini.start=92, but there=92s no reason we = couldn=92t add others. I=92m already thinking about re-implementing the = Harvester-style API. But even that=92s looking pretty dated. That=92s = what I mean when I say it=92ll make a nice test bed - for example, I=92d = really like to be able to do @Service @ServiceAttributes( { @Name(=93Hello=94) }) public class HelloImpl implements Hello { public String sayHi(String name) { return =93Hi there =93 + name; } } >> Is the code provenance clear? >=20 > In some places there are dual copyrights, from (1) Sun Microsystems = and (2) to the original author or authors. The NOTICE contains = contributions from: >=20 > This product includes material developed by Asarian Technologies LLC. >=20 > This product contains material developed by Elastic Grid LLC. > (http://www.elastic-grid.com) >=20 > This product includes material developed by Sun Microsystems, Inc. > (http://www.sun.com). >=20 > This product includes material developed by GigaSpaces, Inc. > (http://www.gigaspaces.com). >=20 I see it=92s Apache licensed. Ideally we=92d have a CCLA in place from = all the corporate contributors, but I personally don=92t know if that=92s = required if the contributed code is ASL2. We might have to consult more = experienced Apache people. Greg. >=20 >> I think we can all agree that telling anyone to start writing = services using only the JTSK is cruel and unusual punishment. >=20 > Indeed. >=20 > Regards >=20 > Dennis >=20