Enterprise Java Beans (EJB) tutorials. Focusing on EJB 3.0 (EJB3) and above.
Business method or business process is the collection of structured and related tasks which create a certain product for specified customers. Let us now code the business methods for addition/deletion and also for the retrieval of the Book Entity Beans objects. Java Code: This is an example of business methods import java.util.Collection; import javax.ejb.Stateless; import javax.persistence.EntityManager; import javax.persistence.PersistenceContext; import com.visualbuilder.entity.Book; ...
import java.util.Collection; import javax.ejb.Stateless; import javax.persistence.EntityManager; import javax.persistence.PersistenceContext; import com.visualbuilder.entity.Book;
Updated 01-14-2012 at 06:17 PM by EJB
thanks...
sorry for all the questions
thanks...
06-14-2013, 02:22 PM in gbonecapone