• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Is WORA dead?

 
Ranch Hand
Posts: 88
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Everybody seems to agree that Java is here to stay on the server. On the client however things are not so sure. Almost every has given up on the applet. IMHO the applet is the most promising thing about java and that which originally attracted me to Java in the first place.
When I was emailing Paul about this he said a class loader is a better solution and he is probably right but don't you have the same problem about the JVM? Surely you can't rely on the same JVM everywhere.
I will reiterate. Is WORA dead? Has sun given up on the applet? Has the Java community?
 
Trailboss
Posts: 24034
IntelliJ IDE Firefox Browser Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
As for applications and the JVM - You start off with an install program that uses the same JVM for everyone.
 
Tim Uckun
Ranch Hand
Posts: 88
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
How big an install is that? The plug in is about 6 megs
 
paul wheaton
Trailboss
Posts: 24034
IntelliJ IDE Firefox Browser Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dunno. Six megs sounds about right.
I guess it depends on your audience. If you are looking at general web users, go with good HTML served up by servlets. If you have a fixed audience that is required to use your software, you can require them to download damn near anything you want.
 
Ranch Hand
Posts: 508
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
No. It's not dead.
 
Tim Uckun
Ranch Hand
Posts: 88
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The best example of a java applet I have ever seen the netscape javascript debugger. This thing is just awsome!. If you do any web developement at all you owe it to yourself to check it out. http://developer.netscape.com/software/tools/index.html?content=/software/jsdebug.html
The best example of server side java is at http://www.msgto.com I really dig msgto and the concepts behind it pure genious.
------------------
"There are some who call me TIM?"
[This message has been edited by Tim Uckun (edited September 14, 1999).]
 
reply
    Bookmark Topic Watch Topic
  • New Topic