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.