You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Adrian Wiesmann <aw...@somap.org> on 2017/04/22 20:45:54 UTC

odlabs.wiquery

Hi list

This question might be slightly off-topic. My apologies for this.

I am trying to freshen up a project I was working on a few years ago. 
Back then I used org.odlabs.wiquery for several UI elements. In the 
meantime odlabs seems to not have upgraded that library and some forks 
appeared. No fork really looks like the up-to-date no-brainer replacement.

What would be a sensible upgrade path or replacement?

Thanks for your suggestions.

Regards,
Adrian

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


Re: odlabs.wiquery

Posted by Martin Grigorov <mg...@apache.org>.
Hi,

The project has been moved here: https://github.com/wicketstuff/wiquery
Maven coordinates:
<dependency>
    <groupId>org.wicketstuff.wiquery</groupId>
    <artifactId>wiquery-core</artifactId>
    <version>7.0</version>
</dependency>

It is the same as the last version for Wicket 6.x, just built with Wicket
7.x.


Martin Grigorov
Wicket Training and Consulting
https://twitter.com/mtgrigorov

On Sat, Apr 22, 2017 at 10:45 PM, Adrian Wiesmann <aw...@somap.org>
wrote:

> Hi list
>
> This question might be slightly off-topic. My apologies for this.
>
> I am trying to freshen up a project I was working on a few years ago. Back
> then I used org.odlabs.wiquery for several UI elements. In the meantime
> odlabs seems to not have upgraded that library and some forks appeared. No
> fork really looks like the up-to-date no-brainer replacement.
>
> What would be a sensible upgrade path or replacement?
>
> Thanks for your suggestions.
>
> Regards,
> Adrian
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>

Re: odlabs.wiquery

Posted by Ernesto Reinaldo Barreiro <re...@gmail.com>.
AFAIK project moved to wicket-stuff repo. I was one of the committers. I
haven't seen any activity on it for a long while.

On Sat, Apr 22, 2017 at 10:45 PM, Adrian Wiesmann <aw...@somap.org>
wrote:

> Hi list
>
> This question might be slightly off-topic. My apologies for this.
>
> I am trying to freshen up a project I was working on a few years ago. Back
> then I used org.odlabs.wiquery for several UI elements. In the meantime
> odlabs seems to not have upgraded that library and some forks appeared. No
> fork really looks like the up-to-date no-brainer replacement.
>
> What would be a sensible upgrade path or replacement?
>
> Thanks for your suggestions.
>
> Regards,
> Adrian
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>


-- 
Regards - Ernesto Reinaldo Barreiro