Create a session bean that returns the country name and total population from a ranking list of the populations of countries when the ranking is entered, and create an application that invokes that session bean from a Web application and displays the result on a Web page. The resultant application has the same theme as the application created as described in the Web application introduction, but the business logic part is replaced by EJB.