Repository: deltaspike Updated Branches: refs/heads/master a51278e59 -> bf01c09f4
Updated description in doap. Project: http://git-wip-us.apache.org/repos/asf/deltaspike/repo Commit: http://git-wip-us.apache.org/repos/asf/deltaspike/commit/bf01c09f Tree: http://git-wip-us.apache.org/repos/asf/deltaspike/tree/bf01c09f Diff: http://git-wip-us.apache.org/repos/asf/deltaspike/diff/bf01c09f Branch: refs/heads/master Commit: bf01c09f4af975eb66507c8406a8e89a3dead1a6 Parents: a51278e Author: John D. Ament <[email protected]> Authored: Wed Aug 17 21:04:08 2016 -0400 Committer: John D. Ament <[email protected]> Committed: Wed Aug 17 21:04:08 2016 -0400 ---------------------------------------------------------------------- doap_DeltaSpike.rdf | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/deltaspike/blob/bf01c09f/doap_DeltaSpike.rdf ---------------------------------------------------------------------- diff --git a/doap_DeltaSpike.rdf b/doap_DeltaSpike.rdf index 0691c8e..7e3a90e 100644 --- a/doap_DeltaSpike.rdf +++ b/doap_DeltaSpike.rdf @@ -28,12 +28,22 @@ <homepage rdf:resource="http://deltaspike.apache.org" /> <asfext:pmc rdf:resource="http://deltaspike.apache.org" /> <shortdesc>DeltaSpike is a collection of portable Extensions for CDI Containers</shortdesc> - <description>Apache DeltaSpike is a portable JSR-299 CDI (Contexts and Dependency Injection for Java) Extension library which contains lots of useful tools and helpers which are missing in the CDI core spec. - -DeltaSpike is not a CDI-container itself, but a portable -Extension library which can run on all CDI-containers! - -DeltaSpike is tested and runs on many Java EE Servers like Apache TomEE, Red Hat JBoss Application Server, JBoss Wildfly, Oracle WebLogic, Oracle Glassfish, IBM WebSphere, and also on simple Servlet containers like Apache Tomcat or Jetty in combination with either JBoss Weld or Apache OpenWebBeans.</description> + <description>Apache DeltaSpike is a suite of portable CDI (Contexts & Dependency +Injection) extensions intended to make application development easier when +working with CDI and Java EE. Some of its key features include: + +- A core runtime that supports component configuration, type safe messaging +and internationalization, and exception handling. +- A suite of utilities to make programmatic bean lookup easier. +- A plugin for Java SE to bootstrap both JBoss Weld and Apache OpenWebBeans +outside of a container. +- JSF integration, including backporting of JSF 2.2 features for Java EE 6. +- JPA integration and transaction support. +- A Data module, to create an easy to use repository pattern on top of JPA. +- Quartz integration + +Testing support is also provided, to allow you to do low level unit testing +of your CDI enabled projects.</description> <bug-database rdf:resource="https://issues.apache.org/jira/browse/DELTASPIKE" /> <mailing-list rdf:resource="http://deltaspike.apache.org/community.html#mailing-lists" /> <programming-language>Java</programming-language>
