I\'ve recently been given a project to work on that involves writing a web application.I\'ve never done Java EE before.A lot of resources on the web are dated and I\'m having trouble figuring out what
From reading the Weld docs I don\'t think this can be done, but I could really do with it, so thought I\'d ask - if there\'s not a way with CDI, maybe there\'s a pattern workaround...
I have a named session scoped bean CustomerRegistration which has a named producer method getNewCustomer which returns a Customer object. There is also CustomerListProducer class which produces all cu
I want to know what do @HardCoded annotation. I don\'t found any documentation whe开发者_高级运维n I search in Google.
I\'ve been googling for a couple hours on this issue to no eval. WELD docs and the CDI spec are pretty clear regarding thread safety of the scopes provided.
Studying Seam 3, I discovered that Seam Solder allows the @Named annotation to be applied to packages - in that case, all开发者_C百科 beans in this package will be automatically named, as if they were
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing th
I am getting an error when deploying my application as follows.. Caused by: org.jboss.weld.exceptions.AmbiguousResolutionException: WELD-001318 Cannot resolve an ambiguous dependency between [
I have been developing my web-app using JPA 2.0 implementation EclipseLink 2.2.0.I finally got around to running multi-threaded code and I got this exception:
I\'m trying to write a CDI extension that needs to access the context parameters defined in web.xml via <context-param>. I think there are two ways of doing this: