Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

Servlet to Applet communication in Visual AGE

  Asked By: Jamil    Date: Jan 23    Category: Java    Views: 809
  

Have any of u guys used Visual Age for Java? I want to call a applet
from a servlet and load it in the browser. Once i create my applet it
get stored in repository. I can read the the strings and other text
from applet. How do i load it in the browser.Do i need to export
that. Tell me the full details.

Share: 

 

1 Answer Found

 
Answer #1    Answered By: Mark R     Answered On: Jan 23

You have to export your applet  and place it into your document root
either as a jar file or class file along with your html or jsp
Unfortunatelly by doing this you won't be able to put a breakpoint in
it to use the debugger, in the other hand if you try to doit from
VAJava you may experience security problems.

One suggestion.
Doing applet-servlet communication  is hard since using http tunneling
can be sometimes a little brainstorming.

Check the project SwingML at http://swingml.sourceforge.net

 
Didn't find what you were looking for? Find more on Servlet to Applet communication in Visual AGE Or get search suggestion and latest updates.




Tagged: