I need to display several widgets. Do I need a separate Applet / Bean / Servlet / ActiveX container for each widget?
Instead of using a several containers, one for each widget, you can create a composite drawing containing several widgets (a dashboard) and use a single container to display it. Not only it results in more efficient use of resources, but also the layout of the widgets in the dashboard may be interactively edited using the Graphics Builder.