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.

DisplayTag 1.1 Released!

Read the release notes, change log, migration instructions and download. Don't forget to check out the live demo too. If you're using Maven 2, you simply need to add a new repository:

  <repositories>
    <repository>
      <id>displaytag</id>
      <url>http://displaytag.sourceforge.net/m2repo</url>
    </repository>
  </repositories>
  ...
    <dependency>
      <groupId>displaytag</groupId>
      <artifactId>displaytag</artifactId>
      <version>1.1</version>
      <scope>runtime</scope>
    </dependency>

This release is pretty huge IMO. You can now do external sorting and paging, which should eliminate any performance concerns with using this library. Another nice feature is portlet support. Nice work Fabrizio!

Update: This release is now at ibiblio, so you don't need to add the custom repository to your pom.xml anymore.

Posted in Java at Feb 12 2006, 12:26:15 PM MST 10 Comments
Comments:

Why didn't they just relese to ibiblio? Adding a repo is a PITA!

Posted by Jeff Genender on February 12, 2006 at 04:09 PM MST #

Probably b/c it's a helluva lot faster than waiting for an upload request to process. ;-)

Posted by Matt Raible on February 12, 2006 at 04:46 PM MST #

Very nice indeed! Is it possible to give different custom names to your export files if you are using these lists on different pages? It should be nice if someone took the effort to provide a set of stylesheets.

Posted by -FoX- on February 13, 2006 at 04:22 AM MST #

Strange, but I cannot download it from sourceforge. Somehow the download counter at sf shows 0. So I guess it is not only me. I Get: "You are requesting file: /displaytag/displaytag-1.1-bin.zip There was a problem downloading the file from mesh.dl.sourceforge.net. Please try a different mirror." Is it DisplayTag or SourceForge?

Posted by Karsten Voges on February 13, 2006 at 11:35 AM MST #

I use multi-row headers a lot and was disappointed 1.1 did not address it

Posted by Aravind on February 13, 2006 at 11:51 AM MST #

Some of the things that made us move away from displayTag was the sorting of date and number columns which seem to be handled by comparaters and then we have the ability to search (filter) a column. We really like the displayTag look but at the moment we are using eXtremeComponent'ss eXtremeTable but are not real jazzed with the look.

Maybe we could get search or filter a column ability in the next release.

Posted by Gary Woodbridge on February 14, 2006 at 09:29 AM MST #

Use displaytag with ajax:displayTag. AJAX eliminates rendering of entire page making pagination and sorting almost magic.

Posted by Chris Wall on February 14, 2006 at 08:03 PM MST #

It's on ibiblio now so there's no need to define the repository any more.

Posted by Srgjan Srepfler on February 17, 2006 at 05:05 PM MST #

I read about a tag proposed called subRow, that you commented on Matt. It would provide the exact functionality I require however it appears to have disappeared off the radar. This usually means that there is an alternative method of providing the same functionality, i.e. multiple rows and colspan attributes in the table. I'm new to all this and have struggled to find any helpful information. The 'examples' with displaytag seem to ignore this requirement which I presume would be reasonably general (i.e. dispense with sorting all columns to be able to display what would traditionally be restricted to a column in a row. Any help would be appreciated.

Posted by Luke McLean on August 30, 2006 at 03:26 PM MDT #

Hello, I have a link in the table. How do i highlight the selected link?

Posted by Nids on July 11, 2007 at 03:00 PM MDT #

Post a Comment:
  • HTML Syntax: Allowed