Sample of manual build MVC Web Application for Tomcat 9.0.40
This post follows up "Practice coding in Java by writing a game" recently published at LXER. Focus has been done on manual invoking "javac" using standard command line options for placing in right folders packaged Java Beans and Servlets which are required by Tomcat 9 Java Web's server.
|
|
I intentionally avoid storing data in MySQL 8.0.22 database what is actually common practice, but requires the most recent updates in coding JDBC connection to database ( LTS JDK 11 ) . Just a reminder any Java Server converts JSPs (JSFs) into system generated servlets at runtime, in particular case it is Jasper Compiler integrated into Tomcat Server.
Full Story |
This topic does not have any threads posted yet!
You cannot post until you login.