1 | Enterprise bean is created and managed by a Container. Clients never sees the actual bean instance. |
2 | Enterprise bean can be customized during deployment time. |
3 | Transaction and security attributes are separated from the bean implementation so that they can be described in metadata with various settings. |
4 | Enterprise Beans can be re-assembled to build more sophisticated components without any source code changes. |
5 | Default protocol is JRMP (Java RMI Protocol). |
6 | CORBA mapping is defined by RMI-IIOP mapping. |