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.

Erik's Desktop

Erik's desktop.

Posted in General at Mar 12 2003, 08:36:15 PM MST 1 Comment

The Man. The Myth - Erik Hatcher!

The Man. The Myth - Erik Hatcher!

Posted in General at Mar 12 2003, 07:33:22 PM MST Add a Comment

First preso was on TINI - embedded Java - VERY cool! http://www.ibutton.com/tini

Posted in General at Mar 12 2003, 07:14:13 PM MST Add a Comment

At the meeting - I can already tell I'll probably delete half of these...

At the meeting - I can already tell I'll probably delete half of these...

Posted in General at Mar 12 2003, 06:07:13 PM MST Add a Comment

Dinner.

Dinner.

Posted in General at Mar 12 2003, 05:57:29 PM MST Add a Comment

Mophoto-ing begins!

I'm off on my first MoPhoto Adventure. Watch this site for pictures as they happen. Hopefully, Erik will make an appearance on this site as the night rolls on. ;-)

Posted in General at Mar 12 2003, 04:45:20 PM MST Add a Comment

JSP Plugin for Eclipse?

Does anyone know of a good JSP Plugin for Eclipse? I've found that the available XML and JSP Editors are not very good, and I resort to HomeSite (which I love) for most of my regular text editing. I'd love to find a tool that does code completion for JSPs. I suppose I could use Dreamweaver, but they don't have a copy here in the office. BTW, I found the Lomboz plugin, but it doesn't appear to be latest-eclipse-release compliant.

Posted in Java at Mar 12 2003, 01:28:39 PM MST 17 Comments

RE: GC settings to improve Eclipse performance

I changed my shorcut icon (Win2K) to have the following as it's target:

eclipse.exe -vmargs -Xverify:none -XX:+UseParallelGC -XX:PermSize=20M  
 -XX:MaxNewSize=32M -XX:NewSize=32M -Xmx256m -Xms256m

Eclipse now starts in a mere 6 seconds (2 GHz Dell, 512 MB RAM). Without these extra settings, it takes 11 seconds to start. That's what I call a performance increase!

Posted in Java at Mar 12 2003, 09:32:04 AM MST 2 Comments