Title: Backlog Notice: Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at . http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. # DeltaSpike-Forge Plugin ## Possible Setup for v0.1 * Project-Setup * Deactivate DeltaSpike Features ** Deactivate @Exclude extension ** List deactivatable classes ** Deactivate class ** Re-activate class * Project-Stage ** Show current project-stage ** Show project-stage key ** Show how to set the project stage ** Create custom project-stage * Low-Level Config ** Simulate property-lookup ** Show config-sources ** Create custom config-source * Config ** List all DeltaSpikeConfig implementations # OSGI integration Could be nice to be able to get OSGi services injected. A proposal is here: https://gist.github.com/1515423 Bundle and BundleContext could be injectable too. A bundlelistener and a servicelistener could send CDI event to notify of OSGi states. # Spring CDI Integration ## *Seam Spring* ### *Existing features (as of Seam Spring 3.1)* || Feature                                                         || "Requires" changes || Ranking || Objections || | [Bootstraping Spring contexts|http://docs.jboss.org/seam/3/spring/latest/reference/en-US/html/spring-usage.html#d0e92] (@Produce @SpringContext) | n | 10 | | | [Access to Spring web application context|http://docs.jboss.org/seam/3/spring/latest/reference/en-US/html/spring-usage.html#d0e92]  \\ (@Produce @Web @SpringContext) | n | 10 | | | [Exposure of Spring beans as CDI beans (availability for injection)|http://docs.jboss.org/seam/3/spring/latest/reference/en-US/html/spring-usage.html#d0e92]\\ (resource locator pattern - @Produce @SpringBean ) | n | 10 | | | [Exposure of CDI beans as Spring beans (and availability for injection)|http://docs.jboss.org/seam/3/spring/latest/reference/en-US/html/spring-usage.html#d0e257]\\ (FactoryBean and namespace support) | n | 10 | | | Bean Manager accessor - to be migrated to DeltaSpike facilities | n | 10 | | ### Planned features From the [module site|http://seamframework.org/Seam3/SpringModule] , as well as new || Feature                                                                                         || "Requires" changes || Ranking || Objections || | CDI eventing/Spring eventing bridge | n/a | 8 | | | Spring aspect/CDI interceptors bridge\\ | n/a \\ | 8 \\ | |