Image

Imagezewrestler wrote in Imagejava_dev

Recommendation

Hey,

I am working on a personal project. In my project, the user enters a few numbers and strings into the fields, and from it, the program performs a few simple calculations (in java) and returns output to the screen.

I was thinking about making the human-computer interface of this program a java applet, but after talking to a friend, he recommends that i use html/php forum to collect the data and have it interface with the java program that would perform the calculations.

in my experiances, i have not worked with GUI applets yet, and html/php forums. I'd like to get recomendations which would be better for me to work with for this project?