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.

4 Flights in one day

I'm setting a personal record today - 4 flights in one day. I'm sitting in Denver's Airport right now, having just flown from Portland via Seattle. I'm getting on another plane in 15 minutes to fly to Traverse City via Chicago. I left Portland at 10:00 this morning and arrive in Michigan at 11:30 tonight. One of my good friends (and a little brother in my fraternity), is getting married tomorrow night. Should be a fun weekend.

Wanna hear from me over the weekend? I'll be blogging over on JRoller, where Jim thinks he can blog more days than me over the next month.

Posted in General at Jul 30 2004, 04:28:07 PM MDT

Pretty URLs in Tapestry

It looks like Tapestry 3.1 will have pretty URLs - which will make it much easier to use CMA. Identity Theft 911 has recently converted their 300+ page website from JSP to Tapestry. If you click through the site, you'll notice that the URLs what you'd expect to see, rather than Tapestry's ugly URLs. The best part is they explain how they did it, and Howard loves it:

Wow! You've prototyped Tapestry 3.1 for me :-) Only had a chance to look at the home page (I'm at a client) but it does look sweet.

Posted in Java at Jul 29 2004, 01:27:42 PM MDT 7 Comments

The Cornbinder

Bruce and I drove this up to OSCON from Salem last night. It's made by International or IHC which stands for International Harvester Corp. They made farm equipment before they made trucks including "Corn Binders". I've also heard them called "Harvest Queens".

My dad's '78 International

My dad's '78 International.

Posted in General at Jul 28 2004, 01:50:18 PM MDT 1 Comment

Moblogger re-written with Spring

About a month ago, someone sent me a re-write of Moblogger that was done using Spring. The other night I cleaned out my inbox (select all, delete) and then realized yesterday that I'd deleted the e-mail the guy had sent me. If you're out there and reading this blog - please send it again, leave a comment, or shoot me an e-mail. I'd love to use your code in place of what's already there.

Posted in Java at Jul 28 2004, 12:12:24 PM MDT Add a Comment

Your order has shipped

Let's hope it's in Denver when I get home on Sunday...

______________________________________________________________

Item Product   Product                        Total   Total   
     Number    Description                    Ordered Shipped 
______________________________________________________________

001 M9178LL/A  APPLE CIN HD DISPLAY 23" FLAT      1     1 

Yeah baby - I've been waiting to get one of these bad boys for years!

Posted in Mac OS X at Jul 27 2004, 11:16:48 PM MDT 5 Comments

Off to OSCON

I'm off to OSCON - plane leaves in 2 hours - sheite - I'd better get going!! My dad is picking Bruce and I up from the airport this morning and then we're going to proceed to enjoy a good Oregon Micro Brewery and head for a hike in Silver Falls State Park. Conference starts tomorrow - should be a fun trip!

Posted in General at Jul 27 2004, 06:20:03 AM MDT 4 Comments

Get your designs for free

From Niel:

While I'm confident in my web-based application development skills, I really suck at web design. Fortunately there is Open Source Web Design which provides hundreds of web designs to help people like me. Most of the recent entries are CSS-based designs that show-off the power of CSS.

I suck at web design too, so I dig sites like this. The CSS Zen Garden is another great resource. Their designes are free for non-commercial use. If you contact the designers, you might get permission to use them like I did.

Posted in The Web at Jul 27 2004, 04:01:01 AM MDT 2 Comments

Spider-Man at IMAX

Today we managed to rope our old neighbors (Jenny and Jeff) into watching Abbie while we went to see Spider-Man 2. I was a bit surprised when they guy said "That's be 23 bucks please" - but then I realized it was in the IMAX Theater! I've never seen a real movie in an IMAX theater, and it was awesome! Definitely worth the money. Julie didn't like it because the seats leaned so far back and "chunkey monkey #2" made the position painful for her. Only 6 weeks left until that little sucker pops out. I was 9.5 pounds when I was born - let's hope this one is more Abbie's size (7.2).

If you're interested, here's a listing of IMAX's carrying Spider-Man.

Posted in General at Jul 25 2004, 05:42:18 PM MDT Add a Comment

[House Project] Drywall has started

It's been a while since my last update on the house project. The builder says they'll be done before the baby's born (Labor Day). Julie believes him, and I think it'll be take until November. Nevertheless, it's coming along. Wired with fiber. Click below to zoom in and view closeups. Sure has changed a lot, eh?

July Construction Photos

Posted in General at Jul 24 2004, 10:53:20 PM MDT 2 Comments

Eclipse Tips

From my Eclipse HowTo for Spring Live:

TIP: In order to clean up the project view in Eclipse, you can hide the files you don't need. First of all, make sure you're in the Java Perspective (Window → Open Perspective). Then click the little (down) arrow in the top right corner of the Package Explorer pane. Select Filters, check the "Name Filter Patterns" and type "*.jar" (no quotes) in the text field. Then in the list of elements, scroll down and check Referenced Libraries. Click OK to continue.

Another useful Eclipse trick is to use abbreviated package names. You probably won't need it on this project, but its nice on projects where you're inflicted with super.long.package.name.syndrome. Go to Window → Preferences → Java → Appearance. Check the "Compress all package names" checkbox and type "1." (no quotes) in the text field.

Want more tips? Ask Bill.

Posted in Java at Jul 23 2004, 04:02:39 PM MDT 16 Comments