|
From: Nick L. <nic...@es...> - 2004-12-14 23:59:41
|
> > Nick Lothian wrote: > > > Does > org.springframework.web.portlet.mvc.SimpleFormController replace > > org.springframework.web.portlet.SimplePortletFormController? > > Yes. Sorry, I forgot to delete SimplePortletFormController > and mention > the name change. When I introduced the other classes I got pretty > confused by all these PortletSomething names, so I decided to > keep the > names as used in the org.springframework.web.servlet tree. > This way the > correspondence between classes is obvious and the names are simpler. > The other thing we should look at fixing is the Exception handling. At the moment most things are just defined to throw Exception. We can probably tidy that up some. Nick |