2010/5/25 Fabio Perfetti <[email protected]>: > so? what is the model? the beans? > > public class Employee{ > private String name; > private String surname; > public setter/getter ... > }
I'd call them "domain objects", it's a more appropriate term. So yes they are. And services, DAO, EJBs (if present) are part of the model too. Antonio --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

