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.

Struts: How to use Indexed Properties

James Turner has written a short-n-sweet article on using indexed properties with DynaForms. Of course, you could use any ol' ActionForm, but you get the idea. If you're struggling with indexed properties in Struts, or you're just curious to know what they are, read this article (estimated time 5-10 minutes, 6 printed pages - mostly code).

Now if we could only convince James to use XHTML (lower case HTML, close your tags, etc.) in his examples. wink A big pet-peeve of mine is uppercase HTML - XHTML is lowercase and HTML works just the same with lowercase tag names/attributes. Here's to future compatibility!

Posted in Java at Jul 14 2003, 11:07:10 AM MDT 2 Comments
Comments:

I agree with your pet peeve, I hate uppercase non-quoted html tag and attributes. I was really happy back when they announced this was going to be a requirement for XHTML. I got to tell all the other HTML guys that I worked with that they had to start changing their UPPER CASE tags. :)

Posted by Kurt on July 14, 2003 at 01:26 PM MDT #

I have not read this article, but previously I had trouble using James Turner's powerpoint snippets. Howerver, I solved my problem using the struts-el library in the struts/contrib directory which has excellent examples.

Posted by Kevin on July 17, 2003 at 09:44 AM MDT #

Post a Comment:
  • HTML Syntax: Allowed