I am seeing a number of different ways of dealing with servlets in the few samples I have been able to dig up and I am wondering if there is a "best practice" somewhere. All examples use the http.service to register a servlet which is instantiated in the activator so this seems to be the way to handle that bit but the dependencies are a little more varied. So far I have seen this: 1) Including the servlet API in the bundle (this seems bad) 2) Importing the servlet API without exporting it (this seems fragile) 3) 1 + 2 (this seems like it might be the best)
Am I missing something or is there a better way to handle this? -AZ -- Aaron Zeckoski (aar...@vt.edu) Senior Research Engineer - CARET - Cambridge University [http://bugs.sakaiproject.org/confluence/display/~aaronz/] Sakai Fellow - [http://aaronz-sakai.blogspot.com/] --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@felix.apache.org For additional commands, e-mail: users-h...@felix.apache.org