The Lazy Dev

Do less. Develop more.  
Filed under

smoothgallery

 

wicket-slides 0.8.0 released with Smoothgallery 2.1

I managed to deploy a new version of wicket-slides project, a wicket adaptor for the cool and well done Smoothgallery, a javascript slideshow.

The 0.8.x development cycle main introduction is the adoption of the development release of Smoothgallery, named 2.1dev. This release add some new features and even if it's development is blocked till January 2009, it is significantly better than 2.0 in terms of performance, uses mootools 1.2 and include the ReMooz javascript library for zooming.

There is not an official distribution, but I mavenized the build system and deploy artifacts on java.net maven2 repository. Here are the instructions to use in your maven project.

You need java.net maven2 repository:

      <repository>
         <id>java.net</id>
         <name>Java.net Repository for Maven</name>
         <url>http://download.java.net/maven/2/</url>
         <layout>default</layout>
      </repository>

And, of course, the wicket-slides dependencies.

      <dependency>
         <groupId>com.googlecode</groupId>
         <artifactId>wicket-slides</artifactId>
         <version>0.8.0-smoothgallery2.1dev</version>
      </dependency>

If you are not using maven, you can just download wicket-slides jar from here:
http://download.java.net/maven/2/com/googlecode/wicket-slides/

Filed under  //   ajax   smoothgallery   wicket  

Comments [2]