Questions tagged [ejb-2.x]

This tag is used for question related to the session bean and message-driven bean component types of the EJB 2.x programming model. For questions about the persistent entities defined in the document "Java Persistence API" of the EJB 2.x specification, use the [JPA] tag.

This tag is used for question related to the session bean and message-driven bean component types of the EJB 2.x programming model. For questions about the persistent entities defined in the document "Java Persistence API" of the EJB 2.x specification, use the [JPA] tag.

242 questions
-2
votes
1 answer

Can we have a deployment Descriptor in EJB 3.x

I am trying to narrow down the major changes in in EJB 3 and EJB 2, and noted the following changes EJB 3.X does not required a deployment descriptor; does this mean we can not have a deployment descriptor ? Also the home and the remote interfaces…
-3
votes
1 answer

Calling EJB through java

I have no knowledge of EJB. I am asssuming its an alternative to get data from somewhere as we do in consuming webservices. For my new project we will be using EJB for getting data. These services will be developed by some other team. I was hoping…
Dhananjay
  • 694
  • 1
  • 9
  • 14
1 2 3
16
17