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.
EC2 server went down again and had to make changes accordingly.
My EC2 server went down on me so I had to reboot it and it changed the url address to the database, should work now.
Updated the Java facet to version 1.8. It was at version 17.
This commit includes the UtilDB and UtilFile to read/write into the database. The Movie.java class in the datamodel package has also been updated to work with the MyServletHibernateMovie.java file. The MovieList.csv file has also been added. You can run the hibernate file without adding any more movies to the database since the method for adding movies has been commented out.
testing team sync stuff
submission for class exercise 8.
Initial import.
Commit with the finished q1 and q2 requirements.
Initial import.
Added home and search html documents. Also changed the Java repository to version 1.8.
Added Config and hibernate xml docs
Added the hibernate libraries to the code.
Initial "Hello World" commit
Initial import.
Fixed a spelling error that would not let me connect to the AWS server, but it worked fine in Eclipse.
Finalized everything for submission
Made an index home page, started to make everything look nicer.
Allows users to insert books and retrieve books from the database. This is just an initial posting of html documents, will update to make them more pleasing to look at.
Hello World commit for the Deployment operation setup.
servlet says "hello world!"
first commit: add myservlet
Initial import. First commit lecture notes