In this video, I use Apache's HttpClient inside of a JFrame to consume a web service. The JFrame has a JCombo populated with the student IDs, and a JList to display the objects. If no student is selected, all students are shown. I handle basic errors within the code.