27 Apr
2005
27 Apr
'05
5:13 a.m.
On Wed, 27 Apr 2005 10:14:10 +0200, Eugene Coetzee <projects@reedflute.com> wrote:
[snip]
Alternatively - I suspect one could also simply inherit from service.Application and code your "application layer" stuff in there.
You can't subclass t.a.service.Application (since it's a function :). Subclassing t.a.service.Service is often a good idea, though. Jp