On Monday, April 2, 2012 11:51:29 AM UTC+2, Rui Afonso wrote:
I haven't looked into that issue, but i'll take a look.
Yes it really is PITA when dealing with MVP in GWT projects.
For example when you hide a view that contains a chart and later show the same view again you have to re-create the chart again (new PieChart()) and add it to the container panel (container.add(piechart)). At least this was the case with the old GWT wrapper.
I'm using maven and you're probably talking about deploying the artifact into the central repository, right?
Yes so that we can easily add your library as a maven dependency to a GWT project. For example the latest gwt-visualization library wasn't in any central maven repository.