• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Does Agile and RAD follow same SDLC?

 
Ranch Hand
Posts: 1374
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
 
Greenhorn
Posts: 11
Android MySQL Database Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Vishal,

Agile is a project development process. (For example Scrum methodology is a agile process)
It�s nothing to do with the technology. So we can implement SDLC, Spiral or other development methods with agile process.

RAD is mostly related to componentization technologies for example Sun Developer Studio and Ruby on Rails are RAD development tools. It�s also possible that we can use RAD tools with Agile Process.

So we can�t compare Agile with RAD, but both can be associated with SDLC.

Please visit http://en.wikipedia.org/wiki/Scrum_(development) to understand scrum. its a agile methodology.
 
Ranch Hand
Posts: 239
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Rajesh,

You are talking about tools which support Rapid App Development.

But, Vishals' question is very relevant here.

According to Wikipedia, RAD
is a software development methodology, precisely iterative way of developing software. Agile is a flavour of RAD.

Vishal, check the wikipedia article, it answers your question in detail.
 
Rajesh Kumar Raj
Greenhorn
Posts: 11
Android MySQL Database Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Rajah,

Yes you are correct. Thanks I learned a new stuff.
 
Ranch Hand
Posts: 376
Scala Monad
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What do you mean by SDLC?
As far as I know, "Software Development LifeCycle" is a synonym of "development process" and can be waterfall, RAD, spiral, RUP, agile, etc...
 
Vikas Kapoor
Ranch Hand
Posts: 1374
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Gabriel Claramunt:
What do you mean by SDLC?
As far as I know, "Software Development LifeCycle" is a synonym of "development process" and can be waterfall, RAD, spiral, RUP, agile, etc...


Correct!

Actually, I asked whether RAD and Agile follows same development process. The answer is yes the process that they follow to develop a project is same.
 
Gabriel Claramunt
Ranch Hand
Posts: 376
Scala Monad
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sorry, I misunderstood the question

Originally posted by Vishal Pandya:

Correct!

Actually, I asked whether RAD and Agile follows same development process. The answer is yes the process that they follow to develop a project is same.

 
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I would point a difference between Agile and RAD. If RAD is a timeboxed iterative approach, I think that it still has a very "waterfall" vision of activities: a sequence of analysis, design, code, test. Agile approaches tend to have a different order for development activities.

John
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic