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.

RE: Dumbing-down AOP

Merrick Schincariol explains Aspect Oriented Programming (AOP) and attempts to dumb-it-down to my level. This is not an easy task, but he does it well. [Blogging Roller]

This is a great article - thanks Merrick. This is what I've always thought it was, but I was never quite sure. If all I need to do (to implement AOP) is add the aspect class to my classpath - this seems super simple. This doesn't make me want to refactor any existing projects to use AOP, but it does make me want to use it on my next project. Then again, appfuse and moblogger have a pretty small codebase at this point - maybe now is the time for refactoring?

Posted in Java at Jun 05 2003, 02:08:25 PM MDT Add a Comment

New Theme Switcher

I finally decided to replace my old theme-switcher with a more standard one. Switch themes all you like with the drop-down below the search box. If the text is too small right now, try the sunset theme, I think you'll like it. I noticed the Aqua theme needs a little work on the date bar, but I'm guessing no one uses it, so I'm not too concerned. Future enhancements (in the next 6 months - 1 year) include adding this to the X2 theme in Roller, as well as changing the drop-down to a slick "customize" button like the one found on Netscape's DevEdge (top right corner). Let me know if you experience any issues.

My main reason for doing this was so I could validate my CSS, which obviously needs some work!

Posted in The Web at Jun 05 2003, 08:35:16 AM MDT 4 Comments

The Pragmatic Programmer

Tip o' the Day: Critically Analyze What You Read and Hear
Don't be swayed by vendors, media hype, or dogma. Analyze information in terms of you and your project. I began reading The Pragmatic Programmer this morning. I bought the book after hearing that it was Erik Hatcher's favorite technical book. Since Erik's Java Development with Ant was my favorite technical book - I figured this was a good recommendation. I've read one chapter and I'm loving it. This book will inspire me to be a better programmer - I can already tell.

I don't do nearly enough reading - too much blogging and OS development. So I'm going to try to read more - as David and Andrew recommend - at least one book a month. Actually, I'm going to shoot for two books per month - one technical and one non-technical. I'd compare this book to Rich Dad, Poor Dad, which I think is a great book for motivating good financial health. I read that bad boy last week in 2 hours!

Posted in Java at Jun 05 2003, 06:37:51 AM MDT 1 Comment