Matt RaibleMatt Raible is a Web Developer and Java Champion. Connect with him on LinkedIn.

The Angular Mini-Book The Angular Mini-Book is a guide to getting started with Angular. You'll learn how to develop a bare-bones application, test it, and deploy it. Then you'll move on to adding Bootstrap, Angular Material, continuous integration, and authentication.

Spring Boot is a popular framework for building REST APIs. You'll learn how to integrate Angular with Spring Boot and use security best practices like HTTPS and a content security policy.

For book updates, follow @angular_book on Twitter.

The JHipster Mini-Book The JHipster Mini-Book is a guide to getting started with hip technologies today: Angular, Bootstrap, and Spring Boot. All of these frameworks are wrapped up in an easy-to-use project called JHipster.

This book shows you how to build an app with JHipster, and guides you through the plethora of tools, techniques and options you can use. Furthermore, it explains the UI and API building blocks so you understand the underpinnings of your great application.

For book updates, follow @jhipster-book on Twitter.

10+ YEARS


Over 10 years ago, I wrote my first blog post. Since then, I've authored books, had kids, traveled the world, found Trish and blogged about it all.

New Tomcat Releases: 4.1.29 and 5.0.14 Beta

I know these have already been announced on javablogs.com, but no insight was given - so here's some lovin'. 4.1.29 seems to be merely an upgrade to DBCP 1.1 - which is great AFAIK because the "kill abandoned connections" hasn't been working for me. Hopefully DBCP 1.1 fixes this. Unfortunately, I'm running 5.0.12 on this site (where I'm still having connection issues) and the 5.0.14 release seems to only have DBCP 1.0. Oh well, maybe they'll upgrade to 1.1 in the next release. I'll still upgrade this site to 5.0.14 - maybe sometime this weekend.

Later: I upgraded this site to 5.0.14 and it does appear to have DBCP 1.1. Also, the abandoned connection timeout might actually work - or at least it's doing some logging - as indicated by the following message:

AbandonedObjectPool is used (org.apache.commons.dbcp.AbandonedObjectPool@1077fc9)
   LogAbandoned: true
   RemoveAbandoned: true
   RemoveAbandonedTimeout: 60

Posted in Java at Oct 31 2003, 11:37:06 AM MST 3 Comments

The Last Day

Today is my last day at my current contract - my new contract starts on Monday. This has to be one of my best "last days" in quite some time. I gave my notice a month ago, and everyone has been super nice ever since. To show you why I think it's a good day, let's review some other last days I've had:

  • [Highschool] Fired from McDonalds after 1 1/2 years for calling in sick and going to a basketball game (a co-worker saw me and reported me).
  • [Real World] Gave two weeks notice (contract was ending as well). Escorted out of building two days before my last day for telling head honcho of Marketing that I'd be available to do work after my contract ended. I was advised to do this by the webmaster (who was a contractor). Apparently, this was a violation of my contract with IBM and the VP immediately told my boss I'd sent the e-mail. Started new job at eDeploy the next day.
  • [Real World] After three rounds of layoffs, the CEO announced that we'd be closing the doors. Started drinking at noon, found contract two weeks later. This led to full time work through Raible Designs.
  • [Real World] We were told we needed to re-estimate the project since we were over budget. They told us to take a week off while they figured out some budget stuff - when we came back, they told us we had one week left. Javadocs and knowledge transfer all week. Didn't find new gig for 2 months.
  • [Real World] We had nothing to do for the last two months of the project - finally found out ending date. Quit one week early to do a small side project.

Any good last day stories out there?

Posted in General at Oct 31 2003, 11:12:14 AM MST 3 Comments