application server

FOSS Project Spotlight: Appaserver

An introduction to an application server that allows you to build MySQL user interfaces without programming. Assume you are tasked to write a browser-based, MySQL user interface for the table called CITY. CITY has two columns. The column names are city_name and state_code—each combined are the primary key. Your user interface must enable users to execute the four main SQL operations: select, insert, update and delete. The main characteristics for each operation are: