Re: C# versus Java for Interactive Images



On Mar 9, 12:48 pm, Andrew Thompson <andrewtho...@xxxxxxxxx> wrote:
On Mar 9, 10:16 pm, Logician <sa...@xxxxxxxxxxxxx> wrote:

I am trying to write an interactive image which presents search
results in a tree structure. I see at many sites Java is used for
interactivion with images.

Do you mean as in 'Java applets embedded
in a web page?'.

I mean either an applet or a servlet, but via the WWW.



I would like any views from Java developers why Java is used over C#
as that will help me decide what language to use.

Is there such as a thing as a c# 'applet' that
can be embedded in a web page?

No, you can run .aspx pages which are completely dynamic. The whole
thing runs server side.

Is your client base 'Windows' or 'PCs in general'?


The work is all WWW based. If you see http://www.muckety.com/ you can
see the idea of the interactive map I am trying to follow. I like the
idea of a natural linking process via an image.

I think this is easy to implement in C# but everyone seems to use Java
for this type work. So I was wondering if Java offered some benefits
over C# for interaction with images.


--
Andrew T.
PhySci.org

.



Relevant Pages

  • Re: JAVA 2 JRE and Applets
    ... > If the Microsoft JVM is installed, it can read classes from jar files - ... The Java 2 JRE cannot recognise a Java 1 applet and deal with it ... What the applet owner can do is to recompile the applet and package it ... I ought to package up the images and sound files with the classes: ...
    (comp.lang.java.programmer)
  • Image applet with NetBeans IDE
    ... So my first problem is to create an applet with two images (the ... On java console I can read: ... note that I'm a newbie... ...
    (comp.lang.java.help)
  • Re: How to save an image from an java Animation/Applet
    ... > i have a java applet ... Look for the 'Java and images' section. ...
    (comp.lang.java.help)
  • reading image files from applet -- newbie question
    ... I'm fairly new to Java, trying to make my first significant Japplet. ... I'm trying to display GIF ... images of the card faces, but I can't get the GIF images to load. ... I launch the applet with this HTML from the same directory as the JAR file: ...
    (comp.lang.java.programmer)
  • Loading an image file into an applet
    ... I'm fairly new to Java, trying to make my first significant Japplet. ... I'm trying to display GIF ... images of the card faces, but I can't get the GIF images to load. ... I launch the applet with this HTML from the same directory as the JAR file: ...
    (comp.lang.java.help)