jboss-jdf / jdf-paste-code

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!)


Languages

Language:JavaScript 73.9%Language:Java 25.6%Language:Shell 0.5%