Click to See Complete Forum and Search --> : What do i need to know if i want to develope a online project management?


bsnjjhead
10-12-2004, 06:36 AM
Hi, im facing to do my 3rd year project, i'd like to develope a java based web application: online project management.HOwever, im not sure what technica i have to know. Can anyone help me answer that?


ps. i know it is a newbie question, but please excuse me. :D

Java_Warrior
10-12-2004, 04:45 PM
You will need knowledge of the java.net.* package most likely. You could create an applet, but a much better solution will be to create TCP/IP internet applications using sockets, IMHO.