Return-Path: X-Original-To: apmail-deltaspike-commits-archive@www.apache.org Delivered-To: apmail-deltaspike-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8F13A19011 for ; Wed, 16 Mar 2016 23:27:37 +0000 (UTC) Received: (qmail 94983 invoked by uid 500); 16 Mar 2016 23:27:37 -0000 Delivered-To: apmail-deltaspike-commits-archive@deltaspike.apache.org Received: (qmail 94950 invoked by uid 500); 16 Mar 2016 23:27:37 -0000 Mailing-List: contact commits-help@deltaspike.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@deltaspike.apache.org Delivered-To: mailing list commits@deltaspike.apache.org Received: (qmail 94941 invoked by uid 99); 16 Mar 2016 23:27:37 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Mar 2016 23:27:37 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id F106DC2162 for ; Wed, 16 Mar 2016 23:27:36 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.999 X-Spam-Level: X-Spam-Status: No, score=0.999 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-0.001] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id tw0Xw9znfgKl for ; Wed, 16 Mar 2016 23:27:35 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 2A8145F56B for ; Wed, 16 Mar 2016 23:27:34 +0000 (UTC) Received: from svn01-us-west.apache.org (svn.apache.org [10.41.0.6]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 508D5E0097 for ; Wed, 16 Mar 2016 23:27:33 +0000 (UTC) Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 51A2B3A09DF for ; Wed, 16 Mar 2016 23:27:33 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1735344 - /deltaspike/site/trunk/content/staging/external.html Date: Wed, 16 Mar 2016 23:27:33 -0000 To: commits@deltaspike.apache.org From: gpetracek@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20160316232733.51A2B3A09DF@svn01-us-west.apache.org> Author: gpetracek Date: Wed Mar 16 23:27:32 2016 New Revision: 1735344 URL: http://svn.apache.org/viewvc?rev=1735344&view=rev Log: Site checkin for project Apache DeltaSpike Site Modified: deltaspike/site/trunk/content/staging/external.html Modified: deltaspike/site/trunk/content/staging/external.html URL: http://svn.apache.org/viewvc/deltaspike/site/trunk/content/staging/external.html?rev=1735344&r1=1735343&r2=1735344&view=diff ============================================================================== --- deltaspike/site/trunk/content/staging/external.html (original) +++ deltaspike/site/trunk/content/staging/external.html Wed Mar 16 23:27:32 2016 @@ -284,6 +284,22 @@ table.CodeRay td.code>pre{padding:0}

CDI@Work (chapter about DeltaSpike): http://cdiatwork.irian.at/

+
+
    +
  1. +

    is a free online book about CDI as well as Apache DeltaSpike. +It covers basic information about CDI and DeltaSpike up to more advanced use-cases. +An example for the latter is a type-safe configuration (interface-only) +which allows you to resolve the configured values even from dynamic config-sources like a database and +store them in a custom Config-Scoped cache which can be refreshed via CDI-events or a CRON based task or manually via JMX.

    +
  2. +
+
+
+

The GitHub account contains repositories e.g. for the sample application called IdeaFork. +The commit-history follows the steps in the book. In most cases every commit translates to one step in the book. +(Chapters are released once they are ready.)

+
@@ -385,11 +401,14 @@ The repository contains every step (one
-

[Preview] IdeaFork (lite)

+

IdeaFork (lite)

-

This example will be based on IdeaFork (full), +

This example is based on IdeaFork (full), but without some indirections which were needed to demonstrate different features of CDI and DeltaSpike (in a simple Application).

+
+

Source code (beta - work in progress): https://github.com/CDIatWork/IdeaForkLite_Beta

+

Confess 2012 Workshop Demo

@@ -614,7 +633,7 @@ but without some indirections which were
  • Examples