Bishop Developer's guide

This document describes how to develop a website using Bishop. The sample application is a web shop.

Introduction

This guide describes how to develop a web application using Bishop and WebMacro.

Application specific requirements

  1. The user can browse the shop's inventory.
  2. The user can select one item from the inventory and view detailed info about the selected item.
  3. The user can put an item from the inventory into a shopping cart.
  4. The user can alter the contents of the cart (remove items etc)
  5. The user can checkout the items in the cart.

The Architecture

Description of the implied architecture provided by the Bishop framework

The Model

How is the model implemented?

The View

What about the view?

The Controller

And the controller...

Putting the parts together

...

the code

The code for the example is available here ...


[home] | [introduction] | [webmacro] | [model interaction] | [developer's guide] | [reference] | [terms and definitions]