Hi, I'm new to EJB. I'm looking for a simple EJB3 application with CRUD operations. The project should have Maven. The EJB component needs to be deployed on server (either OpenEJB or JBoss) and then accessed through client application or Junit with the help of EJBContainer.
For Example: I have one Entity such as Employee or Student. One local Session Bean and its implementation. The EJB need to be deployed in server and then need to access through client using EJBContainer. Thanks and regards, Pradeep Kumar Ojha [email protected]
