Hi all, Am Donnerstag, den 27.03.2008, 10:02 -0700 schrieb Tobias Bocanegra: > > * The Ujax* classes in the sling/ujax module are renamed to Sling* > so your saying: > > o.a.s.ujax.impl.UjaxPostServlet -> o.a.s.servlets.post.SlingPostServlet > o.a.s.ujax.impl.UjaxPostProcesser -> o.a.s.servlets.post.SlingPostProcessor > ... > > could this not be moved to the org.apache.sling.servlets.defaults bundle?
Sounds reasonable, yes. But then, what do we do with the client library ? We should probably also move it. In fact, we may just merge the ujax module into the servlets.default module. OTOH by differentiating between read-access in the servlets.default and write-access in the (current) ujax module we also simplify updates or replacement of functionality. Not sure, whether this is enough to have two modules. Any more comments on this ? > sling:postMoveSrc ? > or sling:post:MoveSrc ? > > this sounds weird, but ok for me :-) It may sound somewhat weird, but it makes sense: It is for sling - hence sling: - it is for the post method - hence post: - and then comes the command. It just one more level of namespacing. Regards Felix
