> I'm looking for some advice on how to create a Wicket-based dashboard with
> functionality along the lines of iGoogle.com.  That is, resizable and
> drag/drop-able sub-window components that can be arranged by the user.  And
> the dashboard layout must be serialized for the next time the user logs in.

The drag and drop part is probably the most difficult. Though there's
plenty of JavaScript libs (and probably some Wicket components in one
of the wicket-stuff projects) you can use, you'll probably have to do
a decent amount of writing code yourself as well.

In can imagine that the modal window can serve as inspiration, though
you don't need the ajax loading it has, and I definitively wouldn't
make it page based (but rather panel based).

It would be a great set of components to have, and it sounds fun to develop.

Eelco

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to