Differences between revisions 2 and 3
Revision 2 as of 2006-08-11 04:32:49
Size: 426
Editor: BenGolding
Comment:
Revision 3 as of 2006-08-11 04:34:35
Size: 468
Editor: BenGolding
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= Albatross Application Design =

Albatross
does not impose any particular application structure but following a standard structure makes a developer's life much easier. The standard application design for applications using a web interface is MVC, model-view-controller.
Albatross does not impose any particular application structure. Following a standard structure makes a developer's life much easier. The standard application design for applications using a user interface is MVC, model-view-controller and this is ideal for designing usable and maintainable Albatross applications.
Line 7: Line 5:
 - Simple overview of MVC
 - Draw a little MVC diagram
 - directory structure should follow MVC paradigm
 * Simple overview of MVC
 * Draw a little MVC diagram
 * directory structure should follow MVC paradigm

Albatross does not impose any particular application structure. Following a standard structure makes a developer's life much easier. The standard application design for applications using a user interface is MVC, model-view-controller and this is ideal for designing usable and maintainable Albatross applications.

Model-View-Controller Overview

  • Simple overview of MVC
  • Draw a little MVC diagram
  • directory structure should follow MVC paradigm

None: Application_design (last edited 2011-02-15 06:05:18 by localhost)