I am currently involved in developing an Internet Application using Netbeans 7.0 with JSF/Ajax/CSS3/EJB 3.0 and want to bind a value in a backing bean (defined by getter's & setters) ...
hello , We have been using Value objects which we use to get data from db . these Value objects are taken all the way to the Ui for displaying . Almost all cases : we have getters and setters ( public ) for private attributes . My question is : why do we need getters and setters at all ? ...