Picky on Getter/Setter name? JSF/Jboss Seam?

Field must be lower-case, without underscores setter must be set + capitalized field (same for getter) So: private String userName; public void setUserName(..); public String getUserName(..); Reference: javabeans spec, java naming conventions Using an IDE (Eclipse, NetBeans, IntelliJ) to generate the setters and getters would make things easier.

Thanks for your input Bozho, Can you by any chance provide a link where this is referenced from, thanks – techventure Oct 9 at 8:50 yup, see my updated answer. The javabeans spec is a bit hard to read, but if you really need to see that my statement is correct - read it :) – Bozho Oct 9 at 9:16.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions