Tutorial

Overview

Erlang Web framework is a very useful tool, but as long as we do not know all its features we are not able to exploit all of its power and potential.

In order to make users familiar with Erlang Web, we will build an example service: fully interactive web shop. The service will be built step-by-step with all code commented and available for download.

Conventions

Steps

  1. Project setup, simple item browser

  2. New items adding functionality

  3. Adding other admin functionalities

  4. Using annotations

  5. Authenticating with e_auth e_component

  6. User accounts and buying the items

  7. Caching the content

  8. Distributing the service

  9. Other useful tools

Tutorial (last edited 2011-03-20 10:11:03 by BruceFitzsimons)