From owner-freebsd-chat Mon Nov 29 16:23:48 1999 Delivered-To: freebsd-chat@freebsd.org Received: from smtp03.primenet.com (smtp03.primenet.com [206.165.6.133]) by hub.freebsd.org (Postfix) with ESMTP id F0AD114E53 for ; Mon, 29 Nov 1999 16:23:15 -0800 (PST) (envelope-from tlambert@usr07.primenet.com) Received: (from daemon@localhost) by smtp03.primenet.com (8.9.3/8.9.3) id RAA24009; Mon, 29 Nov 1999 17:22:39 -0700 (MST) Received: from usr07.primenet.com(206.165.6.207) via SMTP by smtp03.primenet.com, id smtpdAAAixa4YU; Mon Nov 29 17:22:34 1999 Received: (from tlambert@localhost) by usr07.primenet.com (8.8.5/8.8.5) id RAA17235; Mon, 29 Nov 1999 17:23:05 -0700 (MST) From: Terry Lambert Message-Id: <199911300023.RAA17235@usr07.primenet.com> Subject: Re: RAD and CASE for Unix To: jcm@dogma.freebsd-uk.eu.org (Jonathon McKitrick) Date: Tue, 30 Nov 1999 00:23:04 +0000 (GMT) Cc: tlambert@primenet.com, chat@FreeBSD.ORG In-Reply-To: from "Jonathon McKitrick" at Nov 24, 99 06:24:01 pm X-Mailer: ELM [version 2.4 PL25] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-chat@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Very interesting... > > On Wed, 24 Nov 1999, Terry Lambert wrote: > >such as by allowing the creation of design patterns using UML as > > What does UML stand for? Unified Modelling Language, brought to you by Grady Booch, James Rumbaugh, Ivar Jacobson, et. al.. It allows you to model and combine design patterns in order to be able to apply common soloutions to software engineering problems. > >weeds. Purify could not perform nearly as well on Windows systems > >because of this (and would have problems on Linux, due to NULL > > Does Purify only run on unix/solaris? It runs on protected mode OSs that can be set to not map page zero, and in which each process has a private address space that is not non-explicitly shared with other processes. So it's mostly UNIX systems (SVR4 maps page zero by default following a fault reference to to; this is a tunable, and can be disabled by building [relinking] a new kernel). > >Visual C++ and Visual Basic, as well as most Java IDE tools, are > >not what I would call CASE tools, since they do not assist software > >engineering, they only assist programming, which is something very > >different. > > Thus the proliferation of good-looking poorly engineered products, > especially for winodws. Right. Anyone can Mac-dink pixels until they look nice; there is no way to tell by looking at a UI whether you have a race car engine or a lawnmower engine under the hood. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-chat" in the body of the message