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.