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.

Roller and GZIP Compression

Roller has a couple of gzip compression filters built into its codebase thanks to Lance. I haven't been using them because, according to Dave, they didn't work on Tomcat. I'm not one to doubt Dave, so I'm guessing he was running on an old version of Tomcat when this happened - because I was able to get them running lickedly split today! All I had to do was uncomment the filter mappings for the PageGzipFilter and the RssGzipFilter and voila - you're getting gzipped content (if your browser supports it). I've verified it's working using Firebird's Live HTTP Headers extension (thanks for the tip Lance). Cool beans - now help me name this new theme before I commit it. Here's some ideas I've come up with:

  • Minimal
  • Sunsets
  • LowB (for Low Bandwidth)
  • Simplicity

All suggestions are welcome.

Posted in Roller at Jun 23 2003, 09:10:27 PM MDT 9 Comments

New Apple Stuff

The new G5's are cool - and I'm almost inspired to buy one. However, I read the following comment and I think it's better to wait:

IBM is working on next generation "that will knock your socks off" [vowe dot net]

iChat AV looks very cool - especially if I can use any DV camera (esp. since I already have one). Of course, I can already see the problem with this software - you'll have to have a Mac on the other end - right?! That sucks, there's no way my PC-loving family is going to buy a super-spendy Mac (and I don't blame them).

Posted in Mac OS X at Jun 23 2003, 03:07:46 PM MDT 1 Comment

Getting back on the road to XHMTL compliance

This site has failed to validate for many moons now. I think ever since I added the twisty comments. So did some work today to make the twisty comments XHTML-compliant. I almost got there. The only problem I experienced was with the <iframe> that's used to submit the comment. Basically, if I want to be XHTML 1.0 Strict, I need to create the iframe on the fly (with JavaScript), as well as set the form's target to this frame. It all works fine and dandy in Mozilla, but I can't get IE to let me set an "onload" property for the iframe. It just doesn't work. So I've reverted to XHTML 1.0 Transitional and I've stuck the iframe in the page, allowing me to set the onload property manually. Other changes I made to facilitate better compliance (this is mainly so I can fix it in Roller later).

  • Replaced "insertionid" attributes in weblog.vm with "id" attributes and adjusted JavaScript in comments.js accordingly.
  • Various small fixes to themes/x2/styles/comments.css.
  • Edited my "_day" template to end the </p> before the #showCommentsDiv.
  • Moved <a> tags inside of the <h1> tags.

So my remaining problems are the onload on the iframe and the fact that the left arrow doesn't show up in IE next to the comments div. Oh well, I can live with one measly validation error.

Posted in Roller at Jun 23 2003, 02:53:35 PM MDT Add a Comment

RE: Using Struts' Declared Exceptions

I modified the ActionExceptionHandler I reported on earlier. Now it uses the already built-in functionality of the Struts' ExceptionHandler and also only reports messages that are distinct. That is, it checks the next exception's message to see if the current message is a duplicate. Probably best to let the code speak for itself.

I'm not expecting anyone to care - I just want to make sure the code I'm using is accurately reflected here (rather than the initial, untested prototype).

Posted in Java at Jun 23 2003, 10:23:01 AM MDT 1 Comment

[ANNOUNCE] Tomcat 5.0.3 Alpha released

From the tomcat-user mailing list:

Tomcat 5.0.3 Alpha is now available for testing.

Please refer to the changelog included in the release for the list of changes. [Download]

I've found that this release is not worth your time. It's even worse than 5.0.2. For details, check out my Tomcat 5 upgrade page.

Posted in Java at Jun 23 2003, 07:13:56 AM MDT Add a Comment

RE: WWDC Keynote

Keep an eye on the WWDC Quicktime Keynote Stream page later this afternoon. [Matt Croydon]

Let's hope they announce 2 GHz G5s. I was thinking that if they gave them to us cheap, I might be willing to combine my 2 1.5 GHz Dells into dual-processing Linux beast - and just go for a dual processor G5 as my new desktop machine...

Posted in Mac OS X at Jun 23 2003, 05:27:08 AM MDT Add a Comment

[OS X] Java 1.4.1 Update DP102

While looking for a webcast for Apple's Worldwide Developers Conference, I found that a new version of JDK 1.4 was released yesterday. I doubt I'll install it - especially since I'll have to reinstall OS X to cleanly remove the build. Also, the part about "don't install this on a system with critical data" is a little discouraging - especially when I haven't experienced any bugs in the current JDK 1.4 build I'm running.

Summary: This seed consolidates a number of recent bug fixes to Java 1.4.1 and includes the changes to Java 1.3.1 from the recent Java Oracle bug fix release. The purpose of this seed is to expose the Java 1.4.1 changes to a broad sample of real-world code. While DP101 has undergone only limited testing, it is based on Apple's latest internal builds of Java, which are tested continously.

Warnings: This build has received limited testing and comes with no support. Do not install this on a system with critical data. This build installs over both Java 1.3.1 and Java 1.4.1; you will need to reinstall Mac OS X to cleanly remove this build and revert to an earlier versions of Java. This build is for evaluation purposes only, to determine if critical bugs have been addressed. You cannot distribute this build in any way.

Posted in Java at Jun 22 2003, 09:32:22 PM MDT Add a Comment

iPod Update 2.0.1

Mini-me prompted me to download the latest iPod software update (v 2.0.1) tonight. It's the first time I've received an update, so I thought it would be easy. I was disappointed to find that it gives me two choices: Update and Restore - where Restore erases everything. The problem? Restore is the only choice. I'm guessing that I have to erase everything to update the software?! Sounds like a load of crap to me, but since I have all the songs stored in iTunes, I guess it's not that big of a deal. Is this the usual procedure for iPod software updates?

Posted in Mac OS X at Jun 22 2003, 08:30:29 PM MDT 2 Comments

No Fluff, Just Stuff

In the interest of no fluff, just stuff, I've altered my theme. The old theme was 162.7 KB for this entire frontpage (in Mozilla: File -> Save Page As...), while the new one is 101.8. So I've reduced it quite a bit, considering that there's around 50K of pictures from posts and such. Thanks to all who suggested reducing the page size. I don't know how long I'll keep this theme intact, at least until the end of the month probably - in hopes of saving some bandwidth. I hope you like it, and if you don't - let me know why - and then help me improve it.

  • IE ignores the "max-width" CSS property, so you might get a width over 1024px for the body - causing the heading background image to look funny.

I'll add to this list as feedback rolls in. If you'd like to add to the list of available stylesheets for this theme, send me an image (1024 x 150) and I'll add it. Here's a simple stylesheet that you can alter to override settings in the basic one (simple.css). This theme has the stylesheet switcher integrated, so it's easy to change to a different stylesheet.

Posted in Java at Jun 22 2003, 11:51:22 AM MDT 12 Comments

Changes a comin'

Site changes coming in the next 24 hours. I'll add the new (low bandwidth) theme to Roller if requested.

Posted in General at Jun 21 2003, 11:07:44 PM MDT Add a Comment