Perhaps a bit late but you also do not need to extend
SwarmWebApplication (it just takes care of the grunt work for you) You
could use Swarm and not use the SwarmWebApplication by implementing
the WaspApplication interface for an example of this check out the
ExtendsTest in the test directory of sw
On 7/5/07, Daniel Stoch <[EMAIL PROTECTED]> wrote:
On 7/5/07, Igor Vaynberg <[EMAIL PROTECTED]> wrote:
> On 7/5/07, Daniel Stoch <[EMAIL PROTECTED]> wrote:
> >
> > If I want to use wicket-spring and wicket-swarm, there is a problem:
> > from which class should I extend my application class:
> >
On 7/5/07, Igor Vaynberg <[EMAIL PROTECTED]> wrote:
> On 7/5/07, Daniel Stoch <[EMAIL PROTECTED]> wrote:
> >
> > If I want to use wicket-spring and wicket-swarm, there is a problem:
> > from which class should I extend my application class:
> > SpringWebApplication or SwarmWebApplication?
>
> you n
On 7/5/07, Daniel Stoch <[EMAIL PROTECTED]> wrote:
If I want to use wicket-spring and wicket-swarm, there is a problem:
from which class should I extend my application class:
SpringWebApplication or SwarmWebApplication?
you no longer need to extend SpringWebApplication if you want to use
ann