> From: Schaible, J�rg [mailto:[EMAIL PROTECTED]] > > Nevertheless I do not think that an interface is a > requirement.
Interface/impl allows for some very nifty containers (clustering, remote calls, etc., etc....). That's why we require it. It is also a very good architectural pattern (as I learned myself from Avalon). (That's why I like it.) I agree that it is severe overkill for a HelloWorld application, but Avalon was never aimed at such apps. Consider EJB - getting a HelloWorld bean going is a lot of work, but that difficulty is not a measure of how effective EJB is. /LS --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
