Question: Sample code is as follows: Recall that the L01: Course Content included a simple example that used Sockets to send an HTTP GET request to
Recall that the L01: Course Content included a simple example that used Sockets to send an HTTP GET request to the PSU website and display the results. For this assignment, you must create a version of that program that follows the MVC architectural pattern. You may use this sample MVC application as a template. Your program should include a JButton that sends the HTTP Request and a JTextField (or similar JComponent) that displays the results. Make sure that your Controller connects your Model and your View, as accomplished by the Controller of the sample MVC application that I have provided. When your application is complete, please export your NetBeans project to a ZIP file and upload that ZIP file to Canvas. Recall that the L01: Course Content included a simple example that used Sockets to send an HTTP GET request to the PSU website and display the results. For this assignment, you must create a version of that program that follows the MVC architectural pattern. You may use this sample MVC application as a template. Your program should include a JButton that sends the HTTP Request and a JTextField (or similar JComponent) that displays the results. Make sure that your Controller connects your Model and your View, as accomplished by the Controller of the sample MVC application that I have provided. When your application is complete, please export your NetBeans project to a ZIP file and upload that ZIP file to Canvas
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
