hi all:
   I hava a big web application including lots of servlets. I want to split the 
project to different bundles(module).
So every bundle can be development and deploy. But I dont know how to share 
ServletContext in these bundles, example:
I want to put a locale into servletcontext, other servlets which in other 
bundle can get the locale.
   
   I tried create a httpContext in one bundle, other bundle use the httpcontext 
when register a servlet. but i think it is not good solution.

   I dont want to use war file in brige mode, beacuse servlet updating is 
frequently.
   Please help me , thanks . Sorry for my english.

   Best Regards
   Tommy Wang

Reply via email to