This tag is used for question related to the session bean and message-driven bean component types of the EJB 3.0 programming model.
When I try to deploy ejd-ear, web-ear on to glassfish server. I added an ejb client dependency in web project. …
deployment maven glassfish ejb-3.0I am using JPA and I need to make the "tableName" a variable. In a database, I have many tables, …
java jpa ejb-3.0The terms "jta-datasource" and "resource-local datasource" are a little vague to me. I'm putting down what I am understanding ( or …
java jpa jakarta-ee ejb-3.0 jtaEJB achieved many improvements in 3.x versions, Spring is also commonly used and version 3 is a good alternative. There are …
comparison ejb-3.0 ejb-3.1 spring-3I'm using CMT in EJB3 state-less session beans. Also I've created my own Exception having the annotation "@ApplicationException (rollback=true)". …
java jakarta-ee transactions ejb-3.0 rollbackWhat is EJB, and why we should use it? Please explain in simple language. Thank you.
java ejb-3.0I am making a Java EE based product in which I'm using GlassFish 3 and EJB 3.1. My application has session beans, …
ejb-3.0 glassfish-3 cdi apache-tomeeHow do I have the following code in my non-ejb application. The code works. @Override public void saveItems(Collection<…
java persistence ejb-3.0