Hibernate an ORM Framework -II
In the comments to my post Hibernate an ORM Framework, I received two questions from reader
Difference between POJO and Java Bean
Performance issue with respect to the application server
Difference between POJO and Java Bean
A Javabean is a class which exposes private properties by public getters and setters, has at least a (implicit) no-arg constructor, must [...]

