Marc and His Mom
Pic of me and my mom at Uncle Dave’s funeral
Making 50s Look Like 20s
Meet BethAnne, soon to be Moore Dynasty 6! Here we are at IMBC for Mitch’s engagement party!
Pic of the Moore Dynasty in its current form. The Green Lantern sure is grumpy…
Given a pre-existing Sqlite database – that’s another story for another time – including it in a WAR file to be built by Maven and installed on Tomcat 8 is simple: simply include the database in the application’s WEB-INF folder and presto, it’s there! Referencing Sqlite in a Maven project …
After a quick win with the JSP version of Hello World, it seemed that a servlet-based version was only a tweak or two away. Alas, it was not to be. Coding After using Maven to create another web project, I added a simple controller and DTO model object based on …