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 6538ACEB0 for ; Mon, 5 Jan 2015 16:48:43 +0000 (UTC) Received: (qmail 16197 invoked by uid 500); 5 Jan 2015 16:48:44 -0000 Delivered-To: apmail-deltaspike-commits-archive@deltaspike.apache.org Received: (qmail 16163 invoked by uid 500); 5 Jan 2015 16:48:44 -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 16154 invoked by uid 99); 5 Jan 2015 16:48:44 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Jan 2015 16:48:44 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id F0D9AA3FCED; Mon, 5 Jan 2015 16:48:43 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: rafabene@apache.org To: commits@deltaspike.apache.org Message-Id: <3b1634e103ec47d3aad1209f21197879@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: deltaspike git commit: DELTASPIKE-807 - Update external resources Date: Mon, 5 Jan 2015 16:48:43 +0000 (UTC) Repository: deltaspike Updated Branches: refs/heads/master 54a5e7177 -> 3842110b1 DELTASPIKE-807 - Update external resources Project: http://git-wip-us.apache.org/repos/asf/deltaspike/repo Commit: http://git-wip-us.apache.org/repos/asf/deltaspike/commit/3842110b Tree: http://git-wip-us.apache.org/repos/asf/deltaspike/tree/3842110b Diff: http://git-wip-us.apache.org/repos/asf/deltaspike/diff/3842110b Branch: refs/heads/master Commit: 3842110b154080c5d826d32ce8941ccd71700469 Parents: 54a5e71 Author: Rafael Benevides Authored: Mon Jan 5 14:47:35 2015 -0200 Committer: Rafael Benevides Committed: Mon Jan 5 14:47:35 2015 -0200 ---------------------------------------------------------------------- site/src/main/asciidoc/external.adoc | 34 +++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/deltaspike/blob/3842110b/site/src/main/asciidoc/external.adoc ---------------------------------------------------------------------- diff --git a/site/src/main/asciidoc/external.adoc b/site/src/main/asciidoc/external.adoc index 3420d27..53a618c 100644 --- a/site/src/main/asciidoc/external.adoc +++ b/site/src/main/asciidoc/external.adoc @@ -6,6 +6,30 @@ A number of DeltaSpike examples and templates have been developed external to the DeltaSpike project. These extend the DeltaSpike resources from which you can see DeltaSpike in action. Brief information is given here about the examples and templates, with details of where they can be obtained from. +== Presentations + +=== Apache DeltaSpike +Presentation about Apache DeltaSpike + +**Slides:** http://www.slideshare.net/os890/apache-deltaspike + +=== MyFaces CODI and JBoss Seam3 become Apache DeltaSpike +These slides show how to use type-safe mechanisms provided by MyFaces CODI for developing JSF applications which are more type-safe and easier to maintain as well as common pitfalls. Beyond that there is an basic overview of Apache DeltaSpike. + +**Slides:** http://www.slideshare.net/os890/myfaces-codi-and-jboss-seam3-become-apache-deltaspike + +=== Migrating a JSF-Based Web Application from Spring 3 to Java EE 7 and CDI +This talk is a detailed case study about the migration of a JSF-based web application from Spring 3 to Java EE 7 and CDI. It is presented at the JavaOne 2014 conference. + +**Slides:** http://www.slideshare.net/MarioLeanderReimer/migrating-a-jsfbased-web-application-from-spring-3-to-java-ee-7-and-cdi + +**Video:** https://parleys.com/play/543faae5e4b06e1184ae423a/about + +=== Flexibilitaet mit CDI und Apache DeltaSpike +DE Presentation about DeltaSpike + +**Slides:** http://www.slideshare.net/os890/flexibilitaet-mit-cdi-und-apache-delta-spike + == Examples === Confess 2012 Workshop Demo @@ -31,6 +55,16 @@ The JBoss quickstarts are small working examples that demonstrate recommended pr **Source code:** https://github.com/jboss-developer/jboss-wfk-quickstarts +=== DeltaSpike Examples +A collection of example applications demonstrating the features of the DeltaSpike project. + +**Source code:** https://github.com/rsmeral/deltaspike-examples + +=== DeltaSpike microblog example +PT_BR application that shows a microblog using DeltaSpike + +**Source code:** https://github.com/rafabene/demo_deltaspike + == Templates === Java SE + CDI + DS **Source code:** https://github.com/os890/javase-cdi-ds-project-template