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.

JavaScript Exception Handling

Did you know you can use try/catch blocks in JavaScript? It's pretty slick and makes it easy to hide those ugly JavaScript errors. There is an article over at Dev Shed that explains how you can use the new Error object and the "try-catch" constructs to trap and resolve errors. Good stuff!

Posted in The Web at Aug 14 2003, 03:17:58 PM MDT 4 Comments
Comments:

Have you read up alot on JSF? I believe it is going to be component based like ASP.NET and allow more client side validation using the JSF controls. This should cut down on all this damn nasty JavaScript all over the place.

Posted by dsuspense on August 15, 2003 at 03:25 AM MDT #

I have read a fair amount on JSF - but even if it generated JavaScript for you - it's still nice to know what the heck it's doing (or if it's correct). ;-)

Posted by Matt Raible on August 15, 2003 at 03:52 AM MDT #

Url for dev shed? .V

Posted by Vic on August 19, 2003 at 01:19 AM MDT #

It's in the post, but here it is again: http://www.devshed.com/Client_Side/JavaScript/JavaScript_Exception/. ;-)

Posted by Matt Raible on August 19, 2003 at 01:41 AM MDT #

Post a Comment:
  • HTML Syntax: Allowed