ejb3.1
Tag details
Welcome to the 'ejb3.1' tag page at Technorati. This page features content from the farthest reaches of the Blogosphere that authors have "tagged" with 'ejb3.1'.
Look up
"ejb3.1"
at The Free Dictionary
Latest blogosphere posts tagged “ejb3.1”
-
Java EE 6 / EJB 3.1 / JSF 2.0 WAR Modularization With Maven - Concrete Sample
Adam Bien —
Authority: 120
The backing bean HelloView : @ManagedBean @RequestScoped public class HelloView { @EJB HelloService helloService; public String getHelloMessage(){ return helloService.hello(); } } is packaged directly in the classes folder inside the Java EE 6 WAR. The ...14 hours ago -
Simplest Possible EJB 3.1 + JSR-299/JSR-330 Combination
Adam Bien —
Authority: 120
JSR-299 / JSR-330 beans can be easily combined with EJB 3.1 without any friction. The @Stateless bean: @Path("message") @Stateless public class ServiceFacade { @Inject @Message(Say.GOOD_BYE) MessageService message; @Inject DateService dateService; @GET public String ...6 days ago

