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.

The Last Day

Today is my last day at my current client. It's been a great experience and the last couple of weeks have been particularly enjoyable. We demoed the app I've been building (a Job Posting/Resume Builder) this week and everyone loved it. It's now ready to go into production, so hopefully the "new guy" won't have to do much work. It's unfortunate that it couldn't go into production sooner - but they want to deploy on WebSphere instead of Tomcat, so they'll have to figure that out first.

I was originally scheduled to dive head-first into open source at EJB Solutions next week, but managed to wiggle my way into a week off. I was already planning on taking the 2nd week of June off to work on Spring Live - and now I get 2 weeks! I'm pumped to have two weeks off - too bad I have work to do. Oh well, I expect to work crazy hours and burn the midnight oil a lot. That way, I can spend the days playing with Abbie and giving Julie some much needed rest.

The best part? On Thursday, I'm flying out to San Diego to pick up my new VW Bus. My dad is going to meet me there and we'll be embarking on Raible Road Trip #8 to drive it back to Denver. This weekend I'm going to stock a toolbox to deal with any breakdowns along the way. It should be a good time - I love road trips. So if you don't hear much from me for the next couple of weeks, I'm probably writing or enjoying beers on the patio. ;-)

Mmmm, beeerrrr - have a good holiday weekend y'all!

Posted in General at May 28 2004, 01:18:46 PM MDT 7 Comments
Comments:

SourceBeat disclaimer: None of the Spring Live chapters were or will be created under the influence of alcohol. :-)

Posted by Matt on May 28, 2004 at 01:24 PM MDT #

Matt, How invovled were you with the Tomcat to Websphere conversion? I doing one here and ran into a slight problem with container managed authentication. Seems like Websphere doesn't have the equivilent (or something very similar) of a Datasource Realm and I am wondering if you encountered that on your project and if so, what strategy did you employ. It doesn't look like a huge issue since something like SecurityFilter may just do the trick. Thanks.

Posted by Dave Keller on May 28, 2004 at 03:13 PM MDT #

I didn't get involved at all in the WebSphere conversion. I spent a couple of hours trying to install AppFuse on WebSphere, but that's about it. I find it hard to believe that WS don't allow you to hook authentication into a database. My guess is it's just a matter of figuring out how to do it.

Posted by Matt Raible on May 28, 2004 at 04:19 PM MDT #

Try this: http://www.sys-con.com/WebSphere/articleprint.cfm?id=342

Posted by jc on May 28, 2004 at 07:28 PM MDT #

Dave -- I've read alot here (major kudos to Matt on helping this monkey out of a couple of jams!) and thought I'd try and help -- we are a WAS5.0 shop, and had a couple of hiccups with authentication too. Ideally we wanted an LDAP server, but had technical issues for implementation -- so we went with a custom security adapter, that uses security filter (to mimic container security) and jCIFS (to authenticate from Unix to NT domains). Works pretty good, but we had to hack some parts to talk correctly (there are some holes in the SecurityFilter for propogation of the information across requests, and into Tiles). THx - pd

Posted by Peter Daugavietis on May 31, 2004 at 06:36 AM MDT #

There was an excellent article on this site concerning load balancing tomcat + apache using mod_jk. Could you put it back online somewhere?

Posted by nicolas on June 01, 2004 at 08:19 AM MDT #

Nicolas - thanks for noticing that the article was missing. This was something I missed in my upgrade this weekend.

Posted by Matt Raible on June 01, 2004 at 08:28 AM MDT #

Post a Comment:
  • HTML Syntax: Allowed