
April 27, 2005
5:58 a.m.
Jp Calderone wrote:
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
I stand corrected, although from an OO puritanical :) point of view "Application" should be the name of a class - not a method.