kileader / BudgetGameRankings

This repository contains files for my Enterprise Java personal project. Budget Game Rankings will be a web app that grabs data on pricing and ratings for video games and ranks them according to user chosen parameters.
0 stars 0 forks source link

Week 7 ready for review #9

Open kileader opened 3 years ago

kileader commented 3 years ago

@pawaitemadisoncollege week 7 is complete.

My key learning points were getting comfortable with EC2 and authentication.

Figuring out how to handle navigation using Putty was interesting.

It has been a while since doing week 6, and figuring out EC2 keys and putty was difficult. I had to make a new instance with a new key pair.

pawaitemadisoncollege commented 3 years ago

A few of your peers found putty difficult too, and I don't like it much myself. There was a discussion in slack about it a while back; the short story is that Windows now has the ability to SSH in without using a tool like putty - might be work checking out: https://www.howtogeek.com/336775/how-to-enable-and-use-windows-10s-built-in-ssh-commands/

As you begin adding more functionality to your application, think about what needs to be restricted (both jsps and their related servlets) and add them to you web.xml as needed.

Glad to see you catching up here! Keep it up!