Added some comments to HostGUI.java
Updated author info
Here is the initial commit to push version 1.0 into the repository. The main working java files are in the network folder called Client and Host. Cipher folder holds the Encrypt file which is the foundation for the encryption and decryption methods. The rest are testing files that I have an idea for. Here is what they do:
Initial import.
Added a page where the user needs to insert payment information to rent a movie, doesn't collect information all you need to do is click the submit button and it will take you to the rent successful page.
Added a genre filter to the search page that allows users to filter their search results by movie genre (Action, Adventure, and Horror).
Edited the MyServletHibernateMovie.java file so that it only displays the movie title and genre. Clicking on the movie title will take the user to another page called MovieDetailsServlet.java where it displays the rest of the movie's information. Also added a rent button that takes the user to the rent successful page and another button that takes the user back to the search page.
fixed the remote connection config file name.