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.

[ANN] DisplayTag 1.0 RC2 Released

Fabrizio, the main man behind the Display Tag, has been fixing bugs and adding features at breakneck speed. Early this morning, he released the final 1.0 candidate for the Display Tag. Good stuff - thanks Fabrizio!

Posted in Java at Nov 20 2004, 09:53:59 AM MST 5 Comments
Comments:

Matt, I keep meaning to look at display tag but haven't got to it yet. I was wondering, is there a way to combine the use of JSTL <c:url> tag with display tag in order to generate URLs in the table? If not does diplay tag know when to apply URL rewriting when it generate the url? Thanks, Gary Blomquist

Posted by Gary Blomquist on November 20, 2004 at 02:30 PM MST #

Gary - you can use JSTL to generate your URLs, or you can use the displaytag itself. Both options should work fine - I believe URL rewriting will be done by the tag if you go that route.

Posted by Matt Raible on November 20, 2004 at 02:47 PM MST #

Still no way to have a natural case-insensitive sort. This is too bad to be forced to have to use a hacked version, because it takes longer to migrate to the new release.

Posted by Damien on November 20, 2004 at 08:04 PM MST #

AppFuse Fans ... If you're lazy like me.. and just want to generate everything without lifting a finger - except for creating your tables in the database. Try the appfusegenerator Java Enterprise incubator project at https://appfusegenerator.dev.java.net. Comments and constructive criticisms welcome...

Posted by Richard So on November 21, 2004 at 10:49 PM MST #

Very cool Richard! I like the Velocity templates and setup.

Posted by Matt Raible on November 22, 2004 at 12:08 AM MST #

Post a Comment:
Comments are closed for this entry.