jboss-weld
Weld archetype vs Seam Forge
I\'m building a new project using Seam 3. I don\'t understand what the 开发者_StackOverflow社区difference is between Weld archetype and Seam Forge. Both of them help us to build a simple project templ[详细]
2023-03-27 02:42 分类:问答CDI: Intercepted method nested call from non-intercepted method of the same bean - should be invoked?
If I have methods public List<IrcEvent> getEventsByCriteria(IrcEventCriteria crit, boolean descending) {[详细]
2023-03-26 00:55 分类:问答Custom error page does not work with Weld & Tomcat7
In my web application I\'m trying to use custom error page. However this does not work with Weld. When I navigate to a non-existing page in my app instead of getting custom error page I see exception[详细]
2023-03-25 09:25 分类:问答Dynamically fire CDI event with qualifier with members
I\'m trying to use CDI events in my backend services, on JBoss AS6 - ideally with maximum code reuse.[详细]
2023-03-25 02:53 分类:问答Richfaces 4 a4j:commandLink action not firing in rich:popupPanel
I seem to be having a problem where I have an a4j:commandLink on a rich:popupPanel but the action is not firing.The xhtml looks as follows:[详细]
2023-03-24 04:07 分类:问答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 configuration and dependency injection (akin to Springs IoC vs. Weld / Guice)
Lets say I have a class ListCreator which I want to configure. I want to be able to tell it the sort order and the how to output my table. Therefore I have the boolean sortDescending property and the[详细]
2023-03-23 10:13 分类:问答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 分类:问答What's the ideal setup for a quick turnaround in Java EE development?
I\'m currently struggling with the project setup while implementing a Java EE 6 application with Eclipse Indigo and 开发者_开发百科JBoss 6. The application server and the IDE is pretty much set in the[详细]
2023-03-20 07:39 分类:问答