Ron Schmelzer wrote:
> Wow -- very insightful response. That's quite correct. In general, 
> that's why we only have a certain amount of looseness in coupling. 
> You're always coupled at SOME level, and in this case, we have semantic 
> tight coupling, even though we might have delivery loose coupling. So, 
> can you ever truly be "decoupled"? Probably not.

public interface DoesItAllNoMatterWhatYouWant extends Remote {
        public Object doItAllAsFastAsYouCan( Object val ) throws Throwable;
}

There it is, the interface that does everything.

Now, will it actually be useful?  Looks to me like a REST service interface.

Gregg Wonderly




 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/service-orientated-architecture/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to