Differences between revisions 1 and 5 (spanning 4 versions)
Revision 1 as of 2009-06-18 01:31:37
Size: 1095
Editor: 24-183-238-75
Comment:
Revision 5 as of 2009-10-07 11:27:04
Size: 1436
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. WARNING: This was done in a frenzy and will most likely need to be reworked! Time was much more important than neatness. Later we WILL be introducing some better "software engineering" practices. At the time of this writing we already have over 57 KLOC. The next few sections discuss the overall approach to programming the database interface, business objects and backeend systems. We are considering the following technologies:
Line 5: Line 5:
== Visual Design ==  * SQL CE synchronized to a backend system (See http://www.microsoft.com/sqlserver/2008/en/us/compact.aspx and look for Synchroniz corporate data)
 * NHibernate (http://nhforge.org/Default.aspx) and possibly Fluent NHibernate (http://fluentnhibernate.org/) for database business objects.
 * SpecExpress framework for specifying property rules validation (http://code.google.com/p/specexpress/)
Line 7: Line 9:
We are using Menus and tabbed panels within tabbed panels. Until we have time, look at the design for more info.
== Visual Design ==

We are using Menus and 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.
Line 10: Line 15:

---

The following data may be out of date...

C# Programming Object Model

The next few sections discuss the overall approach to programming the database interface, business objects and backeend systems. We are considering the following technologies:

Visual Design

We are using Menus and 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)