Monday, August 12, 2013

Basic Understaning of Framework

There can be two kind of Applications using ADFramework:
1) Web Application:
    Its an application that can be deployed on to a server and can be accessed by the web. Generally we go with this kind of application when we are trying to build an end to end application. It follows an MVC architecture.
  •   Model project: We write all the business logic to connect to the database(Project names here start with a capital letter)
  • ViewController:  We create the view components.Controller controls the data and its navigation to the view components.
2) Desktop Application:
    Installed on a particular desktop and use it from there. 

No comments:

Post a Comment