Advantages of MVC Model



  • Business logic is completely separated from presentation logic 
  • Flexibility of modification 
  • Business logic is implemented in bean component ,so we got a code reusability.
  • Division of work is possible 
  • Application development time is reduced

No comments:

Post a Comment