Click to See Complete Forum and Search --> : System Development Help needed!


Buglish
08-08-2006, 04:07 AM
Hi.
I am Planning a system.
Though I am unsure on what Languages and compiling software I have to use.
I would like to use Java(JSP),PHP , mySQL(for database) and Apache(hosting website) to develop system.

Though how to use all(who does what function-php,java) and how it fits in together is what I need to figure out.
And what Software am I going to use (dreamweaver,Jcreator,eclipse,visual studio)
What will make it easy and fast for development?

Regards

NewUniverse
08-08-2006, 05:03 AM
What is the so called system supposed to do?

HTTP can be used in various ways :))

NewUniverse

Buglish
08-08-2006, 05:07 AM
Well I plan to use either java(jsp) or php frontend to handle the forum.Then the database using mySQL then the server is run using apache.
I am not sure if I am going in the right direction.
The website should be interactive...and scalable.
Is tht possible using either php or java?

Buglish
08-08-2006, 06:09 AM
to be more specific....I have to use...PHP,mySQL to create this website/forum/training centre.
I want to use java to handle the server side processing eg.servlet/deamon
I want the server to be running apache( it can handle php and jsp)
But i am not sure if this setup will work..that why i am asking.
Also what development software suite will i need to do all this coding/compling?

NewUniverse
08-08-2006, 09:41 AM
Hi

you can do the stuff using PHP, MySQL and Apache web server. You do not need to learn Tomcat, java, J2EE and etc.

Use NotePad, UltraEditor, CodeWright, KWrite to write your PHP and HTML code.
If you have DreamWeaver please be carefull when you use it.


PHP, MySQL and Apache web server will be the easiest and the quickest way to do the job.

NewUniverse.

Phaelax
08-08-2006, 10:16 PM
php, mysql, apache is all you need. It's easy to learn and simple to set up. I built a web forum using those.