269 records as of 8/27/2008
Credits
Soils
Vegetation
Demographics/Population
Livelihood Systems
International Arid Lands Consortium
Deserts of the World is build on the Data Object Warehouse (DOW) application developed by the Arizona Remote Sensing Center. Deserts of the World is programmed in Java, uses Apache Struts to implement a Model Viewer Controller (MVC) architecture, and uses any JDBC compatible Relational Database Management System - SQL Server 2000 in this case.
Select icons where provided by Mark James (http://www.famfamfam.com/lab/icons/silk/)
Java is an object-oriented programming language developed by James Gosling and colleagues at Sun Microsystems in the early 1990s. The language, which was designed to be platform independent, is a derivative of C++ with a simpler syntax, a more robust runtime environment and simplified memory management. (wikipedia.org)
Model-view-controller (MVC) is a software architecture that separates an application's data model, user interface, and control logic into three distinct components so that modifications to one component can be made with minimal impact to the others. (wikipedia.org)