Differences between revisions 8 and 9
Revision 8 as of 2009-10-07 11:29:31
Size: 1498
Editor: 24-183-238-75
Comment:
Revision 9 as of 2009-12-16 14:53:07
Size: 1553
Editor: 24-183-238-75
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
The next few sections discuss the overall approach to programming the database interface, business objects and back end systems. We are considering the following technologies: The next few sections discuss the overall approach to programming the database interface, business objects and back end systems. For a second iteration, we are considering the following technologies to clean up the implementation:

C# Programming Object Model

The next few sections discuss the overall approach to programming the database interface, business objects and back end systems. For a second iteration, we are considering the following technologies to clean up the implementation:

Visual Design

We are using Windows Forms to create an interface with Menus and multiple embeded tabbed panels within tabbed panels. Until we have time, look at the design for more info. NOTE: We are planning to switch from windows forms to WPF.

Object to Database Integration Model


The following data may be out of date...

FORM CONTAINS:

Incidentally the List<SquareData> should match the tabs shown under the squares tab for that Field. Can we map it directly?

Also, the List<BaseLocusData> maps the the list of tabs showing the loci - even though these are not "controls" each BaseLocusData element will contain controls.

ArchaeologyProject/ObjectModel (last edited 2010-04-06 21:47:57 by 24-183-238-75)