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 7E2BA9840 for ; Mon, 23 Jan 2012 19:46:10 +0000 (UTC) Received: (qmail 92595 invoked by uid 500); 23 Jan 2012 19:46:10 -0000 Delivered-To: apmail-river-dev-archive@river.apache.org Received: (qmail 92570 invoked by uid 500); 23 Jan 2012 19:46:09 -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 92562 invoked by uid 99); 23 Jan 2012 19:46:09 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Jan 2012 19:46:09 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of jeff.ramsdale@gmail.com designates 209.85.220.171 as permitted sender) Received: from [209.85.220.171] (HELO mail-vx0-f171.google.com) (209.85.220.171) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Jan 2012 19:46:03 +0000 Received: by vcbfo11 with SMTP id fo11so2636294vcb.2 for ; Mon, 23 Jan 2012 11:45:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=pN1bvC80B4VHuCJ0Y0UHjVyNXuJ5+RGFkVo+HZWWPSA=; b=jCkNfjxFbgDLWOFccrpDmwx+bmrqXFN9qtyuNtzKgNfRcib7xKv4XF7tB0u2fnXu0U lK/QL42yXpVlBHiwOfSi1cuDh6rCZu2Vvjqip4ajl+CH1SEJ81G4ju+QOZIS1rR16Avr h2FzPa0IZlNioLqAwkgq6bxzMWQweqa2KkuoA= MIME-Version: 1.0 Received: by 10.220.140.135 with SMTP id i7mr5395569vcu.65.1327347942378; Mon, 23 Jan 2012 11:45:42 -0800 (PST) Received: by 10.220.0.136 with HTTP; Mon, 23 Jan 2012 11:45:42 -0800 (PST) In-Reply-To: <1327338085.15308.53.camel@cameron> References: <4F1B8858.1050900@zeus.net.au> <1327338085.15308.53.camel@cameron> Date: Mon, 23 Jan 2012 11:45:42 -0800 Message-ID: Subject: Re: Surrogate From: Jeff Ramsdale To: dev@river.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Maven archetypes are the way to go. IDE agnostic and all IDEs support Maven. Dennis Reedy with Rio has done a lot of work with Maven and Jini services, using multi-module projects to write services, keeping interface, proxy, service, and UI classpaths distinct and managing dependencies, etc. It's a huge improvement over building multiple jars from the same batch of code using classdep-type approaches. -jeff On Mon, Jan 23, 2012 at 9:01 AM, Greg Trasuk wrote= : > > On Sat, 2012-01-21 at 22:54, Peter Firmstone wrote: >> Greg, >> >> Are there any areas where you could use some help with the Surrogate >> implementation? >> >> This year, we could make an impact with fresh releases for River, >> Surrogate and the LDJ Kit. >> >> Cheers, >> >> Peter. > > Well, there's probably lot's to do, but I'm thinking it's best if I > finish off =A0the "first-cut" myself (it's one of those "not sure of the > architecture til the first pass is done" things). =A0There's really only > the security manager integration left to make it a functional container > (as it sits in the source tree now, it can host Reggie successfully, > including hosting the codebase server). =A0I'm planning on working on it > this week and part of next week, so with some luck, it'll be ready for > demo soon. =A0Once the first cut is done, then we'll have all kinds of > usability features that folks can dig in to. > > I'll tell you what the outside world really needs, though: IDE > integration. =A0We need to get to the point where you can go to Netbeans > and select "New...Jini Service Project" and then go into your web app > and select "New...Jini client". > > Anybody interested in Netbeans or Eclipse integration? =A0My personal > taste is for Netbeans, and I suspect it'll be relatively easy to add in > a Jini project template, given the Ant-driven nature of it, but I > haven't looked too deeply. > > Cheers, > > Greg. > >