Title Separating GUI from Backend
Student Andrew Nelson
Mentor David S Hustace
Abstract
Separating the GUI from the backend not only allows for easier maintenance, but makes it easier to keep backend code that often outlives its GUI code. I would like to cleanly separate your GUI from the backend modeling REST or at least MVC. This would allow for extended lifetime of your backend code and for more versatility with your GUI code.