• 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

Is jar also get loaded at client side in a Webbased Application(Applet at front end,servlet at back

 
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have designed a web based application
Front end-An applet
back end- Servlet

Server tomcat
Application basicaaly use serealization to communicate with the servlet.Now i have put the jar file of my applet in application folder.
When client excess my application then would jar file of my source application also get loaded at client side.

i want to know the what is happening at runtime.I have given path of my jar in the html file which client would use as an url.

 
reply
    Bookmark Topic Watch Topic
  • New Topic