> > Currently we have servlets in gadgets/http and social/. > > This doesn't really make any sense -- all the servlets, regardless of what > data they manipulate, should go in one place. I suggest > org.apache.shindig.http or possibly org.apache.shindig.servlets. > > We can then ensure that we have consistency in the shared details between > gadget rendering and social data, such as OAuth. >
Will it be possible to also extract the servlets out into their own child maven project - so that they can be wrapped as a jar and used in both the gadget server and in separate gadget container web apps as a maven dependency? Martin

