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
If I have methods public List<IrcEvent> getEventsByCriteria(IrcEventCriteria crit, boolean descending) {
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
I\'m trying to use CDI events in my backend services, on JBoss AS6 - ideally with maximum code reuse.
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:
This question already has answers here: Retaining GET request query string parameters on JSF form submit
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
I have Weld SE, bootstraped this way: WeldContainer weld = new Weld().initialize(); And the following bean
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:
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