Sunday February 12, 2006
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
Search This Site
Recent Entries
- What's Next
- Jack's Mohawk
- LinkedIn Cuts 10% (a.k.a. The Journey is Over)
- Happy Birthday Abbie!
- Moving from Spring's XML to Annotations in AppFuse
- Free Maven Training in New Orleans on Election Day
- AppFuse Light ยป AppFuse, Maven Archetypes and Shared Web Assets
- Great Weekend in Montana
- Colorado Software Summit 2008 Wrapup
- RESTful Web Applications with Subbu Allamaraju