We need to create a web interface for a small relational database written in Adesso. The dB is one table, one list view, and one detail view. The server is capable of communicating with other systems via Web Services/XML/SOAP. The web interface needs to be password protected (can be hard coded), one list view (grid view), and one detail view when you click on a record in the list view. Within the list view, each field header should be able to be used to sort by that field and be able to...