![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Programmer
Join Date: Jun 2006
Location: England London
Posts: 72
Rep Power: 3
![]() |
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. |
|
|
|
|
|
#2 |
|
Battle Programmer
Join Date: Feb 2006
Location: Bellevue, WA, USA
Posts: 773
Rep Power: 3
![]() |
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.
|
|
|
|
|
|
#3 |
|
Programmer
Join Date: Jun 2006
Location: England London
Posts: 72
Rep Power: 3
![]() |
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. |
|
|
|
|
|
#4 |
|
Programming Guru
![]() Join Date: Aug 2005
Location: England
Posts: 1,499
Rep Power: 5
![]() |
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.
|
|
|
|
|
|
#5 |
|
Programmer
Join Date: Jun 2006
Location: England London
Posts: 72
Rep Power: 3
![]() |
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. |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|