TitleRemove WikiEngine from session
Date14-Jun-2005 19:18:12 EEST
JSPWiki version2.2
SubmitterAdministrator
Idea CategoryJSPWikiVersionThreeIdea
Reference
Idea StatusNewIdea

The WikiEngine object is put in the session using pageContext.setAttribute(). However, since the engine object is a singleton for each context anyway, it's probably faster and a lot cleaner to simply call WikiEngine.getInstance() anyway. This removes one dependency from the session object and cleans the JSP pages considerably.

The only case where this might not be faster is if you are running a very large number of Wikis... Hmm.

Add new attachment

In order to upload a new attachment to this page, please use the following box to find the file, then click on “Upload”.
« This page (revision-1) was last changed on 14-Jun-2005 19:18 by Administrator