Snack Time
Tucker the Super Dog jumping for a snackie!
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 …
Getting ramped back up on Java is fun! With Hello World running at the command prompt, it’s time for a web version. I’d previously installed Tomcat 8 and verified it was functioning with a couple of the sample apps with the help of this tutorial. To start the web app, …
As most of you know I am a computer programmer by trade. OK, I manage a team now, but I can still write code. C# code, that is, with all that comes with it: Visual Studio, IIS, deployment projects, Team Foundation, etc. So now I’m taking this class at Georgia …