• 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:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Methodology for Database Driven Website (degree project)

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator


I am doing a project for a degree and have got to do a database driven website. The database will hold all the details with the ebsite being written in HTML. We have been asked to choose suitable methodologies to cover all aspects - Can anyone help with which methodologies are best? I did think of using SSADM (Structured System Analysis and Design) for the Database, but this does not cover the website. I have lookied at Incremental Prototype, but not sure if this is correct as I only have 6 months in which to finish the project and a lengthy report. Thank you
 
author
Posts: 5856
7
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Have you never tackled a web app before? Have you thought about a technology or language? Perhaps taking a few days to study these technologies will help:

Ruby on Rails: http://rubyonrails.org/

Grails: http://grails.org/

There are other database-driven rapid web application frameworks, but these are probably the easiest to get up an running quickly.
 
reply
    Bookmark Topic Watch Topic
  • New Topic