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 0B69B1082E for ; Wed, 25 Dec 2013 15:24:13 +0000 (UTC) Received: (qmail 62634 invoked by uid 500); 25 Dec 2013 15:24:11 -0000 Delivered-To: apmail-deltaspike-commits-archive@deltaspike.apache.org Received: (qmail 62607 invoked by uid 500); 25 Dec 2013 15:24:10 -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 62600 invoked by uid 99); 25 Dec 2013 15:24:08 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Dec 2013 15:24:08 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Dec 2013 15:24:05 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id C379D2388868 for ; Wed, 25 Dec 2013 15:23:43 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: svn commit: r891749 - in /websites/staging/deltaspike/trunk/content: ./ documentation.html Date: Wed, 25 Dec 2013 15:23:43 -0000 To: commits@deltaspike.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20131225152343.C379D2388868@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: buildbot Date: Wed Dec 25 15:23:43 2013 New Revision: 891749 Log: Staging update by buildbot for deltaspike Modified: websites/staging/deltaspike/trunk/content/ (props changed) websites/staging/deltaspike/trunk/content/documentation.html Propchange: websites/staging/deltaspike/trunk/content/ ------------------------------------------------------------------------------ --- cms:source-revision (original) +++ cms:source-revision Wed Dec 25 15:23:43 2013 @@ -1 +1 @@ -1551336 +1553389 Modified: websites/staging/deltaspike/trunk/content/documentation.html ============================================================================== --- websites/staging/deltaspike/trunk/content/documentation.html (original) +++ websites/staging/deltaspike/trunk/content/documentation.html Wed Dec 25 15:23:43 2013 @@ -93,6 +93,7 @@
  • Servlet Module
  • Data Module
  • Test-Control Module
  • +
  • Scheduler Module
  • With Java SE
  • External
      @@ -298,6 +300,23 @@ In the listings below replace the placeh +

      Scheduler Module

      +
      <dependency>
      +    <groupId>org.apache.deltaspike.modules</groupId>
      +    <artifactId>deltaspike-scheduler-module-api</artifactId>
      +    <version>${deltaspike.version}</version>
      +    <scope>compile</scope>
      +</dependency>
      +
      +<dependency>
      +    <groupId>org.apache.deltaspike.modules</groupId>
      +    <artifactId>deltaspike-scheduler-module-impl</artifactId>
      +    <version>${deltaspike.version}</version>
      +    <scope>compile</scope>
      +</dependency>
      +
      + +

      With Java SE

      To use DeltaSpike with Java SE, we must provide additional jars file corresponding to the DeltaSpike CDI Controller API and its implementation. The Controller uses Java Services to resolve the CDI container (JBoss Weld, Apache OpenWebbeans (and Apache OpenEJB)) and @@ -474,6 +493,9 @@ The resolved bean is a normal CDI bean w

      Test-Control (optional)

      Definition : This module allows to write CDI based tests easily.

      View details »

      +

      Scheduler (optional)

      +

      Definition : This module provides a simple integration with quartz (per default) or any other scheduler which supports cron-expressions for job-classes.

      +

      View details »

      External

      Blogs