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.

DC Tech Meetup

Anyone out there still interested in a DC-Area tech meetup tomorrow night? If so, are there any good places near Tyson's Corner? We'd love to return to Brickskeller, but it'd be nice to avoid the 1.5 hour commute to get there. It's not that far, but traffic is something else around here.

Update: Vienna Inn (map) is the location - we'll be there around 8:00.

Posted in Java at Jul 11 2006, 11:04:35 AM MDT 12 Comments

AppFuse 1.9.3 Released

This release is primarily a bug fix release, but also contains upgrades to several dependent libraries, including Acegi Security 1.0.1.

To install and configure AppFuse for development, see the QuickStart Guide. Thanks to all the sponsors who have contributed products and free hosting to the project.

To see how AppFuse works, please see the following demos (username: mraible, password: tomcat):

Comments and issues can be sent to the mailing list or posted to JIRA.

Note: If you're building AppFuse on Linux, you should be aware of some non-English encoding issues. The solution is to add the following to your ~/.bashrc file.

export LC_CENGINE=en_US
export LANG=en_US
export LANGUAGE=en_US

Posted in Java at Jul 11 2006, 08:20:45 AM MDT 12 Comments

SiteMesh works with JSF?

It looks like Andres Castillo has figured out how to make SiteMesh work with JSF. In case you didn't know, SiteMesh has Tapestry support in its CVS repository.

To learn more about SiteMesh, see Introduction to SiteMesh and Advanced SiteMesh.

Posted in Java at Jul 10 2006, 06:03:03 PM MDT 2 Comments

The Dark Side of Business Travel

The current gig I'm on is quite fun, mainly because I'm doing it with a bunch of co-workers and we get to write code all day. The downside of it is we have to fly out to the client site every other week. The traveling isn't too bad because we're all good friends, and traveling with good friends is quite a bit of fun. Today, the "fun" part of it is getting stretched.

We're flying back to DC this week, and Jim picked me up from my house at 11:30 this morning. We headed to DIA for a 1:30pm flight. When we arrived, we discovered our flight wasn't leaving until 4:30pm.

At 4:30, United cancelled the flight.

We're still at DIA, scheduled to leave on an 11:40pm flight for Orlando. We get into Orlando at 5:00am, then jump on a flight to DC, arriving at 8:00am. Ugh.

Should be an interesting day tomorrow. Our current plan is to grab a few hours of sleep when we get there and show up at the client shortly after noon. As for the Wednesday night Tech Meetup, we're still planning on Brickskeller, but are open to other suggestions.

Posted in General at Jul 09 2006, 11:04:47 PM MDT 3 Comments

EVDO ExpressCards for MacBook Pros

When Bruce said he wasn't getting a MacBook Pro because they didn't support EVDO Cards, I had a hard time believing him. Last week, I saw a co-worker using an EVDO card and have completely changed my perspective. He was able to get 7.9 MB/s (from the Bandwidth Speed Test), while only getting T1 speeds from an ethernet connection. Needless to say, I was instantly sold. Since Virtuas supplies EVDO cards to its employees, I've been yearning for one ever since.

Verizon V640 As Bruce noted, the current models don't fit in MacBook Pros because they ship with ExpressCard slots instead of PMCIA. I did some research last weekend and found MacBook Pro owners have two options: 1) a USB adapter or 2) the Verizon V640. The V640 is obviously the better solution as it's more compact, but they're not shipping yet. The good news, according to EVDOinfo.com, is they will be soon.

July 7, 2006 @ 8:30AM CST Update

Verizon is in the process of sending Novatel V640 ExpressCards (aka XV620) to their warehouses, we are expecting the ability to order them over by the end of this week, however, this can be delayed based on Verizon Official Launch dates.

I'd love to have one of these bad boys for Raible Road Trip #10.

Posted in Mac OS X at Jul 08 2006, 11:10:01 AM MDT 6 Comments

Buildix - CruiseControl, Trac and Subversion for VMWare

From the CruiseControl mailing list a few minutes ago:

Just passing on the info... this is one of those projects I also wanted/intended to do. :) I'm glad someone beat me to it!

http://buildix.thoughtworks.com

It includes CruiseControl, Trac, Subversion all on a single live cd or vm ware image. Very nice!

After installing Ubuntu on VMWare server last weekend, I was getting ready to create something similar to this. I'm glad I saw this as it seems to be a much more complete package than the one I was going to create. I'd prefer Ubuntu over Debian/KNOPPIX, but since Ubuntu is based on Debian, it probably doesn't matter.

A couple additions I'd like to see are Maven 1, 2 and Continuum pre-installed. I doubt that'll happen though since CruiseControl is a Thoughtworks-sponsored project. Regardless, if I had a Buildix with those options, I'd likely use (and recommend) it for every future project. A lot of clients already have bug tracking and source control installed, so the build server is the main thing that interests me.

Posted in Java at Jul 06 2006, 08:17:38 AM MDT 11 Comments

AppFuse and Groovy/Grails?

Here's an interesting e-mail I received last night:

I see AppFuse's strong points is in integrating a lot of oss in a synergistic manner, which is really great and helpful. Just wondering whether there is any chance of integrating AppFuse with groovy and especially grails.

I also just found out about grails 0.1 and it looks really promising, for a 0.1 release.

I just feel that it has some synergy there, a java ruby on rails combines with the best oss integration available.

My response:

I think Grails and AppFuse are more likely competitors rather than compatible. Grails uses Spring, Spring MVC and Hibernate under-the-covers, whereas AppFuse uses the raw frameworks. Of course, it would be cool to allow different classes w/in AppFuse to be written in Groovy or JRuby. At this point, I think it's probably better for users to choose one or the other.

Grails definitely looks cool, and a lot like Rails. However, I think using Groovy is a pretty big step for the majority of Java Developers out there. If you're reading this post, you're probably not in the majority.

Posted in Java at Jul 06 2006, 07:35:49 AM MDT 3 Comments

Two Finger Right Click

I just discovered that two finger right click has been added for 15" MacBook Pro machines. To enable it, go to System Preferences > Keyboard & Mouse > Trackpad. Check "Place two fingers on trackpad and click button for secondary click". Sweet - I dig this feature. Hat tip to the Parallels web site.

Now onto seeing if I can the free VMWare server to run Ubuntu side-by-side Windows XP on my HP box. If not, I'll drag out an old server and install it on there. It seems I'm in need of a build server since my other one is already being taxed by AppFuse's CruiseControl.

Posted in Mac OS X at Jul 01 2006, 08:52:13 PM MDT 3 Comments

Fun in DC

I made it back to Denver yesterday after quite a week in DC. The trip had to be the most fun I've ever had on a business trip. This was mostly due to my partners in crime, James Goodwill and Bryan Noll. Not only are these guys kick-ass Java developers, but they keep you entertained all day long. With my bad back, the ridiculous rain, and getting lost all the time in our rental car, we had quite a trip. The tech meetup on Wednesday night at Brickskeller was awesome. Thanks to all the guys that showed up - we'll definitely do it again in July.

Next week, we're working remotely, then we're back in DC on the 10th. Wednesday, July 12th looks like a good date for the next Tech Meetup. We're open to venue suggestions, but we're also more than willing to return to Brickskeller.

Posted in Java at Jul 01 2006, 12:17:57 PM MDT 2 Comments

Ouch

This past weekend, I hurt my back pretty bad and I've been in severe pain all week. I did a back flip on our trampoline, and even though I landed it, I tweaked something pretty good. Now I'm like an old man: hobbling around, groaning when I get out of a chair, etc. I even thought about calling room service this morning to tie my shoes. My co-workers don't think I can hurt it anymore by not getting help immediately, but the pain certainly isn't going anywhere. In fact, it seems like it's getting worse. Good thing I brought a heating pad to work today. ;-)

Posted in General at Jun 28 2006, 07:43:14 AM MDT 8 Comments