Hi all

Thanks to Wicket, I've been successfully building a map where I can
show items on it and move them through ajax.

However, I've the following issue : I store an item location twice.
One time in the ArrayList of ArrayList containing my cells, and the
other time in each item.

Indeed, I need both to be able to draw the map and to be able to know
where a precise item is without having to browse the whole ArrayList
of ArrayList.

As such, I encounter somes issue when updating the location of an
item, having to change it twice properly and at the time dealing with
multi users view of it.

Is there a common pattern to avoid such issue ? Would you have any suggestion ?

Thanks in advance
ZedroS

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
IMPORTANT NOTICE:

This mailing list is shutting down. Please subscribe to the Apache Wicket user 
list. Send a message to: "users-subscribe at wicket.apache.org" and follow the 
instructions.
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to