• 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:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

jsp plugin

 
Ranch Hand
Posts: 66
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
can somebody please tell me under what practical scenario do we need to provide a jsp lugin.
i hav read we need to do this when we want to show an applet but the browser can interpret an applet .
can somebody please ellaborate
 
Ranch Hand
Posts: 1953
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
To tell you the truth, I've not see any advantage of it, but know some troubles of it:
1) If you have two identical Applets in the same page, jsp : plugin is not compilable, but html applet tags are ok.
2) Your webpage with jsp : plugin will force Java-Free-your-client-machine to download JRE, but html applet tags don't need to.
3) The applet looks slight different for unknown reasons.
Thanks!
Roseanne
Join our SCJD Study Group when certified
BTW, to avoid the strange face show-up, I've to put some spaces before and after colons. Strange bug of JavaRanch.
[This message has been edited by Roseanne Zhang (edited March 25, 2001).]
 
She said she got a brazillian. I think owning people is wrong. That is how I learned ... tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic