What is the IoC / "Springy" way to handle MVP in GWT? (Hint, probably not the Spring Roo 1.1 way)
- by Ehrann Mehdan
This is the Spring Roo 1.1 way of doing a factory that returns a GWT Activity (Yes, Spring Framework)
public Activity getActivity(ProxyPlace place) {
switch (place.getOperation()) {
case DETAILS:
return new EmployeeDetailsActivity((EntityProxyId<EmployeeProxy>)place.getProxyId(), requests,
placeController,…