java applets

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Justin

    #1

    java applets

    Hi,

    We are researching options on which technologies to use for an advanced
    web application. We are planning on using DHTML as much as possible, but
    there are a few components that require more traditional desktop
    application functionality (mp3 player for example), which can't be
    easily accomplished through dhtml or other standard web techniques. So
    our list is:

    1. Flash - very popular these days, but the development tools are
    expensive for us.
    2. ActiveX - biggest downside is it runs on IE only
    3. Java Applets - Preferred method because Java is our expertise

    However I don't know much about the current state of Java applets as a
    viable solution for an application that would be used (hopefully) by
    millions of people all over the world with all the different browsers,
    etc...

    Is it difficult to write an applet and have it run the same for
    different browsers, jvms, platforms, etc...? I know this is the whole
    point of Java, but I remember a time when the WORA paradigm didn't
    always hold true for applets...

    The other myth is applets are slow. I recently used an applet, and
    although it took about 10 seconds to load, it only seemed to do this the
    first time it loaded.

    Finally, is the Java "plugin" available for the most recent versions of
    the IE browser? Do the other browsers support Java as well? I know
    Firefox does...

    Thanks for the enlightenment.
    -Justin

    p.s. The triple 3 in my email address is the spam deterrent.
  • Oliver Wong

    #2
    Re: java applets


    "Justin" <ng@maritime333 source.ca> wrote in message
    news:38Fpe.4395 4$Ph4.1060996@u rsa-nb00s0.nbnet.nb .ca...[color=blue]
    > We are planning on using DHTML as much as possible, but there are a few
    > components that require more traditional desktop application functionality
    > (mp3 player for example), which can't be easily accomplished through dhtml
    > or other standard web techniques.[/color]

    Not easily, but not impossible either? I'd like to see how you'd
    implement an mp3 player in DHTML. =)

    - Oliver


    Comment

    Working...