I apologize if this is an obvious question, but I\'m going through the Java EE 6 tutorial while reading a couple books and it\'s getting hard to correlate all of the information.
If I have methods public List<IrcEvent> getEventsByCriteria(IrcEventCriteria crit, boolean descending) {
What do I need to keep in mind when making a Wicket Page Serializable? I\'m especially concerned about开发者_如何学Python CDI beans - is it okay to rely on seam-wicket to re-inject beans as necessary
I am experimenting with CDI on a test application. I have a DAO which injects a container managed JTA persistence context like this:
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
this is my first question in this beautiful site. I have googled a lot but I didn\'t find any solution.
I\'m trying to use CDI events in my backend services, on JBoss AS6 - ideally with maximum code reuse.
I have a managed bean called: @ManagedBean(name=\"configBean\") @SessionScoped public class configBean implements Serializable {
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:
After migrating to CDI/Seam 3 I\'m getting these messages in my server log: WARN: Cannot attempt extension on null.