The assignment for this afternoon is to examine the CountryReport project Steps 1) following the DownloadExampleCode.txt instructions download CountryReport.zip (do not unzip it) 2) import this existing project into Eclipse 3) using the Java perspective examine this project ---------------------------------------------------- answer these questions: 1) what is the Entry Point (main method) for the project? 2) how many Action classes are there and what do they do? 3) how many Entity classes are there and what fields are in these Entity classes? 4) what does the appl do? for question #4 open the main method and follow the program flow Hints: in Eclipse if I hilight a method and click F3 (right click and select F3) then Eclipse will open that method, I can do this with fields also, showing me where the field is defined