Uwe Schäfer schrieb:
Hi
why is it, that i can (and should) override getSession() to get 'my'
implementation,
@Override
public MySession getSession()
{
return (MySession) super.getSession();
}
whereas getApplication is unfortunately final.
@Override
public final Application getApplication()
{
return Application.get();
}
What am i missing?
The Application you declare in the web.xml, so if you want your
MyApplication you do it there and no need to fiddle with the
getApplication() method.
my2ct
Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]