On Mar 9, 4:54*pm, Lew <l...@lewscanon.com> wrote:
> Arne Vajhøj wrote:
> > Logician wrote:
> >> On Mar 9, 3:19 pm, Arne Vajhøj <a...@vajhoej.dk> wrote:
> >>> Logician wrote:
> >>>> On Mar 9, 12:48 pm, Andrew Thompson <andrewtho...@gmail.com> wrote:
> >>>>> On Mar 9, 10:16 pm, Logician <sa...@logicians.com> 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.
> >>> Servlets are server side - applets are client side - for all
> >>> practical purposes they can not replace each other.
>
> >> This is a fine distinction (applet and servlet). My question is only -
> >> Do so many people use Java for interactive images because it has
> >> features not available in C#?
>
> > My impression is that Flash would be most used for this with Java
> > applets at a second place.
>
> > And C# is not an option because .NET is not installed on all systems
> > and not available at all for some systems.
>
> Java is at least as rich as C# for server-side implementations of such
> functionality. *JSP are like .aspx, sort of. *Java server-side also integrates
> well with scripting languages like Javascript. *Libraries based on AJAX, JSF
> (Java Server Faces) and other frameworks provide a rich set of graphical and
> quasi-graphical interactions, dynamically and statically. *The trend is toward
> greater cooperation of client-side and server-side actions to make for a rich
> experience. *One needn't rely on a browser having plugins for Flash, Java or
> anything else beyond HTML and Javascript.
Javascript is disabled on several browsers especially on computers
running at large companies (a security measure).
>
> Arne's assessment seems accurate for strictly client-side graphical
> interaction. *Flex seems to be getting some attention also.
>
I was under the impression that Java has some classes which made it
more suited to graphical work, since everyone talks of Java in
reference to 3D, 360 images, and interactive imnages.
> --
> Lew- Hide quoted text -
>
> - Show quoted text -
|