Re: Dynamic activity feed

2011-02-24 Thread Henrique Boregio
Hey Ernesto, I think this is exactly what I am looking for.
Will give it a try when I get home later today, thanks!

On Thu, Feb 24, 2011 at 11:24 AM, Henrique Boregio  wrote:
> Hi, this is more of a design question than a wicket question, but I'm
> sure someone has done it before.
>
> Anyone has any idea if there are any simple libraries to create
> activity feeds (like the one seen at http://www.bookrenter.com/ or the
> "Recent Activities" column at http://www.9flats.com).
>
> Right now I am using a ListView to statically display a few items, but
> I would like to dynamically scroll through them, so it has a more
> dynamic feel to it.
>
> I am not looking for an AJAX component which constantly fetches new
> items from the database, just to be able to have say about 15 items
> loaded in the background and a 5-item "window" which scrolls through
> them.
>
> Thanks!
>

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



Re: Dynamic activity feed

2011-02-24 Thread Ernesto Reinaldo Barreiro
Henrique,

Something like http://flowplayer.org/tools/tabs/slideshow.html?

Ernesto

On Thu, Feb 24, 2011 at 3:24 PM, Henrique Boregio  wrote:
> Hi, this is more of a design question than a wicket question, but I'm
> sure someone has done it before.
>
> Anyone has any idea if there are any simple libraries to create
> activity feeds (like the one seen at http://www.bookrenter.com/ or the
> "Recent Activities" column at http://www.9flats.com).
>
> Right now I am using a ListView to statically display a few items, but
> I would like to dynamically scroll through them, so it has a more
> dynamic feel to it.
>
> I am not looking for an AJAX component which constantly fetches new
> items from the database, just to be able to have say about 15 items
> loaded in the background and a 5-item "window" which scrolls through
> them.
>
> Thanks!
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

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



Dynamic activity feed

2011-02-24 Thread Henrique Boregio
Hi, this is more of a design question than a wicket question, but I'm
sure someone has done it before.

Anyone has any idea if there are any simple libraries to create
activity feeds (like the one seen at http://www.bookrenter.com/ or the
"Recent Activities" column at http://www.9flats.com).

Right now I am using a ListView to statically display a few items, but
I would like to dynamically scroll through them, so it has a more
dynamic feel to it.

I am not looking for an AJAX component which constantly fetches new
items from the database, just to be able to have say about 15 items
loaded in the background and a 5-item "window" which scrolls through
them.

Thanks!

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