Questions tagged [jboss-weld]

Weld is the reference implementation (RI) for JSR-299: Java Contexts and Dependency Injection for the Java EE platform (CDI)

Weld is the reference implementation (RI) for JSR-299: Java Contexts and Dependency Injection for the Java EE platform (CDI). CDI is the Java standard for dependency injection and contextual lifecycle management, a Java Community Process (JCP) specification that integrates cleanly with the Java EE platform. Any Java EE 6-compliant application server provides support for JSR-299 (even the web profile).

http://seamframework.org/Weld

See also

393 questions
0
votes
1 answer

CDI lifecycle of bean, @Inject and params

The view and bean were working until I tried to fix non-standard names, and I've now broken the connection between the two. Oddly, the "back" button has the correct link, but content just doesn't show, nor log. Why doesn't Detail.getComments()…
Thufir
  • 8,216
  • 28
  • 125
  • 273
-1
votes
1 answer

Cdi Proxy object removal by garbage Collector in javaEE

I an Currently working on a javaEE project that uses weld Cdi implementations.i wasvassign a task to analyse memory leaks and memory management in our appplication. I am Confuse on following aspect about garbage collector and cdi proxy object. i…
-1
votes
2 answers

get instance of bean within a sessionscope via session.getAttribute

Within my (JSF, Servlet 3.0) sessionscope there are instances of classes. How can I get the instance of a class by using the names provided in sessionscope? For example, in my session there is a instance of MyBean: classes-ManagedBean-class…
nimo23
  • 5,170
  • 10
  • 46
  • 75
1 2 3
26
27