Familiarizing myself with servlets and JSP.
What the project does:
This project demonstrates the use of Java servlets (middle-men between browser requests and server applications), Apache Tomcat as a servlet container (runtime environment), and the implementation of Java Server Pages (web pages with access to Java APIs).
Requirements included:
- Maven support with a pom.xml and appropriate dependency/dependencies
- A Java class containing program logic (TextConverter.java & GradeOutlookDeterminer.java)
- Data entered into two forms on different pages (index.jsp & converted-text.jsp)
- A servlet call on each form submission (getTextServlet.java & getGradeOutlookServlet.java)
- Form data gathered, passed into a Java class and modified somehow (MoDiFiEd sOmEhOw)
- New data provided on the new page and a link to the other form or back to the home page
index.jsp
converted-text.jsp
grade-outlook.jsp when Yes
grade-outlook.jsp when No



