An
important motivation for having EJB beans in a separate JAR is for the age
old separation of business logic and view logic.
Since EJBs are
supposed to concentrate solely on business logic, it makes sense to put them
into a separate module.
This
is exactly what the
|