Repository: deltaspike Updated Branches: refs/heads/master bb9abfcc5 -> 2c5c9d203
DELTASPIKE-1189 Migrate index.html into git Project: http://git-wip-us.apache.org/repos/asf/deltaspike/repo Commit: http://git-wip-us.apache.org/repos/asf/deltaspike/commit/9b6da604 Tree: http://git-wip-us.apache.org/repos/asf/deltaspike/tree/9b6da604 Diff: http://git-wip-us.apache.org/repos/asf/deltaspike/diff/9b6da604 Branch: refs/heads/master Commit: 9b6da6040525694c3d3105433fa201657af5dafb Parents: bb9abfc Author: Andrea Cosentino <[email protected]> Authored: Sun Jul 24 19:12:55 2016 +0200 Committer: John D. Ament <[email protected]> Committed: Wed Aug 17 20:28:34 2016 -0400 ---------------------------------------------------------------------- .../main/asciidoc/images/DukeChoice-100x176.png | Bin 0 -> 23989 bytes site/src/main/asciidoc/images/logo.png | Bin 0 -> 16935 bytes site/src/main/asciidoc/index.adoc | 48 +++++++++++++++++++ 3 files changed, 48 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/deltaspike/blob/9b6da604/site/src/main/asciidoc/images/DukeChoice-100x176.png ---------------------------------------------------------------------- diff --git a/site/src/main/asciidoc/images/DukeChoice-100x176.png b/site/src/main/asciidoc/images/DukeChoice-100x176.png new file mode 100644 index 0000000..5165be4 Binary files /dev/null and b/site/src/main/asciidoc/images/DukeChoice-100x176.png differ http://git-wip-us.apache.org/repos/asf/deltaspike/blob/9b6da604/site/src/main/asciidoc/images/logo.png ---------------------------------------------------------------------- diff --git a/site/src/main/asciidoc/images/logo.png b/site/src/main/asciidoc/images/logo.png new file mode 100644 index 0000000..45dc2a3 Binary files /dev/null and b/site/src/main/asciidoc/images/logo.png differ http://git-wip-us.apache.org/repos/asf/deltaspike/blob/9b6da604/site/src/main/asciidoc/index.adoc ---------------------------------------------------------------------- diff --git a/site/src/main/asciidoc/index.adoc b/site/src/main/asciidoc/index.adoc new file mode 100644 index 0000000..005731f --- /dev/null +++ b/site/src/main/asciidoc/index.adoc @@ -0,0 +1,48 @@ +:notoc: + += Apache Deltaspike + +image:logo.png[image] + +== About Apache DeltaSpike + +DeltaSpike consists of a number of portable CDI extensions that provide +useful features for Java application developers. + +We will also ensure true portability! We are testing DeltaSpike on +different CDI implementations like Apache OpenWebBeans and JBoss Weld, +and also on different Java EE servers like Apache Tomcat and TomEE, +JBoss AS7, WildFly 8.x and 9.x, Oracle GlassFish 3.1+ and 4.x+, IBM +WebSphere 8.x, Oracle WebLogic Server 12c, Jetty, and others. + +link:documentation/overview.html[View details »] + +== Latest Award + +In 2014, DeltaSpike became a Dukeâs Choice Award winner. The Dukeâs +Choice Awards celebrate extreme innovation in the world of Java +technology and are granted to the most innovative projects using the +Java platform. + +image:DukeChoice-100x176.png[image] + +== News + +Apache DeltaSpike 1.7.1 is now out! + +link:/news.html#_27th_release_1_7_1_20_07_2016[View details »] + +== Modules + +CDI extensions created by the Apache DeltaSpike community are packaged +as modules. They offer additional functionality not provided out of the +box by the CDI spec (Security, JPA, â¦) + +link:/documentation/modules.html[View details »] + +== Examples + +See the following examples which are part of the project to discover how +to use DeltaSpike project. + +link:examples.html[View details »]
