What is the difference between java beans and EJB's?
EJBs are special java class that are used to encapsulate business logic. They provide additional benefits in
building up an application such as scalability, robustness, scalability etc
A java class that can be easily reused and composed to gether certain design conventions can be a JavaBean.
in an application. Any java class that follows
0 Comments
Please add nice comments or answer ....