There're samples of both pax-wicket-1.0 and pax-wicket-2.0 (for wicket 1.0 and 2.0 respectively).
https://scm.ops4j.org/repos/ops4j/projects/pax/wicket (for pax-wicket-1.0) https://scm.ops4j.org/repos/ops4j/laboratory/wicket-2.0 (for pax-wicket-2.0) The sample code can be found under samples/department-store and the pax-runner for this can be found under samples/department-store/demo You will need to compile pax-runner and to run it with pax-runner after mvn install on wicket / wicket-2.0 java -jar pax-runner_0.2.0.jar -r http://repo1.maven.org/maven2/,http://repository.ops4j.org/maven2/ --no-md5 org.ops4j. pax.wicket2.samples.departmentstore demo 0.4.0-SNAPSHOT or java -jar pax-runner_0.2.0.jar -r http://repo1.maven.org/maven2/,http://repository.ops4j.org/maven2/ --no-md5 org.ops4j. pax.wicket.samples.departmentstore demo 0.4.0-SNAPSHOT Hope this helps. Regards, Edward Yakop On 2/26/07, Johan Haleby <[EMAIL PROTECTED]> wrote: > > > Hi > > I've heard that Stuart is working on a pax-wicket tutorial. Is it possible > to download this tutorial from somewhere even though it's not completely > finnished? I'm going to hold a wicket lab session and it would be really > nice if we could look at pax wicket as well. I'm not that experienced with > OSGi, I only know the very basics, so a tutorial describing how to go about > creating and deploying a simple pax wicket application (perhaps using pax > runner?) would be great. > > Thanks > Johan > > _______________________________________________ > general mailing list > [email protected] > http://lists.ops4j.org/mailman/listinfo/general > > _______________________________________________ general mailing list [email protected] http://lists.ops4j.org/mailman/listinfo/general
