Return-Path: X-Original-To: apmail-cayenne-user-archive@www.apache.org Delivered-To: apmail-cayenne-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C3BEA18F09 for ; Thu, 27 Aug 2015 08:54:43 +0000 (UTC) Received: (qmail 6114 invoked by uid 500); 27 Aug 2015 08:54:43 -0000 Delivered-To: apmail-cayenne-user-archive@cayenne.apache.org Received: (qmail 6083 invoked by uid 500); 27 Aug 2015 08:54:43 -0000 Mailing-List: contact user-help@cayenne.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@cayenne.apache.org Delivered-To: mailing list user@cayenne.apache.org Received: (qmail 6071 invoked by uid 99); 27 Aug 2015 08:54:43 -0000 Received: from Unknown (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Aug 2015 08:54:43 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id E21F3181A56 for ; Thu, 27 Aug 2015 08:54:42 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 3.5 X-Spam-Level: *** X-Spam-Status: No, score=3.5 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, KAM_LINKBAIT=2.5, RCVD_IN_MSPIKE_H2=-0.001, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id 2JdZ_xtpL8Sg for ; Thu, 27 Aug 2015 08:54:34 +0000 (UTC) Received: from mail-03.1984.is (mail-03.1984.is [93.95.224.70]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTPS id 8792C42B9A for ; Thu, 27 Aug 2015 08:54:34 +0000 (UTC) Received: from localhost by mail-03.1984.is with esmtpsa (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.84) (envelope-from ) id 1ZUsx0-0005KJ-VM for user@cayenne.apache.org; Thu, 27 Aug 2015 08:54:26 +0000 Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2102\)) Subject: Re: Getting the currently active ServerRuntime From: Hugi Thordarson In-Reply-To: <55DECDE4.5040501@maniatis.org> Date: Thu, 27 Aug 2015 08:54:21 +0000 Content-Transfer-Encoding: quoted-printable Message-Id: <2A6FB45E-97DC-4D7B-AD00-3AB641869A22@karlmenn.is> References: <5013630B-823F-4EA4-802C-CA7792DB103A@karlmenn.is> <55DECDE4.5040501@maniatis.org> To: user@cayenne.apache.org X-Mailer: Apple Mail (2.2102) > On 27/08/2015 6:37pm, Hugi Thordarson wrote: >> I=E2=80=99m writing a Cayenne-based CRUD framework of sorts, in the = form of a jar that plugs into Cayenne applications.=20 >=20 > Is there overlap with this: http://nhl.github.io/link-rest/ which was = already built over the top of Cayenne? Not really, what we're doing works at a little lower level and serves = more specific requirements. Framework looks nice though=E2=80=94and = it=E2=80=99s fun to see Cayenne in the wild. - hugi=