269 records as of 8/27/2008

Overview of Deserts

Introduction

Climate

Geology and Landforms

Water/Hydrology

Soils

Vegetation

Demographics/Population

Livelihood Systems

 

Search Site

Advanced Search Advanced Search

 

Search By Author

 

People

Office of Arid Lands Studies

 

 

Funding

International Arid Lands Consortium

 

 

Technology

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.

 

 

Additional Credits

Select icons where provided by Mark James (http://www.famfamfam.com/lab/icons/silk/)

 

What is Java?

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)

 

What is MVC?

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)