Re: HowTo maintain a dynamic list of widgets to be shown on page

2010-07-07 Thread Thad
I'm not sure what you mean by #1. GWT widgets are not server-side objects. They are created on the client side by client code. That said, my I'm doing something similar to what you're looking at. My application can add, edit, delete, and query for database records. A table accessible by the clie

HowTo maintain a dynamic list of widgets to be shown on page

2010-07-07 Thread Nirmal
HI, I am designing an application with GWT2.1 which is comprised of a page full of widgets. The widgets to be shown on the page are based on the values in URL parameters. How to go about implementing this? Primary motives: 1) Only code for the widgets to be displayed should be downloaded. 2) The a