Differences between revisions 1 and 4 (spanning 3 versions)
Revision 1 as of 2006-08-11 04:29:14
Size: 419
Editor: BenGolding
Comment:
Revision 4 as of 2006-08-11 13:43:49
Size: 469
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. 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 3: Line 3:
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. == Model-View-Controller Overview ==
Line 5: Line 5:
==Model-View-Controller Overview==

-
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)