MVC

The main idea behind Erlang Web is to make individual parts of the application responsible for specific areas of functionality. The Erlang Web Framework consists of eptic, wpart and wparts. Eptic communicates with wpart and wpart manages wparts. It is necessary to keep the global configuration in a separate file since it is used by many components. A User’s project is usually kept in a separate folder under which there is a place for custom modules, controllers, etc.

app_pic.jpg

MVC (last edited 2011-03-20 10:08:41 by BruceFitzsimons)