On Wed, Sep 9, 2009 at 7:52 AM, Adrian Crum <[email protected]> wrote:
> I don't know what you mean by all the Java methods are static. > -Adrian With very few exceptions, all the service methods in all the applications, as far as I've seen, are static. I'm sure there's a solid rationale for this approach, but I'd like to know the details. It seems to make it more of a "Class - function" oriented design, not "Object" oriented, and it's unusual Java. -- James McGill Able Engineering Phoenix, Arizona
