Browse

 

  Search

 

  Search By Author

 

Site Credits

 

People

Office of Arid Lands Studies

 

 

Funding

<To Do>

 

 

Technology

Rangelands West and its moules is build on the Data Object Warehouse (DOW) application developed by the Arizona Remote Sensing Center. Rangelands West 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)