config.getRegistry().register(Plugin.POINT, new PrototypePlugin(this));
config.getRegistry().register(Plugin.POINT, new WebdavUrlPlugin());
// register tiles
config.getRegistry().register(Tile.POINT, new TimeTile());
config.getRegistry().register(Tile.POINT, new StatefulStockQuoteTile());
config.getRegistry().register(Tile.POINT, new StatelessStockQuoteTile());
}