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.

Eclipse Flash Demos

I stumbled upon a bunch of Eclipse Viewlets via ::Manageability::. They're basically Flash demo's of how Eclipse is better than Visual Studio .NET. If I only had the time to actually watch them.

Posted in General at Sep 24 2002, 12:27:00 PM MDT Add a Comment

[ANNOUNCE] StrutsTestCase v1.9 Released

StrutsTestCase v1.9 improves support for Struts 1.1b2 (including support for testing Tiles and sub-applications), provides several requested enhancements, and fixes many reported defects.

 The project home page can be found here:

     http://strutstestcase.sourceforge.net

 Notes for this release can be found here:

     http://sourceforge.net/project/shownotes.php?release_id=112307

I upgraded my current project to use Cactus 1.4.1 and StrutsTestCase 1.9 this morning - and everything works great! I had to add :80 to a few URLs and add ServletRedirector?Cactus_Service=RUN_TEST to my testURL for runservertests, but that was it. I've posted a message to the Cactus User list asking why these changes were necessary. If I was really smart, I'd write a whole bunch of HttpUnit and Cactus tests for Roller before integrating Tiles. Probably save me a whole bunch of time in the end - if I could only get that through to my brain.

Posted in Java at Sep 24 2002, 05:08:21 AM MDT Add a Comment

Tomcat Security Updates.

If you're using Tomcat 4.0.4 or Tomcat 4.1.10 - you might want to upgrade to 4.0.5 or 4.1.12.

A security vulnerability has been confirmed to exist in all Apache Tomcat 4.x versions (including Tomcat 4.0.4 and Tomcat 4.1.10), which allows to use a specially crafted URL to return the unprocessed source of a JSP page, or under special circumstances a static resource which would otherwise have been protected by security constraint, without the need of being properly authenticated.

Posted in Java at Sep 24 2002, 01:01:29 AM MDT Add a Comment