DashboardPortlet welcome = new DashboardPortlet(MessagePortlet.NAME, MessagePortlet.KEY, 250);
dashboard.addPortlet(welcome, columnIndex, rowIndex++);
}
DashboardPortlet summary = new DashboardPortlet(InventorySummaryPortlet.NAME, InventorySummaryPortlet.KEY, 250);
dashboard.addPortlet(summary, columnIndex, rowIndex++);
DashboardPortlet news = new DashboardPortlet(MashupPortlet.NAME, MashupPortlet.KEY, 300);
news.getConfiguration().put(new PropertySimple("address", "mashup.html"));
dashboard.addPortlet(news, columnIndex, rowIndex++);