You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Juan Gabriel Arias <ju...@gmail.com> on 2007/10/10 16:41:41 UTC

Wicket 1.3 - JVM 1.4

Hi all,
i'm using Java 1.4 and, by now, Wicket 1.2.6 (with wicket-spring,
wicket-auth-roles and wicket-extensions)

We need to migrate to Wicket 1.3 (and spring, roles and extensions), but
stay in Java 1.4.
Is any chance to do that?

I mean, Wicket core has two versions, for Java 1.4 and Java 5.
But the other projects doesn't, at least in maven repos.

Thanks in advance!
Juan Arias

Re: Wicket 1.3 - JVM 1.4

Posted by Maurice Marrink <ma...@gmail.com>.
Indeed, wasp and swarm are compiled against jdk 1.4. However, as much
i like you to use swarm, swarm is not a drop in replacement for
auth-roles. So you might want to consider the pro's and con's before
you do that. More info about swarm can be found here
http://wicketstuff.org/confluence/display/STUFFWIKI/Wicket-Security
http://wicketstuff.org/confluence/display/STUFFWIKI/Getting+started+with+Swarm
http://wicketstuff.org/confluence/display/STUFFWIKI/Security+Framework+Comparison

If you have any questions after reading those i will be happy to help you.

Maurice

On 10/10/07, Martijn Dashorst <ma...@gmail.com> wrote:
> I doubt the jar will run with jdk 1.4 -> it is compiled using jdk 1.5,
> so the version will be not compatible.
>
> However, the auth-roles project is typically a really, really basic
> security package. If you want more, then I suggest you look at
> swarm/wasp from wicket stuff. This has the additional benefit that
> they are jdk 1.4 all the way (iirc).
>
> Martijn
>
> On 10/10/07, Igor Vaynberg <ig...@gmail.com> wrote:
> > not sure, as long as you dont need the annotation part of it should be fine
> >
> > -igor
> >
> >
> > On 10/10/07, Juan Gabriel Arias <ju...@gmail.com> wrote:
> > > Thanks for the quick answer!
> > >
> > > And what about wicket-auth-roles?
> > > We are using auth-roles 1.2.2 compliant with Java 1.4 and we get that from
> > > the users list.
> > >
> > > Thanks again!
> > > Juan
> > >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> > For additional commands, e-mail: users-help@wicket.apache.org
> >
> >
>
>
> --
> Buy Wicket in Action: http://manning.com/dashorst
> Apache Wicket 1.3.0-beta3 is released
> Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.0-beta3/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Wicket 1.3 - JVM 1.4

Posted by Martijn Dashorst <ma...@gmail.com>.
I doubt the jar will run with jdk 1.4 -> it is compiled using jdk 1.5,
so the version will be not compatible.

However, the auth-roles project is typically a really, really basic
security package. If you want more, then I suggest you look at
swarm/wasp from wicket stuff. This has the additional benefit that
they are jdk 1.4 all the way (iirc).

Martijn

On 10/10/07, Igor Vaynberg <ig...@gmail.com> wrote:
> not sure, as long as you dont need the annotation part of it should be fine
>
> -igor
>
>
> On 10/10/07, Juan Gabriel Arias <ju...@gmail.com> wrote:
> > Thanks for the quick answer!
> >
> > And what about wicket-auth-roles?
> > We are using auth-roles 1.2.2 compliant with Java 1.4 and we get that from
> > the users list.
> >
> > Thanks again!
> > Juan
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>


-- 
Buy Wicket in Action: http://manning.com/dashorst
Apache Wicket 1.3.0-beta3 is released
Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.0-beta3/

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Wicket 1.3 - JVM 1.4

Posted by Juan Gabriel Arias <ju...@gmail.com>.
Thank you very much!
I'll try that.

Juan

On 10/10/07, Igor Vaynberg <ig...@gmail.com> wrote:
>
> not sure, as long as you dont need the annotation part of it should be
> fine
>
> -igor
>
>
> On 10/10/07, Juan Gabriel Arias <ju...@gmail.com> wrote:
> > Thanks for the quick answer!
> >
> > And what about wicket-auth-roles?
> > We are using auth-roles 1.2.2 compliant with Java 1.4 and we get that
> from
> > the users list.
> >
> > Thanks again!
> > Juan
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>

Re: Wicket 1.3 - JVM 1.4

Posted by Igor Vaynberg <ig...@gmail.com>.
not sure, as long as you dont need the annotation part of it should be fine

-igor


On 10/10/07, Juan Gabriel Arias <ju...@gmail.com> wrote:
> Thanks for the quick answer!
>
> And what about wicket-auth-roles?
> We are using auth-roles 1.2.2 compliant with Java 1.4 and we get that from
> the users list.
>
> Thanks again!
> Juan
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Wicket 1.3 - JVM 1.4

Posted by Juan Gabriel Arias <ju...@gmail.com>.
Thanks for the quick answer!

And what about wicket-auth-roles?
We are using auth-roles 1.2.2 compliant with Java 1.4 and we get that from
the users list.

Thanks again!
Juan

Re: Wicket 1.3 - JVM 1.4

Posted by Igor Vaynberg <ig...@gmail.com>.
wicket-core, extensions, and spring all still support 1.4

-igor


On 10/10/07, Juan Gabriel Arias <ju...@gmail.com> wrote:
> Hi all,
> i'm using Java 1.4 and, by now, Wicket 1.2.6 (with wicket-spring,
> wicket-auth-roles and wicket-extensions)
>
> We need to migrate to Wicket 1.3 (and spring, roles and extensions), but
> stay in Java 1.4.
> Is any chance to do that?
>
> I mean, Wicket core has two versions, for Java 1.4 and Java 5.
> But the other projects doesn't, at least in maven repos.
>
> Thanks in advance!
> Juan Arias
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org