
February 6th, 2001, 11:19 AM
|
|
Contributing User
|
|
Join Date: Feb 2001
Location: Vancouver, WA
Posts: 49
Time spent in forums: < 1 sec
Reputation Power: 13
|
|
|
Hi mortena,
I would have to say that you should seperate the technology you use to implement your site in from your analysis. It's absolutely possible to do OOAD and implement using PHP and MySQL. The real question when trying to decide which technology to implement your site in should be 'How is my site going to be used'. Your use cases should cover the how.
If there is a tremendous ammount of server side work that needs to be done (e-commerce type sites), or you need to interface with other systems (via CORBA, etc...), you probably want to implement using Servlets.
However, there's nothing wrong with using PHP -> MySQL for lighter server side processing, where your goal might just be serving dynamic web pages.
Hope this helps.
[Edited by sturg on 02-06-2001 at 10:55 AM]
|