Search code examples
jakarta-eeosgiwicket-1.5apache-karafblueprint-osgi

Creating a Pax Wicket (Blueprint) application


It's still a request: Maven Archetype for Pax Wicket (Blueprint)

I'd like to know what's the fastest way to generate a Pax Wicket - Blueprint application (or how to convert an existing Wicket application into Pax Wicket Blueprint)

The only option I see is to download the samples and edit.


Solution

  • Creating a Blueprint archetype for Karaf and adding Pax Wicket dependencies to the pom.xml is so far the fastest way to create a skeleton Pax Wicket app.

    And here's how I did it.