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.

Struts 1.1 is on its way

Struts is definitely due to release 1.1 very soon. I've been using nightly builds for the last year - all very stable. There was a vote posted to the struts-dev mailing list tonight on releasing 1.1b3 as 1.1RC1 and it looks like it will pass. According to the committers, I'd expect an RC2 (with bug fixes only) in early February and a final release at the end of February. Luckily, all my clients have been confident in me and have not cared what version of Struts I was using - just that it worked. When I've found problems, I've patched them - good ol' open source. I haven't found any issues in quite some time - and when I have, the committers usually fix them the same day. Gotta love that kind of customer service. Show me a company that can do that with commercial software and I'll be impressed.

Posted in Java at Jan 17 2003, 11:21:11 PM MST Add a Comment

From GeekBlog - New Ideas for Roller

Looking at this list of features that GeekBlog plans to add - I can't help but smile. I especially like the following:

Allow posting entries via EMail from weblogauthor

The best part - it's open source, so we *should* be able to copy the feature into Roller. At least I hope so. Since GeekBlog and Roller are both Java-based apps, and both are open-source, it sure would be cool to copy/borrow features from each other to make two very robuts weblogging apps.

Posted in Roller at Jan 17 2003, 05:52:35 PM MST Add a Comment

Thanks Russ!

Wooo hooo!! I made Russ's Daily Must Reads list! I must be doing something right, eh? Thanks Russ - much appreciated.

Posted in General at Jan 17 2003, 04:54:05 PM MST Add a Comment

How to setup Tomcat to run as an NT Service

I couldn't help posting this, as I might need it someday. How to setup Tomcat as an NT Service, after you've already installed Tomcat.

Posted in Java at Jan 17 2003, 01:23:02 PM MST Add a Comment

Connection Timeout using Oracle with Tomcat

Hopefully one of you java-bloggers has seen this before and can assist. I've already sent this to tomcat-users, but since this blog seems to be more google-friendly than mailing lists - I like to post problems/solutions here. Hope you don't mind.

I am using Tomcat's JDBCRealm as well as a DBCP Connection pool. I am connecting to Oracle 9, and everything works fine - for about 24 hours. I've experienced this with MySQL and adding autoReconnect=true to the connectionURL fixed the problem. However, adding this to Oracle's connectionURL causes a "Cannot load JDBC driver class 'null'". My connectionURL is:

jdbc:oracle:thin:username/password@host:1521:sid

Posted in Java at Jan 17 2003, 09:34:18 AM MST 3 Comments

Music is for the mind

Julie and I are going to look at stereos for the new rig this afternoon. I've always had a nice stereo in my car, and she wants to get rid of the big speakers I have - too much trunk space. So I've agreed to put buy a whole new system (aww shucks), and we're also thinking about getting XM Radio. A friend of mine also recommended SIRIUS. Has anyone experienced either of these? Supposedly, you can get an XM Radio plug-in for your existing car stereo for around $200. Why am I so enthralled in music and good car stereos?

Take a music bath once or twice a week for a few seasons, and you will find that it is to the soul what the water-bath is to the body.

~ Oliver Wendell Holmes

Posted in General at Jan 17 2003, 07:29:13 AM MST Add a Comment