Is it wise to develop a prototype GUI before developing another part of the system?
I am using Java for this small project. This will be a program with a graphical interface and a database connection. Let's say that the database has tables A and B, the user can choose which table to interact with. The program then displays the contents of, say, Table A in the graphical interface, and allows the user to modify the contents and send the changes, as well as delete or insert.
source
share