JSP stands for Java Servlet Pages, a shorthand way of writing simple Servlets, more akin to other web scripting languages like PHP and ASP. A JSP file basically contains HTML, but with embedded JSP ...
Build classes. From project root run (requires JDK installed and javac on PATH): javac -d web/WEB-INF/classes src\com\example\beans\AdderBean.java src\com\example\gui ...