University of Cincinnati logo and link  
Enterprise Java Beans (EJBs)
 
  UC ingot We know what JavaBeans are.  Are Enterprise JavaBeans the same thing?  Are they just JavaBeans 2.0?  The answer is no, not exactly.  But EJBs do use the concepts we learned in JavaBeans, as well as the ones we used in RMI and JDBC.  Actually, they use most of the concepts we've learned thus far in the Java Series.  So what better way to end our discussion than with Enterprise Java Beans?

 So what are EJBs