|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
SlickEdit: Code in over 40 languages across 7 platforms. SlickEdit’s unmatched power, speed, and flexibility allows even the most accomplished developers to write better code faster. Download a free trial today! |
|
#1
|
|||
|
|||
|
I am hoping to build a website from scratch with as much open source reliable technology and tools as possible. I need advice.
What technology (tools) should I use for the presentation layer and business layer and persistence layer? What Platform should I use? Back on 200 I used ASP?HTML(presentation)- COM Objects (business layer) and MSSQL as database... I believe this changed now. I am also familiar with JSPs/HTML (presentation) - EJBs (business layer) and JDBC/MSSQL for database... however I read about new cool technology.. that I am not familiar with. I would like to concentrate with Open source technology and tools. What do you recommend? |
|
#2
|
||||
|
||||
|
Apache 2, PHP 5 with mysqli enabled, MySQL 5 database. I run it on windows, but if you can use unix, use it because the windows ports of these apps still lock up on me once in a while.
Advantages: Free, everyone else is using it so you can get help and tutorials, scripts are usually portable from linux/windows/unix, extremely fast on an average machine (>400Mhz), C-like scripting language, functions and extensions out the yin yang.
__________________
Stuff: Regular expression tutorial|JavaScript DOM stuff|What's wrong with your JavaScript?|JSON is neato My projects: African music videos|Free bookmarklets|Obnoxious Facebook app|My bedroom |
![]() |
| Viewing: Dev Shed Forums > Web Site Management > Scripts > Selecting the right technology - Need HELP !! |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|