EJB3
Tag details
Welcome to the 'EJB3' tag page at Technorati. This page features content from the farthest reaches of the Blogosphere that authors have "tagged" with 'EJB3'.
Look up
"EJB3"
at The Free Dictionary
Latest blogosphere posts tagged “EJB3”
-
Java EE 6 Observer With CDI (JSR-299/JSR-330) and EJB 3.1
Adam Bien —
Authority: 122
1. You will have to define an event class first. It can be any POJO you like: public class HelloEvent { private String message; public HelloEvent(String message) { this.message = message; } public String getMessage() { return ...2 days ago -
Java EE 6 / EJB 3.1 / JSF 2.0 WAR Modularization With Maven - Concrete Sample
Adam Bien —
Authority: 122
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 ...1 week ago -
Simplest Possible EJB 3.1 + JSR-299/JSR-330 Combination
Adam Bien —
Authority: 122
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 ...2 weeks ago -
...and the Adoption Of EJB 3 / Java EE is:
Adam Bien —
Authority: 122
far better than expected. The landscape: Java EE 5 is already supported by 14 (all major) application servers . Java EE 6 is already supported by Glassfish 3 and partially by JBoss 6.0 and Geronimo. The adoption is harder to estimate - but it seems like Java EE 5 (6 is too early) and EJB 3 are gaining ...4 weeks ago

