1 / 14

Project Dragonfly

Project Dragonfly. A web based personal finance manager CS4850. Code versioning and storage. Subversion repository hosted by Google TortiseSVN for Windows integration AnkhSVN for integration with VS 2008. Subversion Repository. TortiseSVN Integration. AnkhSVN integration. NHibernate.

torgny
Download Presentation

Project Dragonfly

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Project Dragonfly • A web based personal finance manager • CS4850

  2. Code versioning and storage • Subversion repository hosted by Google • TortiseSVN for Windows integration • AnkhSVN for integration with VS 2008

  3. Subversion Repository

  4. TortiseSVN Integration

  5. AnkhSVN integration

  6. NHibernate • MyGeneration for OR mapping file code generation • NHibernate mapping files • Database fields > classes

  7. NHibernate mapping files

  8. Application layout • Presentation Layer: Presentation of information and user interfaces • Application Layer: Coordinating the functional aspects • Domain Layer: Modeling the business, its processes and services • Persistence Layer: Storing and retrieving information used by a system

  9. Presentation layer • Presentation (Web) Layer: Presentation of information and user interfaces Images JavaScripts Stylesheets Pages

  10. Application layer • Application Layer: Coordinating the functional aspects

  11. Domain layer • Domain Layer: Modeling the business, its processes and services OR class files Services

  12. Persistence layer • Persistence Layer: Storing and retrieving information used by a system NHibernate mappings Repositories

  13. Design Focus • Scalability • Rapid changes (i.e.: database) • Reduction in software entropy

  14. Demo

More Related