Thread: What is the difference?

  1. #1
    Registered User hermit's Avatar
    Join Date
    Apr 2002
    Posts
    213

    What is the difference?

    What is the difference between RAD(rapid application development) protyping and CASE ( computerise aided software engineering)?

    Are they similar or different

    -hermit-

  2. #2
    Code Monkey Davros's Avatar
    Join Date
    Jun 2002
    Posts
    812
    RAD
    <programming> (RAD) A loose term for any {software life-cycle} designed to give faster development and better results and to take maximum advantage of recent advances in development software.

    RAD is associated with a wide range of approaches to software development: from hacking away in a {GUI builder} with little in the way of analysis and design to complete {methodologies} expanding on an {information engineering} framework.

    Some of the current RAD techniques are: {CASE} tools, {iterative life-cycles}, {prototyping}, {workshops}, {SWAT team}s, {timebox development}, and {Re-use} of applications, templates and code.

    {RAD at BSO/Den Haag (http://www.riv.nl/origin/company/denhaag/RAD.HTM)}.

    ["Rapid Application Development", James Martin].

    (1995-09-23)



    CASE
    <programming> (CASE, or "assisted") A technique for using computers to help with one or more phases of the {software life-cycle}, including the systematic analysis, design, implementation and maintenance of software. Adopting the CASE approach to building and maintaining systems involves software tools and training for the developers who will use them.

    (1996-05-10)
    OS: Windows XP
    Compilers: MinGW (Code::Blocks), BCB 5

    BigAngryDog.com

  3. #3
    Registered User hermit's Avatar
    Join Date
    Apr 2002
    Posts
    213
    errr i think that is a broken link . .

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Review required for program of date difference
    By chottachatri in forum C Programming
    Replies: 6
    Last Post: 10-31-2008, 11:46 AM
  2. Difference Equations / Recurrence Relations
    By DavidP in forum A Brief History of Cprogramming.com
    Replies: 4
    Last Post: 10-05-2007, 10:26 AM
  3. What's the difference between var++ and ++var
    By ulillillia in forum C Programming
    Replies: 6
    Last Post: 05-31-2007, 02:27 AM
  4. how to get difference of digits
    By Leeman_s in forum C++ Programming
    Replies: 5
    Last Post: 12-20-2001, 08:32 PM
  5. What is the Difference between ANSI C and non-ANSI C ?
    By Unregistered in forum C Programming
    Replies: 1
    Last Post: 11-24-2001, 06:55 AM