T
tadamsmar
I am looking into eliminating Java applets from a hobby website of mine.
The web currently has 2 applets that accept some configuration data and then do some calculations and display the results.
I am wondering if I can create Html accepts the configuration data, sends it to the server where a java application can run to crunch the results and create an html page. Then, the html page can be displayed.
That way I can use the existing number crunching code in Java and have the interface all in Html and hopefully get rid of all the security issues of trying to run a program in the client.
I have pretty limited web development skills. Heck, I thought applet development would be most of the skill I would need for this hobby!
Also, and better ideas for making the web site easier to use? I don't know that this is the best solution.
The web site is www.poologic.com. The applets are the poologic calculator and the roi calculator.
The web currently has 2 applets that accept some configuration data and then do some calculations and display the results.
I am wondering if I can create Html accepts the configuration data, sends it to the server where a java application can run to crunch the results and create an html page. Then, the html page can be displayed.
That way I can use the existing number crunching code in Java and have the interface all in Html and hopefully get rid of all the security issues of trying to run a program in the client.
I have pretty limited web development skills. Heck, I thought applet development would be most of the skill I would need for this hobby!
Also, and better ideas for making the web site easier to use? I don't know that this is the best solution.
The web site is www.poologic.com. The applets are the poologic calculator and the roi calculator.