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.

Clustering Tomcat

If my load balancing with Tomcat and Apache article is not what you're looking for - maybe you want to setup Tomcat clustering. If so, check out the tomcat-javagroups project at SourceForge.

I saw a couple of e-mails yesterday on the tomcat-user mailing list asking about migrating a Resin-based application to Tomcat. Turns out that Resin let's you do a bunch of non-standard stuff and doesn't validate DTDs, so migrating can be a headache. So, if you're smart, you'll follow standards and chances are your webapp will work on all appservers. Kinda like XHTML - follow standards and the containers/browsers will follow.

Posted in Java at Jan 21 2003, 05:29:56 AM MST 2 Comments
Comments:

That is the beauty and bane of Resin: you can do it in a standards-compliant way, or you can use some nice shortcuts. These can get you in trouble, but mostly they are just another way of expressing the same information. I wish the specs were more specific on the authentication parts, though, as that is where I see significant divergence with Tomcat.

Posted by Lance on January 21, 2003 at 09:42 AM MST #

Kinda like IE for Windows, eh? ;-) I prefer standards b/c it stops me from coding things sloppily and it verifies that I'm doing things according to the spec. Of course, TETO (to each their own).

Posted by Matt Raible on January 21, 2003 at 10:31 AM MST #

Post a Comment:
  • HTML Syntax: Allowed