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.

What's your largest attachment?

This story over at The FuzzyBlog! reminds of a story from a couple of years ago. A friend of mine, who lived and worked in San Francisco at the time, was writing an e-mail engine. He called it "the spam engine" but it was probably just used to send out mass e-mails to customers. Anyway, he decided to test it on me, so I received something like 1000 e-mails from him in one day. You can imagine my annoyance - and I thought to myself "that bastard - I'll get him!" So I zipped up a bunch of large files on my hard drive - including a JDK (40MB) and some other stuff. The final size of the zip was ~79MB. I attached and hit send. You can imagine how tickled I was when he called me to say, "What the hell did you send me? My Outlook froze up and it crashed my computer!" Needless to say, he quit testing his spam engine out on me ;-)

Posted in General at Oct 10 2002, 04:42:22 AM MDT Add a Comment

New Aqua Theme!

I added a new Aqua theme this morning - click here to try it. I don't know if I like it, it's a little bright. I hope you like it though, and feel free to send me any suggestions for other themes.

Posted in Roller at Oct 10 2002, 04:17:28 AM MDT Add a Comment

Tomcat 4.0.6 - another security release.

So the folks that develop tomcat have released another version - and it seems to be for the same reasons they released the last one. It's only been two weeks! I know the feeling when you think you've fixed a bug, you release, and you find it's still there. I just hope Tomcat doesn't start getting a bad reputation with all of these vulnerabilities.

Posted in General at Oct 09 2002, 02:12:34 PM MDT Add a Comment

Roller 0.9.6-rc2?

I did a bunch of work this morning to eliminate any and all javascript errors on the editor UI and also some XHTML-compliance stuff:

  • Now you should get focus set on the first form element in each form - a nice usability enhancement.
  • I adjusted the stylesheet for the editor UI to color links that had been visited from purple to a faded blue - looks a little better.
  • I changed the editor menu (the part with the blue background) to not change colors for links that had already been visited. I did this because these are the links you will visit all the time, and why change their color? It looks better this way, at least I think so. Wink
  • Updated the div id's used to render the expandable folders feature - so validation now succeeds.
  • Updated the index.jsp (list of user site's) page to be sortable. Good ol' display tag library has this built in!

Posted in Roller at Oct 09 2002, 05:09:30 AM MDT Add a Comment

Gen Xers are setup for failure.

Found via The FuzzyBlog!:

A few years later the core of Generation X--the 40 million Americans born between 1966 and 1975--found themselves riding the wildest economic bull ever. Salesclerks became programmers; coffee slingers morphed into experts in Java (computerese, that is)--all flush with stock options and eye-popping salaries. Now that the thrill ride is over, Gen X's plight seems particularly bruising. No generation since the Depression has been set up for failure like this. Everything the dot-com boom delivered has been taken away--and then some. Real wages are falling, wealth continues to shift from younger to older, and education costs are surging. Worse yet, for some Gen Xers, their peak earning years are behind them. Buried in college and credit card debt, a lot of them won't be able to catch up as they approach their prime spending years.

(Scott added the bold). This very much rings true for many folks I know. My wife and I (as Gen Xers) have gotten lucky since we've maintained employment, for the most part, through the last couple of years. I did have a couple months last year without a client, but I used this time to get my MCSE/MCDBA 2000, SCWCD and WebLogic certifications - so it was probably better than having a client.

How did I get started in this wacky industry? I'm glad you asked. I graduated from DU--with three degrees (Russian, International Business and Finance)--had created many web pages in college, and found that there weren't many jobs in my degree's industries. So I audited some computer classes my senior year - and whalla - got a job with MCI Systemhouse. That's where I met my wife and the rest is history. To peak your interest for my next background story - didja know I grew up in a log cabin in Montana with no electricity and no running water? For the first 16 years of my life...

Posted in General at Oct 09 2002, 12:10:57 AM MDT

Good Stuff Tomorrow.

I can't wait to hear Russell's rant. In Roller News, I found that the expanding folders seen on this site - while they work - do not validate. The javascript doesn't need to care that I just used the folder names as ids, but the validator does. So I'll experiment with changing those to plus signs (+) or maybe a dash (-). Also, I need to fix the editor UI. I should have time to do this tomorrow.

Posted in Roller at Oct 08 2002, 03:08:38 PM MDT Add a Comment

Looks like Russell's almost back.

From http://www.beattie.info/notebook/:

500 Internal Server Error

Error parsing JSP page /notebook/index.jsp
Compiler error: Javac not installed, copy tools.jar from your sun JDK dir's lib dir to the orion dir or add a <library path="the/path/to/tools.jar" /> and restart

Posted in General at Oct 08 2002, 11:10:59 AM MDT Add a Comment

Roller 0.9.6-rc1, Issue #2.

The good news is that the upgrade is complete and you're lookin' at it! The bad news if I've found a few more bugs - they're in my code though, so I'll fix them.

  1. When you load the Website Settings screen, a javascript error occurs when trying to set focus on the "name" textbox. I think this is because there is a hidden field called "name" as well as a displayed one. Dave, do we need this hidden field?
  2. The text on the tabs in the editor have too much of a margin underneath them, I will fix this and check it in.

Posted in Roller at Oct 08 2002, 06:37:54 AM MDT Add a Comment

Roller 0.9.6-rc1, Issue #1.

The web.xml file does not contain the tag library definitions. I verified this in both in this download and in CVS. It looks like the tablibs.xml file is missing actually :( BTW, there was a bug in the file that used to be there - it was referring to struts.tld and struts-form.tld which are both from Struts v0.5. I removed struts.tld on this site and replaced struts-form with struts-html.

Posted in Roller at Oct 08 2002, 05:52:46 AM MDT Add a Comment

Roller Upgrade.

So the 4 a.m. bit didn't work - I hit snooze too many times. I think I'll try to do it during the JSF Chat this morning.

Posted in Roller at Oct 08 2002, 01:56:06 AM MDT Add a Comment