Hi Guys,

The Service Interface defines the contract so would just have the methods
that a client should see or know abt.

But the implementation might need several other methods to do its internal
functions and also the implementation would implement the lifecycle
interface methods.

So is it perfectly fine according to the Avalon design principles to have
many other methods in the implementation besides the Service and lifecycle
methods ?

Or should the aim be to put the internal functionality of implementation
into the lifecycle methods as much as possible ?

Thanks

Vikas


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to