Return-Path: X-Original-To: apmail-incubator-isis-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-isis-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id AFD4C7985 for ; Thu, 14 Jul 2011 06:37:55 +0000 (UTC) Received: (qmail 4635 invoked by uid 500); 14 Jul 2011 06:37:54 -0000 Delivered-To: apmail-incubator-isis-dev-archive@incubator.apache.org Received: (qmail 4573 invoked by uid 500); 14 Jul 2011 06:37:46 -0000 Mailing-List: contact isis-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: isis-dev@incubator.apache.org Delivered-To: mailing list isis-dev@incubator.apache.org Received: (qmail 4553 invoked by uid 99); 14 Jul 2011 06:37:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Jul 2011 06:37:38 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of dkhaywood@gmail.com designates 74.125.82.175 as permitted sender) Received: from [74.125.82.175] (HELO mail-wy0-f175.google.com) (74.125.82.175) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Jul 2011 06:37:29 +0000 Received: by wyg30 with SMTP id 30so705538wyg.6 for ; Wed, 13 Jul 2011 23:37:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:organization:user-agent:mime-version :to:subject:content-type; bh=xoopo/OKB8yFSD6t0vcUWhNIrosK3OT3mumB9p1RkA4=; b=DpZJP71yc6Met8iCnRqiFtgSEF1+JhBs+un11ub+RbuCJVnIbtxJkgFaLRfMrMbbrG VaoMDxCdxqHSElIuZDBj5HY2/YZoaK5qHVIT30xLx9uYJ2lepOX9PqvwwFyonGTF2Jk3 uSLkRxVugm1oi0jyrI4HpdYHT3UImAbXflLQE= Received: by 10.227.10.129 with SMTP id p1mr1757936wbp.76.1310625427672; Wed, 13 Jul 2011 23:37:07 -0700 (PDT) Received: from [172.16.2.234] (87-198-155-163.ptr.magnet.ie [87.198.155.163]) by mx.google.com with ESMTPS id gb1sm12248406wbb.3.2011.07.13.23.37.06 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 13 Jul 2011 23:37:06 -0700 (PDT) Message-ID: <4E1E8E91.2070508@gmail.com> Date: Thu, 14 Jul 2011 07:37:05 +0100 From: Dan Haywood Reply-To: dan@haywood-associates.co.uk Organization: Haywood Associates Ltd. User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-GB; rv:1.9.2.18) Gecko/20110616 Lightning/1.0b2 Thunderbird/3.1.11 MIME-Version: 1.0 To: "isis-dev@incubator.apache.org" Subject: Subject: [ANN] Apache Isis version 0.1.2-incubating Released Content-Type: multipart/mixed; boundary="------------040508070301000503060109" --------------040508070301000503060109 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit The Isis team is pleased to announce the release of Apache Isis version 0.1.2-incubating http://incubator.apache.org/isis This is the first release of Apache Isis out of the incubator, and comprises the initial take-on of the original Naked Objects Framework along with a number of sister projects developed for the book, Domain Driven Design using Naked Objects. In addition, the release includes the scimpi framework, which provides a customizable web viewer (using JSF-like tags), and an initial version of a new JSON viewer (proving restful access to domain objects using JSON representations). There is also an initial version of a NoSQL object store, and improvements to the existing SQL object store. Finally, there is an all-new website with lots of new documentation, and an all-new Maven archetype to get you going quickly. Full release notes are available at [1] on the Isis website. You can access this release directly from the Maven central repo [2], use the Maven archetype to configure an initial project [3], or download the release and build it from source [4]. Enjoy! -The Isis team [1] http://incubator.apache.org/isis/release-notes-0.1.2-incubating.html [2] http://search.maven.org [3] http://incubator.apache.org/isis/quickstart-app.html [4] http://incubator.apache.org/isis/downloads.html --------------040508070301000503060109--