a question about POJO programming?
Hi all
according to this quote about POJOs:
The term was coined while Rebecca Parsons, Josh MacKenzie and I
were preparing for a talk at a conference in September 2000. In the
talk we were pointing out the many benefits of encoding business
logic into regular java objects rather than using Entity Beans. We
wondered why people were so against using regular objects in their
systems and concluded that it was because simple objects lacked a
fancy name. So we gave them one, and it's caught on very nicely.
it is stated we should use Java regular objects rather than Entity beans.
my question is, Are'nt entity beans simple java object? for example when we define an entity bean, say, Product or Customer, I think these objects are simple Java objects but it is stated they are not.
could any one clarify this for me?
regards
quote is from following site:
http://www.martinfowler.com/bliki/POJO.html

