You are on page 1of 1

Model

Model is back bone of any program. This modal consists of data in a particular state and actions
that can modify this state. These actions are usually called business logic. In simpler words this
layer does all the data related work given below

• Beans with get and set methods


• Business logic
• Data Access from any data source database, flat file, web service, Entity Bean, LDAP
server etc.

If you are web programmer these are your BO’s (Buisness Objects), DAO’s (Data Access
Objects) , VO’s(Value Objects) etc.

You might also like