As far as I know, JavaBeans are the simple getter and setters methods of whatever fields are there in your Java class, on the other hand POJO seems similar (fields and its getter/setter) whats the difference then?
As that's not enough, here comes the beans floating around in all your JSPs and Struts config files, does (according to my knowledge) same stuff...
- I am confuse by naming, whats the difference, what are the magic words?
- Why do they call it bean, what should I say, if any one ask me describe bean in context of Java EE / JSP / Struts.