cdi
jsf viewparam lost after validation error [duplicate]
This question already has answers here: Retaining GET request query string parameters on JSF form submit[详细]
2023-03-23 20:38 分类:问答Java EE 6 and CDI
I\'m just starting learning CDI and Java EE 6 but I found this piece of code that I want to fully understand.[详细]
2023-03-23 19:51 分类:问答Glassfish 3.1.1 CDI Classloader delegate false
My main problem is that I want to use myfaces jsf implementation and because of that, I have to use delegate=false in glassfish-web.xml. This ends up in loading classes from my application first and t[详细]
2023-03-23 05:33 分类:问答CDI Events, scope of their propagation
Here\'s a recurrent problem that I have and I think maybe CDI events can help me but I\'m not sure. I have two users interacting in a website, I want them to share an instance of a bean so they can b[详细]
2023-03-22 21:37 分类:问答Exception while lazily loading a collection from entity
I fear that I miss a very basic point, but I\'m stuck at the moment, hopefully someone can point my eyes starring to hard at it to the right one...[详细]
2023-03-22 19:36 分类:问答CDI: How to take care of beans configuration?
In CDI, how do I configure my beans? Let\'s say I have this code: class JawaBotApp { private void init( String configFilePathString ) throws JawaBotException {[详细]
2023-03-22 16:22 分类:问答CDI / Weld SE - @Observes ContainerInitialized doesn't work
I have Weld SE, bootstraped this way: WeldContainer weld = new Weld().initialize(); And the following bean[详细]
2023-03-22 12:42 分类:问答How do I set up a wicket quickstart to use seam-wicket CDI?
What do I need to do to make CDI work on my wicket quickstart project? When I try to launch the Jetty server, I get an exception:[详细]
2023-03-22 05:51 分类:问答CDI producer method for data model
I\'d like to be able to @Inject a data model backing a RichFaces 4 ExtendedDataTable, but it requires an EntityManager to do its work. The EntityManager\'s queries need to know the Class, of course, a[详细]
2023-03-22 02:40 分类:问答Generics and Qualifiers
Hi im trying to implement an EventBuilder based in weld (CDI) Events. I created the following method to build my event with the chosen qualifier (especified inf the parameter qualifierClass.[详细]
2023-03-21 15:12 分类:问答