Today's meeting is in the Kavli room and VRVS Geminga room.

Agenda

h2. Ditchnet Tabs

I added this library to our maven repository. You can include it in your project as:

      <dependency>
         <groupId>ditchnet</groupId>
         <artifactId>ditchnet-tabs-taglib</artifactId>
         <version>0.8</version>
         <type>jar</type>
         <url>http://ditchnet.org/taglibs/</url>
         <properties>
            <war.bundle>true</war.bundle>
         </properties>
      </dependency>

Beware of limitations of this library, all pages are rendered at once. Max is thinking about how to improve it to make it more suitable for trending, system tests etc.

  • No labels