|
From: JP P. <jp....@ti...> - 2003-07-22 23:26:49
|
Hi, I just put the two new CRUD abstract controllers in the sandbox:web.servlet.mvc. Additional snippets including the concrete classes from the application using them are in sandbox:samples.crud.web. For people that have not followed the discussion. a concrete class subclassing one of these controllers will handle a complete CRUD scenario. It is mainly suited for handling little to medium Objects like data from references tables and so on. Despite they still work, some refectories will have to be done as well as improving doc and adding tests before putting them in the 'src' part. Simply sharing them will allow other Spring developers to collaborate. Regards, Jean-Pierre |