Programming Forums

Programming Forums (http://www.programmingforums.org/forumindex.php)
-   Java (http://www.programmingforums.org/forum17.html)
-   -   Java Applet (http://www.programmingforums.org/showthread.php?t=10515)

Duck Jun 24th, 2006 6:05 AM

Java Applet
 
I want to add a snooker game to my website. I've written it in c++, but believe I need to convert it into a java applet. (My experience currently is only in c/c++/HTML).

Question 1: are there any alternatives/better-alternatives to java applets, eg, Flash, also I heard you could create c# applets but they would only be IE compatible.

Question 2: As a fan of microsoft's visual studio, is there a microsoft IDE for java? I'm really confused with all the J# and J++ VS, and what they can do. If there is not a microsoft IDE then which is the best from the other producers.

Any advise would be greatly appreicated, thanks.

Jimbo Jun 24th, 2006 1:11 PM

For #2, I don't remember how compatable VJ# is with Java. IIRC, it was fine in Java 1.4 except for GUI stuff, but I'm not sure and don't quote me on it. A popular Java IDE is Eclipse. Another is NetBeans, available from Sun.

Duck Jun 24th, 2006 4:49 PM

Thanks Jimbo.

Also another question, how sophisticated can a browser embeded component be? For example I doubt you could embed Microsoft's Flight Simulator in a web page.

Arevos Jun 24th, 2006 6:26 PM

I suspect you could get close to it. Your only real limit is that Java generally executes algorithms anywhere between 10 to 100 percent slower than C++ manages. That, and the applet security model that prevents hard drive access.

Duck Jun 26th, 2006 2:46 PM

Thanks Arevos, thats really useful.

I think the applet option is gonna be just too restricting. I think I may have to stick with a stand-alone app that connects to the network.

Now my next dilema, to stick with MFC or migrate to .net. Why does microsoft do this to me, sigh.


All times are GMT -5. The time now is 8:04 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC