jboss-weld
Integrate Weld CDI into a JSF 1.2 EJB Application on jboss 6 AS
Since two evenings, I am trying to integrate weld CDI into an EJB 3.1 Application with JSF 1.2. I simply tried to call a with @Named annotated controller in an JSF page. The problem is, that no except[详细]
2023-02-12 10:45 分类:问答View Scope in CDI Weld
I want to use the @ViewScoped开发者_如何学Python - scope in my application for the backing beans of some web pages. Also I use CDI to inject the dependecies into the backing beans.[详细]
2023-02-08 02:55 分类:问答How to inject ConversationScoped beans in a Servlet
I need to inject a ConversationScoped bean into a servlet. i use the standard simple @Inject tag and I invoke the servlet with the cid parameter but when it invokes any method in the injected bean I g[详细]
2023-02-07 11:32 分类:问答What are the best debugging tricks with Weld/CDI?
One of the beauties with Java EE 6 is the new dependency injection framework - CDI with the Weld reference implementation - which has prompted us to start migrating internally to JSR-330 in an impleme[详细]
2023-02-07 10:52 分类:问答seam solder (former weld-extensions project) is not initialized
I want to use logger in my java web application. I\'m using JBossAS 6.0.0.final, cdi (weld), jsf ... etc. Seam solder proposes to use an abstract logger is not tying to a concrete implementation (sl[详细]
2023-02-05 01:01 分类:问答How does CDI injection work in MDBs and @Scheduled beans?
I\'m working on a large Java EE 6 application that is deployed on JBoss 6 Final. My current tasks involve using @Inject consistently instead of @EJB, but I\'m running into some problems on some types[详细]
2023-02-03 06:07 分类:问答How to inject external APIs beans with Weld - JSR-299
It\'s clear to me how to inject an object which is in my domain (I have access to the source) using Weld. You just annotate the implementation with e.g. @Named and @ApplicationScoped, and then annotat[详细]
2023-01-22 01:28 分类:问答Inject list of objects in CDI (Weld)
Let\'s say I have an interface called SocialNetworkService, and three implementations - TwitterService, FacebookService and FriendFeedService.[详细]
2023-01-21 13:28 分类:问答Useful environment for CDI / weld web-applications
I am new to weld and consider what environment is useful for a web-application using CDI (Weld). I want to use JSF or Wicket for presentation and JPA/Hibernate for my persistence layer (including Tran[详细]
2023-01-19 02:05 分类:问答Using CDI (Weld) in Tomcat with simple POJO classes
After 2 days of debugging and trying I have no other idea than asking you for a solution. I want to use CDI (on JEE6) in a Tomcat WebApp with only simple plain old java objects (yet).[详细]
2023-01-18 20:41 分类:问答