Planning, Development and Deployment of a Portal Gear Using
Dynamo 5.5
Part 3 - Configuration and Persistence
Part 1 is here : Part
2 is here
July 18, 2001 : Version 1.0
Introduction
This document describes the process adding the configuration of the Gear and
Persistence of these configurations in a repository. This allows each user and
community to have their own configuration of the gear, without special coding in
the JSP page.
Contents
Problem Statement
Design Overview
Implementation
Testing
Where Next?
Taking a look back to Part 1, we
remember the configurations we need for this gear
Let's take a single piece of configuration and follow that process through:
Provide a user configuration page which allows the user to specify the number
of batches of lotto numbers they wish to see. Persist this setting for each
user.
We'll tackle these issues in Part 4
|