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.

[ANNOUNCE] New Hibernate Versions (1.2.4 and 2.0 beta 4)

I discovered (via Hibernate's site) that new versions were released on Friday. I always seem to miss these announcements. Looks like I get to do a bit of upgrading this week. Tomcat, Hibernate and the Display Tag Library. Upgrade or feel the pain in few months - that's how I look at it.

Posted in Java at Mar 23 2003, 05:02:59 PM MST 1 Comment

Job Hunt in Florida

My Job Hunt in South Florida is at a standstill. My countless e-mails to job postings from Monster and DICE are not receiving any replies. Not that I expected any, but receiving an e-mail reply saying "we hired someone else" would be nice. I've done the Monster and DICE thing for many years now and never gotten a job from them, so I don't know why I'm expecting one now. Most of my jobs/contracts have come from connections. That is, folks that I know (or have worked with in the past) that are looking for someone with my skills. The problem is, I don't have any connections in Florida. I really would like to move in June, but at the rate I'm going, it looks like we might be stuck in Denver for awhile. So it's time to come up with a new strategy.

Step #1: Lookup companies in the South Florida Business Journal and send e-mails to HR Directors - or at least searching for jobs on their websites.

Step #2: If I'm not successful by mid/late-April in getting at least one interview, it's time to fly. I'll schedule a trip down there and start soliciting my resume door-to-door and attending networking events (i.e. JUG Meetings).

Or I could revert back to my tried and true philosophy. The best things come to those who wait. It's much easier and requires a lot less work. Besides, I like it in Denver and currently have a great day job. Suggestions are welcome.

Posted in General at Mar 23 2003, 08:58:06 AM MST 7 Comments

TagUnit for the Display Tag

Simon Brown was nice enough to whip up an application for testing the display tag library. Amazingly enough, it passes all the tests! At first glance, Simon's TagUnit seems to just test getters and setters and if classes are loadable. I think these are great tests, but for truly robust tests for the display tag, I think we need tests that test specific behavior (i.e. you click on a column heading and it sorts that column). IMO, WebTest is probably the best candidate. The problem is, it might take awhile to write these tests, and no one seems to have much time to work on the display tag project. Any volunteers? ;-)

Posted in Java at Mar 23 2003, 08:24:10 AM MST 2 Comments