RE: Design question on using Java classes v/s hashes or arrays

2002-12-20 Thread Garbis, Jason
> -Original Message- > From: Bill de hÓra [mailto:[EMAIL PROTECTED]] > Sent: Thursday, December 19, 2002 12:33 PM > To: [EMAIL PROTECTED] > Subject: Re: Design question on using Java classes v/s hashes > or arrays > > > Garbis, Jason wrote: > >

RE: Design question on using Java classes v/s hashes or arrays

2002-12-19 Thread Garbis, Jason
Hi folks, Rajal, you've hit on one of the difficulties of using WS for building a distributed system. WS is not a design center, it's a set of communication protocols. That is, there's no "there" there. Unlike OO systems (like CORBA, or COM, or even EJB) there's nothing to "hang your hat on"