Possible Duplicates:
What is the difference between a JavaBean and a POJO?
Difference between DTO, VO, POJO, JavaBeans?
Could you please explain the difference between JavaBean, POJO class and normal class in Java technology?
Possible Duplicates:
What is the difference between a JavaBean and a POJO?
Difference between DTO, VO, POJO, JavaBeans?
Could you please explain the difference between JavaBean, POJO class and normal class in Java technology?
Not much.
A JavaBean has to follow certain naming conventions laid down in the JavaBean spec, but otherwise they are all the same.