Difference between revisions of "NCBO-OOR Development"

From NCBO Wiki
Jump to navigation Jump to search
m (General overview of developer documentation for NCBO-OOR.)
m
Line 1: Line 1:
The NCBO-OOR project is a collaborative open source endeavor to meet the needs of the [http://ontolog.cim3.net/cgi-bin/wiki.pl?OOR title Open Ontology Repository (OOR) Initiative.]  This page serves as a launch point for understanding the NCBO-OOR architecture and getting started with customizing the code to advance OOR goals and objectives.
+
The NCBO-OOR project is a collaborative open source endeavor to meet the needs of the [http://ontolog.cim3.net/cgi-bin/wiki.pl?OOR Open Ontology Repository (OOR) Initiative.]  This page serves as a launch point for understanding the NCBO-OOR architecture and getting started with customizing the code to advance OOR goals and objectives.
  
 
* The [[NCBO-OOR Architecture]] page provides a general architecture and philosphy used in it's design and development.  This page is geared for any reader who has a basic understanding of multi-tier software architecture.
 
* The [[NCBO-OOR Architecture]] page provides a general architecture and philosphy used in it's design and development.  This page is geared for any reader who has a basic understanding of multi-tier software architecture.
  
* The [[NCBO-OOR Server-Side Customization]] page describes the design and approach to customization of NCBO-OOR server-side components.  To fully execute the examples presented on this page requires that the readers have an understanding of the principles of Aspect of Oriented programming and the [[http://www.springsource.org/ Spring technology framework]].
+
* The [[NCBO-OOR Server-Side Customization]] page describes the design and approach to customization of NCBO-OOR server-side components.  To fully execute the examples presented on this page requires that the readers have an understanding of the principles of Aspect of Oriented programming and the [http://www.springsource.org/ Spring technology framework].

Revision as of 14:47, 9 February 2009

The NCBO-OOR project is a collaborative open source endeavor to meet the needs of the Open Ontology Repository (OOR) Initiative. This page serves as a launch point for understanding the NCBO-OOR architecture and getting started with customizing the code to advance OOR goals and objectives.

  • The NCBO-OOR Architecture page provides a general architecture and philosphy used in it's design and development. This page is geared for any reader who has a basic understanding of multi-tier software architecture.
  • The NCBO-OOR Server-Side Customization page describes the design and approach to customization of NCBO-OOR server-side components. To fully execute the examples presented on this page requires that the readers have an understanding of the principles of Aspect of Oriented programming and the Spring technology framework.