EJB explanation regarding EAR vs WAR

Viewed 19331

I have just begun reading up on EJBs.

Even as I venture into it I have a few questions based on what I have heard about them.

  1. Do applications using EJBs always have to be deployed as an EAR?
  2. Can applications containing EJBs be deployed just like other other java web projects using ECLIPSE and without using ANT?
1 Answers
Related