Skip to content

An example using DeltaSpike with JBoss AS 7 (Work In Progress!)

Notifications You must be signed in to change notification settings

jboss-jdf/jdf-paste-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weld PasteCode Example

This example demonstrates the use of Weld in Java EE Environment. Contextual state management and dependency injection are handled by JSR-299. Transaction and persistence context management is handled by the EJB 3 container. No alterations are required to be made to the Servlet container. All services are self-contained within the deployment.

Features Covered (the list will increase)

CDI

  • injecting into POJO, EJB (SFSB), Servlet

  • @ApplicationScoped, @Model, @SessionScoped annotations

  • producer named methods

  • Decorators

About

An example using DeltaSpike with JBoss AS 7 (Work In Progress!)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published