Transparently handle NotesThreads for web applications using the Domino Java API
When using the Domino Java API from a web application many often resort to using remote/CORBA (lotus.domino.)Sessions to avoid having to deal with NotesThread issues. Using a servlet filter it is easy however, if the environment permits it, to use a local Session instead with the performance gains associated with that switch.



