Showing posts with label deployment. Show all posts
Showing posts with label deployment. Show all posts

Monday, 23 September 2013

which is better to Packaging EJB in JavaEE 6 WAR vs EAR ?



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