Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

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

Agenda

Anchor
tabs
tabs
h2. Ditchnet Tabs

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

Code Block
xml
xml
      <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.