I\'ve been struggling with trying to get my commandButtons to perform an action (yet oddly, I have no problem pulling data from beans to include in my page).Have even posted up my code elsewhere and h
Problem: managed bean not injecting by template. Goal: I wan to decelerate logout button in template. Scenario: I am building j2ee 6 application with jsf 2.0 for web part.
Can you suggest a way or a framework or etc. for Java EE in order to make simple HTTP GET/POST calls to some web services like in SOAP web services but transport format must be JSON; not XML and there
I\'m trying to learn Java EE 6 and i\'m just wondering how to implement authentication mechanism in Java EE 6.
I am trying to create instance of class javax.servlet.ServletException with following code public class MyTroubleViewer {
I\'ve got a problem with the authentication features of Servlet 3.0: With this code in a Servlet v3: log.info(\"\"+request.getUserPrincipal());
How can I return a java.util.concurrent.Future object with a Receipt object and only use the @javax.ejb.Asynchronous annotation?
Scenario: I have some @Statefull bean for user session (not an HTTP session, it is web services session). And I need to manage user\'s session per user.
There is good tutorial Basic Authentication withJAX-WS But it describe deployment description for web based application (war). Is it passable describe in ejb jar deployment description ?
Scenario: I have @Singleton UserFactory (@Stateless could be) , its method createSession() generating @Stateful UserSession bean by manual lookup.