

generally the project Architecture is .........if u develop ur project in spring means architecture is as fallows
when ever client sends the request .....it will go to controller....then based on the request collects the bean properties.....then controller communicate with BO......then DAO .DAO having the database queries...then curresponding result set ....result is revert back to BO..DAO...Controller....to client