DUE: You will develop a "proof-of-concept" prototype that demonstrates the "sanity" of your architecture. This means having "working" code which may not strictly adhere to the "published coding standards". The prototype needs to perform the following: 1) User adds a problem & Problem Instance using a web-based UI - Data gets converted to XML and stored in the database specified by the architecture. 2) User changes the state of the problem added in 1) - New Supplementary Info Information added (making a total of 2 problem instances attached to this problem) - Database updated properly 3) User views the problem added in 1) (updated in 2)) and can view all data through the web-based UI including Problem, Problem instance, Audit trail The emphasis with this prototype is to ensure that the conversions to and from XML (including XSL) work properly. You need to follow the Architecture you specified in your Architecture Document (updating it if you make changes). All code will be handed in; the prototypes will be demonstrated in class.