1451 records as of 11/23/2009
Search Site
Search By Author
Members of the Western Rangelands Partnership from 19 Western states.
Rangelands West 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.
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)