Matt RaibleMatt Raible is a writer with a passion for software. 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.

RE: Professional JSP, 3rd Edition

Simon has the inside scoop on (what was) Professional JSP 2.0. He must have some good connections to get this info. I dig that Amazon is listing it and especially that I got mentioned as an Author! Hopefully they fix this little mishap and do an et. al. or something. I'd better do a screenshot so I can have proof that my name was listed at one point.

Posted in Java at Aug 06 2003, 01:57:01 PM MDT 3 Comments

Tomcat 4.1.27 + Apache 2.0.47 on Red Hat 9

I decided to upgrade my Apache and Tomcat installations on my Red Hat 9 box this morning. In doing so, I found that no binary jk connectors existed for Apache 2.0.47 on Linux. So I built one, and updated my Apache 2.x + Tomcat 4.1.x Article for the latest and greatest versions. Also, when building Apache with SSL, I found that there were a bunch of symlinks I had to create for RH 9. So I updated my Apache + SSL Article as well. If I had the time/motivation, I'd port these to the wiki and the community could keep them up-to-date. Maybe when I'm really bored.

Posted in Java at Aug 06 2003, 12:47:19 PM MDT Add a Comment

Tomcat 4.1.27 Hotfix

FYI - there's a patch for Tomcat 4.1.27 to fix the webapp reload bug. To install, download into your $CATALINA_HOME directory and execute:

tar xzf 4.1.27-hotfix-22096.tar.gz

Posted in Java at Aug 06 2003, 11:00:39 AM MDT 2 Comments

Eclipse in Action at Denver JUG next week

Next week, David Gallardo (an Author of Eclipse in Action) will be doing a presentation at the Denver Java User Group. I'll be there for the JDOM presentation in the Basic Concepts group as well. There's a short review of Eclipse in Action vs. Java Developer's Guide To Eclipse over at JavaRanch.

... after reading both books in the past week, I come to the conclusion that the two books serve very different purposes. I would like to have them both on my desk.

Posted in Java at Aug 06 2003, 10:26:51 AM MDT Add a Comment