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
- Happy Birthday Mom!
- 2008 - A Year in Review
- Portland Tech Meetup Tomorrow Night
- My "almost slept in a snow cave" Adventure with Clint Foster
- My Christmas Travel Adventure
- AppFuse Light converted to Maven modules, upgraded to Tapestry 5 and Stripes 1.5
- Dojo/Comet support in Java Web Frameworks
- Abbie is a Blue Skier!
- How I recovered data from my failed Linux box
- Costa Rica was Awesome!
Posted by Jeff Genender on February 12, 2006 at 03:09 PM MST #
Posted by Matt Raible on February 12, 2006 at 03:46 PM MST #
Posted by -FoX- on February 13, 2006 at 03:22 AM MST #
Posted by Karsten Voges on February 13, 2006 at 10:35 AM MST #
Posted by Aravind on February 13, 2006 at 10:51 AM MST #
Posted by Gary Woodbridge on February 14, 2006 at 08:29 AM MST #
Posted by Chris Wall on February 14, 2006 at 07:03 PM MST #
Posted by Srgjan Srepfler on February 17, 2006 at 04:05 PM MST #
Posted by Luke McLean on August 30, 2006 at 03:26 PM MDT #
Posted by Nids on July 11, 2007 at 03:00 PM MDT #